aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.18.bb
diff options
context:
space:
mode:
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"