[Buildroot] [git commit] file: install to staging as well

Peter Korsgaard jacmet at sunsite.dk
Mon Nov 14 15:16:17 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=a276ff90301ee82a4955fa15c8410fb2e3cf7ddd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

file provides libmagic, which other packages might use - So install it
into staging.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/file/file.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/file/file.mk b/package/file/file.mk
index d9a533f..7536056 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -8,6 +8,7 @@ FILE_VERSION = 5.09
 FILE_SITE = ftp://ftp.astron.com/pub/file/
 FILE_DEPENDENCIES = host-file zlib
 HOST_FILE_DEPENDENCIES = host-zlib
+FILE_INSTALL_STAGING = YES
 
 define FILE_UNINSTALL_TARGET_CMDS
 	$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)


More information about the buildroot mailing list