From cad6d915f63f720037dff167eb184ff0875a93e9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Dec 2003 00:01:57 +0000 Subject: [PATCH] Add empty DEPENDS to some -native builds. BKrev: 3fde4b75QBBzGpga7vT65J5TCAtdug --- autoconf/autoconf-native_2.57.oe | 1 + automake/automake-native_1.7.7.oe | 1 + fakeroot/fakeroot-native_0.7.8.oe | 1 + genext2fs/genext2fs-native_1.3.oe | 1 + ipkg-utils/ipkg-utils-native_1.0cvs.oe | 3 +++ ipkg/ipkg-native_0.99.84.oe | 1 + ipkg/ipkg-native_0.99.91.oe | 1 + ipkg/ipkg-native_0.99.95.oe | 1 + mtd/mtd-native.oe | 3 ++- pkgconfig/pkgconfig-native_0.15.0.oe | 1 + sip/sip-native_3.8.oe | 3 +++ 11 files changed, 16 insertions(+), 1 deletion(-) diff --git a/autoconf/autoconf-native_2.57.oe b/autoconf/autoconf-native_2.57.oe index a2b655bb04..07bb77536a 100644 --- a/autoconf/autoconf-native_2.57.oe +++ b/autoconf/autoconf-native_2.57.oe @@ -1,5 +1,6 @@ include autoconf_${PV}.oe S = ${WORKDIR}/autoconf-${PV} FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV} +DEPENDS = inherit native diff --git a/automake/automake-native_1.7.7.oe b/automake/automake-native_1.7.7.oe index 1aff931571..f206ceadf8 100644 --- a/automake/automake-native_1.7.7.oe +++ b/automake/automake-native_1.7.7.oe @@ -1,5 +1,6 @@ include automake_${PV}.oe S = ${WORKDIR}/automake-${PV} +DEPENDS = inherit native diff --git a/fakeroot/fakeroot-native_0.7.8.oe b/fakeroot/fakeroot-native_0.7.8.oe index b8ed092dff..e9a5b444e9 100644 --- a/fakeroot/fakeroot-native_0.7.8.oe +++ b/fakeroot/fakeroot-native_0.7.8.oe @@ -1,5 +1,6 @@ SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz S = ${WORKDIR}/fakeroot-${PV} +DEPENDS = inherit autotools inherit native diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index 34668399ec..7b78a2f595 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -1,6 +1,7 @@ include genext2fs_${PV}.oe inherit native FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV} +DEPENDS = do_stage () { install -m 0755 genext2fs ${STAGING_BINDIR}/ diff --git a/ipkg-utils/ipkg-utils-native_1.0cvs.oe b/ipkg-utils/ipkg-utils-native_1.0cvs.oe index e69de29bb2..7609638cda 100644 --- a/ipkg-utils/ipkg-utils-native_1.0cvs.oe +++ b/ipkg-utils/ipkg-utils-native_1.0cvs.oe @@ -0,0 +1,3 @@ +inherit native +include ipkg-utils_${PV}.oe +DEPENDS = diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.84.oe +++ b/ipkg/ipkg-native_0.99.84.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.91.oe +++ b/ipkg/ipkg-native_0.99.91.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.95.oe +++ b/ipkg/ipkg-native_0.99.95.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe index 4843efa6ba..8272063791 100644 --- a/mtd/mtd-native.oe +++ b/mtd/mtd-native.oe @@ -1,5 +1,6 @@ -inherit native include mtd.oe +inherit native +DEPENDS = do_stage () { for binary in ftl_format erase eraseall nanddump doc_loadbios \ diff --git a/pkgconfig/pkgconfig-native_0.15.0.oe b/pkgconfig/pkgconfig-native_0.15.0.oe index 5414129eff..ed1586116b 100644 --- a/pkgconfig/pkgconfig-native_0.15.0.oe +++ b/pkgconfig/pkgconfig-native_0.15.0.oe @@ -2,3 +2,4 @@ include pkgconfig_${PV}.oe inherit native FILESDIR=${TOPDIR}/pkgconfig/pkgconfig-${PV} S=${WORKDIR}/pkgconfig-${PV} +DEPENDS= diff --git a/sip/sip-native_3.8.oe b/sip/sip-native_3.8.oe index e69de29bb2..88aed22475 100644 --- a/sip/sip-native_3.8.oe +++ b/sip/sip-native_3.8.oe @@ -0,0 +1,3 @@ +inherit native +include sip_${PV}.oe +DEPENDS= -- 2.39.5