From 1e03e7431a9b7a5753cd56891bcd64f3d75265a2 Mon Sep 17 00:00:00 2001 From: Roland Franke Date: Tue, 8 Mar 2016 20:53:48 +0100 Subject: [PATCH] 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 --- package/owfs/owfs.mk | 1 + 1 file changed, 1 insertion(+) 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