mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4c78b0ae3a
commit
eb867257cc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user