diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox/getopts.cfg | 3 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.23.2.bb | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/meta/recipes-core/busybox/busybox/getopts.cfg new file mode 100644 index 0000000000..8db0a4a8f2 --- /dev/null +++ b/meta/recipes-core/busybox/busybox/getopts.cfg | |||
@@ -0,0 +1,3 @@ | |||
1 | CONFIG_GETOPT=y | ||
2 | CONFIG_LONG_OPTS=y | ||
3 | 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 8a4bae692a..e4d9f9718d 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 \ | |||
35 | file://mount-via-label.cfg \ | 35 | file://mount-via-label.cfg \ |
36 | file://sha1sum.cfg \ | 36 | file://sha1sum.cfg \ |
37 | file://sha256sum.cfg \ | 37 | file://sha256sum.cfg \ |
38 | file://getopts.cfg \ | ||
38 | " | 39 | " |
39 | 40 | ||
40 | SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73" | 41 | SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73" |