[Buildroot] [git commit] package/owfs: Install owfs in staging directory

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 8 20:11:00 UTC 2016


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

Install package in staging directory, so that this package can be
linked together with other packages (for example collectd and its
onewire plugin).

Signed-off-by: Roland Franke <fli4l at franke-prem.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/owfs/owfs.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/owfs/owfs.mk b/package/owfs/owfs.mk
index 23167f4..083939a 100644
--- a/package/owfs/owfs.mk
+++ b/package/owfs/owfs.mk
@@ -15,6 +15,7 @@ OWFS_AUTORECONF = YES
 # owtcl license is declared in module/ownet/c/src/include/ow_functions.h
 OWFS_LICENSE = GPLv2+, LGPLv2 (owtcl)
 OWFS_LICENSE_FILES = COPYING COPYING.LIB
+OWFS_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_LIBFUSE),y)
 OWFS_DEPENDENCIES += libfuse


More information about the buildroot mailing list