diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-20 10:56:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-20 10:56:24 +0000 |
commit | 15ea96f6c97ecca5aa1b22f37bec95e1be75198f (patch) | |
tree | ae7d9f120140e2d84af81a1686f52ee2f04d47c9 /openembedded/packages | |
parent | 485477e2acd0ab3465725d4c1f14336faeb8dc7e (diff) | |
download | poky-15ea96f6c97ecca5aa1b22f37bec95e1be75198f.tar.gz |
autoconf-native: Clear invalid RDEPENDS for -native package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@285 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/autoconf/autoconf-native_2.59.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/packages/autoconf/autoconf-native_2.59.bb b/openembedded/packages/autoconf/autoconf-native_2.59.bb index 846a447a81..3d761eac66 100644 --- a/openembedded/packages/autoconf/autoconf-native_2.59.bb +++ b/openembedded/packages/autoconf/autoconf-native_2.59.bb | |||
@@ -3,5 +3,7 @@ include autoconf_${PV}.bb | |||
3 | DEPENDS = "m4-native gnu-config-native" | 3 | DEPENDS = "m4-native gnu-config-native" |
4 | S = "${WORKDIR}/autoconf-${PV}" | 4 | S = "${WORKDIR}/autoconf-${PV}" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" |
6 | #RDEPENDS_${PN} = "m4-native gnu-config-native" | ||
7 | RDEPENDS_${PN} = "" | ||
6 | 8 | ||
7 | inherit native | 9 | inherit native |