From: Marcin Juszkiewicz Date: Wed, 3 Mar 2010 10:13:18 +0000 (+0100) Subject: file: package also magic files - spotted by Koen X-Git-Tag: Release-2010-05/1~489^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4789ed2ce0fde708549003f6017b203fa179dff8;p=openembedded.git file: package also magic files - spotted by Koen Signed-off-by: Marcin Juszkiewicz --- 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*"