]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox_git: Enable getopt applet
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 6 Oct 2015 00:41:58 +0000 (17:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:00 +0000 (21:31 +0000)
Keep git recipe in sync with 1.23.2:

  http://git.openembedded.org/openembedded-core/commit/?id=10c2c484d5916ad476ad7717c3629f6684f01e6d

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox_git.bb

index ade72f4b7198044a7aad6edee79206d992d97c15..ed1c0a84bdefc672550ec5b1a4c746e568ea5d0a 100644 (file)
@@ -41,6 +41,7 @@ SRC_URI = "git://busybox.net/busybox.git \
            file://mount-via-label.cfg \
            file://sha1sum.cfg \
            file://sha256sum.cfg \
+           file://getopts.cfg \
 "
 
 EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"