From 19cb3d66151af2f441ed401186e17fad80e4afd3 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Tue, 1 Oct 2013 15:13:00 +0200 Subject: busybox: Add getopt since lxc templates require it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox/getopt.cfg | 2 ++ recipes-core/busybox/busybox_1.21.1.bbappend | 1 + 2 files changed, 3 insertions(+) create mode 100644 recipes-core/busybox/busybox/getopt.cfg (limited to 'recipes-core') diff --git a/recipes-core/busybox/busybox/getopt.cfg b/recipes-core/busybox/busybox/getopt.cfg new file mode 100644 index 00000000..8dcd3504 --- /dev/null +++ b/recipes-core/busybox/busybox/getopt.cfg @@ -0,0 +1,2 @@ +CONFIG_GETOPT=y +CONFIG_FEATURE_GETOPT_LONG=y diff --git a/recipes-core/busybox/busybox_1.21.1.bbappend b/recipes-core/busybox/busybox_1.21.1.bbappend index 7d71c7d8..8369a031 100644 --- a/recipes-core/busybox/busybox_1.21.1.bbappend +++ b/recipes-core/busybox/busybox_1.21.1.bbappend @@ -6,4 +6,5 @@ SRC_URI += " \ file://mdev.cfg \ file://mount-cifs.cfg \ file://ps-extras.cfg \ + file://getopt.cfg \ " -- cgit v1.2.3-54-g00ecf