[oe-commits] Marcin Juszkiewicz : file: package also magic files - spotted by Koen

git version control git at git.openembedded.org
Wed Mar 3 15:34:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4789ed2ce0fde708549003f6017b203fa179dff8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4789ed2ce0fde708549003f6017b203fa179dff8

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Wed Mar  3 11:13:18 2010 +0100

file: package also magic files - spotted by Koen

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/file/file.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/file/file.inc b/recipes/file/file.inc
index 5d4e737..1aa4d69 100644
--- a/recipes/file/file.inc
+++ b/recipes/file/file.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-ADV"
 DEPENDS = "file-native"
 DEPENDS_virtclass-native = ""
 
-INCPR = "r1"
+INCPR = "r2"
 
 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
 
@@ -13,3 +13,5 @@ inherit autotools
 
 NATIVE_INSTALL_WORKS = "1"
 BBCLASSEXTEND = "native"
+
+FILES_${PN} += "${datadir}/misc/magic*"





More information about the Openembedded-commits mailing list