All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] lxc: install also in staging
@ 2017-01-30 15:22 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2017-01-30 15:22 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=e528af6428b31c200c8c723467f758254c4cb612
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/lxc/lxc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
index 34a8556..d803916 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
 # we're patching configure.ac
 LXC_AUTORECONF = YES
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-30 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30 15:22 [Buildroot] [git commit] lxc: install also in staging Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.