From 4789ed2ce0fde708549003f6017b203fa179dff8 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 3 Mar 2010 11:13:18 +0100 Subject: file: package also magic files - spotted by Koen Signed-off-by: Marcin Juszkiewicz --- recipes/file/file.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*" -- cgit v1.2.3