-lxc requires this directory to be present
-this patch is a workaround for the issue, plan is to
submit a patch upstream to fix this and see what
feedback we receive
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
PRIORITY = "optional"
-PR = "r3"
+PR = "r4"
DEPENDS = "libxml2 libcap"
RDEPENDS_${PN} = " \
rsync \
inherit autotools
FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"
+
+# create empty dir needed by lxc
+do_install_append() {
+ install -d ${D}${localstatedir}/lib/lxc
+}