summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-tools/lxc/busybox_remove_dhcp.patch12
-rw-r--r--recipes-tools/lxc/lxc_0.8.0-rc1.bb3
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes-tools/lxc/busybox_remove_dhcp.patch b/recipes-tools/lxc/busybox_remove_dhcp.patch
new file mode 100644
index 0000000..d28fda8
--- /dev/null
+++ b/recipes-tools/lxc/busybox_remove_dhcp.patch
@@ -0,0 +1,12 @@
1diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
2index a94eaa3..29b87ce 100644
3--- a/templates/lxc-busybox.in
4+++ b/templates/lxc-busybox.in
5@@ -80,7 +80,6 @@ EOF
6 #!/bin/sh
7 /bin/syslogd
8 /bin/mount -a
9-/bin/udhcpc
10 EOF
11
12 # executable
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index 51a34f4..e6ed2d6 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PR = "r1" 6PR = "r2"
7DEPENDS = "libxml2 libcap" 7DEPENDS = "libxml2 libcap"
8RDEPENDS_${PN} = " \ 8RDEPENDS_${PN} = " \
9 rsync \ 9 rsync \
@@ -22,6 +22,7 @@ RDEPENDS_${PN} = " \
22SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ 22SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
23 file://noldconfig.patch \ 23 file://noldconfig.patch \
24 file://libmounts.patch \ 24 file://libmounts.patch \
25 file://busybox_remove_dhcp.patch \
25 " 26 "
26 27
27SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29" 28SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"