aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.18.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-10 03:34:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:15:35 +0100
commit4c67bab18ba82a2e8446ff11482a234ec7e4cc35 (patch)
treee0cc789aa6f7a24f54f0447d7be6f517ab1dc7ed /meta/recipes-devtools/file/file_5.18.bb
parent99de944c9e9dd70e8319c3d27bb61d3c781a29f3 (diff)
downloadopenembedded-core-contrib-4c67bab18ba82a2e8446ff11482a234ec7e4cc35.tar.gz
file: remove dump and filesystems
I can't find the reason from the log why we need them, and they are out of date, so remove them, then file would use the one from its package. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.18.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.18.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/file/file_5.18.bb b/meta/recipes-devtools/file/file_5.18.bb
index ba61f223eb..f2f8d032e2 100644
--- a/meta/recipes-devtools/file/file_5.18.bb
+++ b/meta/recipes-devtools/file/file_5.18.bb
@@ -12,8 +12,6 @@ DEPENDS = "zlib file-native"
DEPENDS_class-native = "zlib-native"
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
- file://dump \
- file://filesystems \
file://debian-742262.patch \
"
@@ -22,11 +20,6 @@ SRC_URI[sha256sum] = "6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c
inherit autotools
-do_configure_prepend() {
- cp ${WORKDIR}/dump ${S}/magic/Magdir/
- cp ${WORKDIR}/filesystems ${S}/magic/Magdir/
-}
-
FILES_${PN} += "${datadir}/misc/*.mgc"
do_install_append_class-native() {
@@ -34,5 +27,4 @@ do_install_append_class-native() {
--magic-file ${datadir}/misc/magic.mgc
}
-
BBCLASSEXTEND = "native nativesdk"