diff options
author | Roland Franke <fli4l@franke-prem.de> | 2016-03-08 20:53:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-08 21:11:00 +0100 |
commit | 1e03e7431a9b7a5753cd56891bcd64f3d75265a2 (patch) | |
tree | b141451f66fc8de17c497ec6341c8280825d7245 | |
parent | 4eafcaef56f04943de896f1b564c5b51157ab594 (diff) | |
download | buildroot-1e03e7431a9b7a5753cd56891bcd64f3d75265a2.tar.gz buildroot-1e03e7431a9b7a5753cd56891bcd64f3d75265a2.zip |
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 <fli4l@franke-prem.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/owfs/owfs.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |