diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-11 22:20:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 22:20:01 +0000 |
commit | 65af6f4a9ec560b118fad10eb4564a2dff0d6f47 (patch) | |
tree | b64a28d9c0b83eeafc284c2c660e0cfdca610887 /packages | |
parent | 938069c10fda69c355c20a01293c332d3486c1c0 (diff) |
file: autotools_stage_all in 4.13
Diffstat (limited to 'packages')
-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 +} |