diff options
Diffstat (limited to 'recipes/file')
-rw-r--r-- | recipes/file/file_4.18.bb | 2 | ||||
-rw-r--r-- | recipes/file/file_4.21.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/file/file_4.18.bb b/recipes/file/file_4.18.bb index 2ebe549503..08b627a128 100644 --- a/recipes/file/file_4.18.bb +++ b/recipes/file/file_4.18.bb @@ -6,7 +6,7 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://dump \ file://filesystems" -SRC_URI_append_virtclass-native = " file://native-fix.diff;apply=yes" +SRC_URI_append_virtclass-native = " file://native-fix.diff" do_configure_prepend() { sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am diff --git a/recipes/file/file_4.21.bb b/recipes/file/file_4.21.bb index 9f31a7eade..6f16e3ce54 100644 --- a/recipes/file/file_4.21.bb +++ b/recipes/file/file_4.21.bb @@ -6,7 +6,7 @@ PR = "${INCPR}.0" SRC_URI = "ftp://ftp.fi.debian.org/pub/gentoo/distfiles/file-${PV}.tar.gz" -SRC_URI_append_virtclass-native = " file://native-fix.diff;apply=yes" +SRC_URI_append_virtclass-native = " file://native-fix.diff" do_configure_prepend() { sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am |