file: autotools_stage_all in 4.13
authorKoen Kooi <koen@openembedded.org>
Tue, 11 Oct 2005 22:20:01 +0000 (22:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 11 Oct 2005 22:20:01 +0000 (22:20 +0000)
packages/file/file_4.13.bb

index a32e968..eac5c8a 100644 (file)
@@ -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
+}