From: Khem Raj Date: Sun, 6 Sep 2015 15:25:38 +0000 (+0000) Subject: busybox: Enable getopt applet X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29035 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c2c484d5916ad476ad7717c3629f6684f01e6d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git busybox: Enable getopt applet getopts is a common applet more so now needed by systemd for working with sysv scripts Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/meta/recipes-core/busybox/busybox/getopts.cfg new file mode 100644 index 00000000000..8db0a4a8f2f --- /dev/null +++ b/meta/recipes-core/busybox/busybox/getopts.cfg @@ -0,0 +1,3 @@ +CONFIG_GETOPT=y +CONFIG_LONG_OPTS=y +CONFIG_FEATURE_GETOPT_LONG=y diff --git a/meta/recipes-core/busybox/busybox_1.23.2.bb b/meta/recipes-core/busybox/busybox_1.23.2.bb index 8a4bae692ac..e4d9f9718da 100644 --- a/meta/recipes-core/busybox/busybox_1.23.2.bb +++ b/meta/recipes-core/busybox/busybox_1.23.2.bb @@ -35,6 +35,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://mount-via-label.cfg \ file://sha1sum.cfg \ file://sha256sum.cfg \ + file://getopts.cfg \ " SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73"