diff options
| -rw-r--r-- | recipes-tools/lxc/busybox_remove_dhcp.patch | 12 | ||||
| -rw-r--r-- | recipes-tools/lxc/lxc_0.8.0-rc1.bb | 3 |
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 @@ | |||
| 1 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in | ||
| 2 | index 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" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | DEPENDS = "libxml2 libcap" | 7 | DEPENDS = "libxml2 libcap" |
| 8 | RDEPENDS_${PN} = " \ | 8 | RDEPENDS_${PN} = " \ |
| 9 | rsync \ | 9 | rsync \ |
| @@ -22,6 +22,7 @@ RDEPENDS_${PN} = " \ | |||
| 22 | SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ | 22 | SRC_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 | ||
| 27 | SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29" | 28 | SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29" |
