diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 10:50:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:15:59 +0100 |
commit | ecd5eacbdd66a97135e6f57db9065a89828a31f2 (patch) | |
tree | 46d6be366ba4ac523bbb5dd944be36524a526573 /meta/recipes-connectivity | |
parent | b5763b2f480a9b994103debf02f1d11a92c27238 (diff) | |
download | poky-ecd5eacbdd66a97135e6f57db9065a89828a31f2.tar.gz |
recipes: Remove remaining INC_PR variables
Most of these were unused, remaining in the inc files long after the
PR values were removed from the recipes.
The only two which did anything wre in xorg-font and for those,
bump PR by hand and remove the INC_PR to clean up all references.
This kind of change is much better handled by PRServ now.
(From OE-Core rev: 3fdd772b419bbecb1fac1efae874a8f160f2112d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index b60178cefc..d2ae0967eb 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -17,8 +17,6 @@ inherit autotools pkgconfig systemd update-rc.d update-alternatives | |||
17 | 17 | ||
18 | DEPENDS = "dbus glib-2.0 ppp" | 18 | DEPENDS = "dbus glib-2.0 ppp" |
19 | 19 | ||
20 | INC_PR = "r20" | ||
21 | |||
22 | EXTRA_OECONF += "\ | 20 | EXTRA_OECONF += "\ |
23 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ | 21 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ |
24 | ac_cv_path_PPPD=${sbindir}/pppd \ | 22 | ac_cv_path_PPPD=${sbindir}/pppd \ |