summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/lxc_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index 1655e8d0..fe713a0d 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -127,6 +127,8 @@ FILES:${PN}-networking += " \
127# am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ 127# am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \
128#" 128#"
129 129
130INSANE_SKIP:${PN}-staticdev += "buildpaths"
131
130do_install:append() { 132do_install:append() {
131 # The /var/cache/lxc directory created by the Makefile 133 # The /var/cache/lxc directory created by the Makefile
132 # is wiped out in volatile, we need to create this at boot. 134 # is wiped out in volatile, we need to create this at boot.