From: Matthew McClintock Date: Mon, 22 Oct 2012 18:21:30 +0000 (-0500) Subject: lxc_0.8.0-rc1.bb: fix parallel makefile issue X-Git-Tag: 2.1~534^2~360 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7782fcff2176c21cbf2404145c39b1c46125a3ef;p=meta-freescale.git lxc_0.8.0-rc1.bb: fix parallel makefile issue Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-tools/lxc/files/fix_setns_deps.patch b/meta-fsl-ppc/recipes-tools/lxc/files/fix_setns_deps.patch new file mode 100644 index 00000000..7ec875ca --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/lxc/files/fix_setns_deps.patch @@ -0,0 +1,12 @@ +Index: lxc-0.8.0-rc1/src/lxc/Makefile.am +=================================================================== +--- lxc-0.8.0-rc1.orig/src/lxc/Makefile.am ++++ lxc-0.8.0-rc1/src/lxc/Makefile.am +@@ -133,6 +133,7 @@ uninstall-local: + $(RM) $(DESTDIR)$(libdir)/liblxc.so* + + namespace.c: setns.h ++attach.c: setns.h + + setns.h: + -$(CC) $(CPPFLAGS) -M -MT$@ $(LINUX_DIR)/arch/$(LINUX_SRCARCH)/include/asm/unistd.h >setns.P diff --git a/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb index accc16f9..51009373 100644 --- a/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb +++ b/meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb @@ -3,7 +3,7 @@ SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" PRIORITY = "optional" -PR = "r5" +PR = "r6" DEPENDS = "libxml2 libcap virtual/kernel" RDEPENDS_${PN} = " \ rsync \ @@ -24,6 +24,7 @@ SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ file://libmounts.patch \ file://busybox_remove_dhcp.patch \ file://remove_vlan_hwaddr.patch \ + file://fix_setns_deps.patch \ " SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"