coreutils-native: inherit native after autotools to overwrite do_stage
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 2 Jan 2006 13:15:00 +0000 (13:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 2 Jan 2006 13:15:00 +0000 (13:15 +0000)
packages/coreutils/coreutils-native_5.1.3.bb

index 3fbe1bb..74b3954 100644 (file)
@@ -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