diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-02 13:15:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-02 13:15:00 +0000 |
commit | 9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (patch) | |
tree | 8c42ab81295a4b9c4e20f827e01fe2033c831e3e | |
parent | be03fa0a394fa7873d1f4aafef222897cbfb993d (diff) |
coreutils-native: inherit native after autotools to overwrite do_stage
-rw-r--r-- | packages/coreutils/coreutils-native_5.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |