diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-10-22 13:21:30 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-12-04 13:16:52 -0600 |
| commit | 696560eb258ff1eabdadbd423848a6b23545c591 (patch) | |
| tree | 586a25406c6f71c121ef3b1712519ead28de946c /recipes-tools | |
| parent | 3909056b2096ff2989d5ae58f3f92fe10c93c193 (diff) | |
| download | meta-fsl-ppc-696560eb258ff1eabdadbd423848a6b23545c591.tar.gz | |
lxc_0.8.0-rc1.bb: fix parallel makefile issue
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-tools')
| -rw-r--r-- | recipes-tools/lxc/files/fix_setns_deps.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/files/fix_setns_deps.patch b/recipes-tools/lxc/files/fix_setns_deps.patch new file mode 100644 index 0000000..7ec875c --- /dev/null +++ b/recipes-tools/lxc/files/fix_setns_deps.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: lxc-0.8.0-rc1/src/lxc/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- lxc-0.8.0-rc1.orig/src/lxc/Makefile.am | ||
| 4 | +++ lxc-0.8.0-rc1/src/lxc/Makefile.am | ||
| 5 | @@ -133,6 +133,7 @@ uninstall-local: | ||
| 6 | $(RM) $(DESTDIR)$(libdir)/liblxc.so* | ||
| 7 | |||
| 8 | namespace.c: setns.h | ||
| 9 | +attach.c: setns.h | ||
| 10 | |||
| 11 | setns.h: | ||
| 12 | -$(CC) $(CPPFLAGS) -M -MT$@ $(LINUX_DIR)/arch/$(LINUX_SRCARCH)/include/asm/unistd.h >setns.P | ||
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb index accc16f..5100937 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 = "r5" | 6 | PR = "r6" |
| 7 | DEPENDS = "libxml2 libcap virtual/kernel" | 7 | DEPENDS = "libxml2 libcap virtual/kernel" |
| 8 | RDEPENDS_${PN} = " \ | 8 | RDEPENDS_${PN} = " \ |
| 9 | rsync \ | 9 | rsync \ |
| @@ -24,6 +24,7 @@ SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ | |||
| 24 | file://libmounts.patch \ | 24 | file://libmounts.patch \ |
| 25 | file://busybox_remove_dhcp.patch \ | 25 | file://busybox_remove_dhcp.patch \ |
| 26 | file://remove_vlan_hwaddr.patch \ | 26 | file://remove_vlan_hwaddr.patch \ |
| 27 | file://fix_setns_deps.patch \ | ||
| 27 | " | 28 | " |
| 28 | 29 | ||
| 29 | SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29" | 30 | SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29" |
