From: Koen Kooi Date: Tue, 11 Oct 2005 22:20:01 +0000 (+0000) Subject: file: autotools_stage_all in 4.13 X-Git-Tag: Release-2010-05/1~9453^2~3279^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65af6f4a9ec560b118fad10eb4564a2dff0d6f47;p=openembedded.git file: autotools_stage_all in 4.13 --- 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 +}