aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/file
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-03 11:13:18 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-03 11:13:52 +0100
commit4789ed2ce0fde708549003f6017b203fa179dff8 (patch)
tree3fe4f214f6a399ca4ebd71dd35cd99c6ec6a5642 /recipes/file
parent90a13cad56ba215dc3b35046c404cc98c5b09931 (diff)
downloadopenembedded-4789ed2ce0fde708549003f6017b203fa179dff8.tar.gz
file: package also magic files - spotted by Koen
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/file')
-rw-r--r--recipes/file/file.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/file/file.inc b/recipes/file/file.inc
index 5d4e737245..1aa4d69596 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*"