summaryrefslogtreecommitdiffstats
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:20:50 +0100
commiteb867257ccbc529fedf6a97633ef32aa5f992b2d (patch)
tree6e8a7bdb0d293cff3f9e50f06673c93c982e203d /meta/recipes-devtools/file/file_5.18.bb
parent4c78b0ae3a11dbb5c153b362be5c3b5f8b586feb (diff)
downloadpoky-eb867257ccbc529fedf6a97633ef32aa5f992b2d.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. (From OE-Core rev: 4c67bab18ba82a2e8446ff11482a234ec7e4cc35) 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"
12DEPENDS_class-native = "zlib-native" 12DEPENDS_class-native = "zlib-native"
13 13
14SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ 14SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
15 file://dump \
16 file://filesystems \
17 file://debian-742262.patch \ 15 file://debian-742262.patch \
18 " 16 "
19 17
@@ -22,11 +20,6 @@ SRC_URI[sha256sum] = "6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c
22 20
23inherit autotools 21inherit autotools
24 22
25do_configure_prepend() {
26 cp ${WORKDIR}/dump ${S}/magic/Magdir/
27 cp ${WORKDIR}/filesystems ${S}/magic/Magdir/
28}
29
30FILES_${PN} += "${datadir}/misc/*.mgc" 23FILES_${PN} += "${datadir}/misc/*.mgc"
31 24
32do_install_append_class-native() { 25do_install_append_class-native() {
@@ -34,5 +27,4 @@ do_install_append_class-native() {
34 --magic-file ${datadir}/misc/magic.mgc 27 --magic-file ${datadir}/misc/magic.mgc
35} 28}
36 29
37
38BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"