diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-01 15:13:00 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 22:39:26 -0400 |
commit | 19cb3d66151af2f441ed401186e17fad80e4afd3 (patch) | |
tree | 648da23952df2e266d6d602377eb501f9aa30a89 | |
parent | 214c4715f0ed53ba9c499932b0b6ee3f602ff89f (diff) | |
download | meta-virtualization-19cb3d66151af2f441ed401186e17fad80e4afd3.tar.gz |
busybox: Add getopt since lxc templates require it
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-core/busybox/busybox/getopt.cfg | 2 | ||||
-rw-r--r-- | recipes-core/busybox/busybox_1.21.1.bbappend | 1 |
2 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | CONFIG_GETOPT=y | ||
2 | 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 += " \ | |||
6 | file://mdev.cfg \ | 6 | file://mdev.cfg \ |
7 | file://mount-cifs.cfg \ | 7 | file://mount-cifs.cfg \ |
8 | file://ps-extras.cfg \ | 8 | file://ps-extras.cfg \ |
9 | file://getopt.cfg \ | ||
9 | " | 10 | " |