From patchwork Tue Feb 5 15:55:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/8] busybox: update-modules script needs id(1) Date: Tue, 05 Feb 2013 15:55:46 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 44115 Message-Id: <0574b409893545c5ce601853c0210e3047b02297.1360079373.git.rep.dot.nop@gmail.com> To: openembedded-core@lists.openembedded.org The update-modules script calls id(1), so turn on id in this case. Bump PR. Signed-off-by: Bernhard Reutner-Fischer --- meta/recipes-core/busybox/busybox.inc | 1 + meta/recipes-core/busybox/busybox_1.20.2.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 972df6d..b0a3cbe 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc @@ -59,6 +59,7 @@ def features_to_busybox_settings(d): busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem) busybox_cfg('wifi', distro_features, 'CONFIG_RFKILL', cnf, rem) busybox_cfg('bluetooth', distro_features, 'CONFIG_RFKILL', cnf, rem) + busybox_cfg('update-modules', distro_features, 'CONFIG_ID', cnf, rem) return "\n".join(cnf), "\n".join(rem) # X, Y = ${@features_to_uclibc_settings(d)} diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb index 783261e..3ea100d 100644 --- a/meta/recipes-core/busybox/busybox_1.20.2.bb +++ b/meta/recipes-core/busybox/busybox_1.20.2.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r5" +PR = "r6" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://B921600.patch \