diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-11 22:20:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 22:20:40 +0000 |
commit | f4e70b095ba4deedb275027310e79cc489ff60f0 (patch) | |
tree | f65bcc13c2627de25fbf4c277c04c74a2f670849 | |
parent | b3b8929c730b91d68f4a90dc5305c504bcd11bd4 (diff) | |
parent | 65af6f4a9ec560b118fad10eb4564a2dff0d6f47 (diff) |
merge of 47f2334c425ce0824448c079cc45315c7b44a9f4
and b0bdb0dccc8c606923f25783f066e37b46ceafbc
-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 +} |