From: Roland Franke Date: Tue, 8 Mar 2016 19:53:48 +0000 (+0100) Subject: package/owfs: Install owfs in staging directory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e03e7431a9b7a5753cd56891bcd64f3d75265a2;p=buildroot.git package/owfs: Install owfs in staging directory 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/owfs/owfs.mk b/package/owfs/owfs.mk index 23167f4da5..083939afc6 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