From: Philipp Zabel Date: Mon, 2 Jan 2006 13:15:00 +0000 (+0000) Subject: coreutils-native: inherit native after autotools to overwrite do_stage X-Git-Tag: Release-2010-05/1~9453^2~2805 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee2ad630cbd3a171818792ad1649eb2d8f94a26;p=openembedded.git coreutils-native: inherit native after autotools to overwrite do_stage --- diff --git a/packages/coreutils/coreutils-native_5.1.3.bb b/packages/coreutils/coreutils-native_5.1.3.bb index 3fbe1bb6f1..74b39541fa 100644 --- a/packages/coreutils/coreutils-native_5.1.3.bb +++ b/packages/coreutils/coreutils-native_5.1.3.bb @@ -1,7 +1,7 @@ SECTION = "base" -inherit native FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}" S = "${WORKDIR}/coreutils-${PV}" include coreutils_${PV}.bb +inherit native