diff mbox

[v2,1/1] lxc: install also in staging

Message ID 1482070433-17578-1-git-send-email-fabrice.fontaine@orange.com
State Accepted
Commit e528af6428b31c200c8c723467f758254c4cb612
Headers show

Commit Message

Fabrice Fontaine Dec. 18, 2016, 2:13 p.m. UTC
Install also lxc in staging directory, this will be needed for the
incoming integration of lxd package. Moreover, other packages could
find useful to integrate with liblxc instead of using lxc-xxx binaries.

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - Update commit message

 package/lxc/lxc.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Jan. 30, 2017, 3:19 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Install also lxc in staging directory, this will be needed for the
 > incoming integration of lxd package. Moreover, other packages could
 > find useful to integrate with liblxc instead of using lxc-xxx binaries.

 > Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
 > ---
 > Changes v1 -> v2 (after review of Thomas Petazzoni):
 >  - Update commit message

Committed, thanks.
diff mbox

Patch

diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
index b9e3a43..2d04919 100644
--- a/package/lxc/lxc.mk
+++ b/package/lxc/lxc.mk
@@ -9,6 +9,7 @@  LXC_SITE = https://linuxcontainers.org/downloads/lxc
 LXC_LICENSE = LGPLv2.1+
 LXC_LICENSE_FILES = COPYING
 LXC_DEPENDENCIES = libcap host-pkgconf
+LXC_INSTALL_STAGING = YES
 LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
 	--disable-python --disable-werror \
 	$(if $(BR2_PACKAGE_BASH),,--disable-bash)