diff options
Diffstat (limited to 'packages/file')
-rw-r--r-- | packages/file/file_4.13.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/file/file_4.13.bb b/packages/file/file_4.13.bb index a32e9685b2..eac5c8a18f 100644 --- a/packages/file/file_4.13.bb +++ b/packages/file/file_4.13.bb @@ -3,7 +3,7 @@ on their contents and prints a description if a match is found." SECTION = "console/utils" LICENSE = "BSD-ADV" DEPENDS = "file-native" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" S = "${WORKDIR}/file-${PV}" @@ -13,3 +13,7 @@ inherit autotools do_configure_prepend() { sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am } + +do_stage() { +autotools_stage_all +} |