From fbb14d6d3f6b35b66f39efed78d7836ea7110b28 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Tue, 18 Jan 2005 05:40:09 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/18 00:19:55-05:00 handhelds.org!kergoth Disable use of parallel make for uclibc. 2005/01/17 23:57:02-05:00 handhelds.org!kergoth Fix a major bug in the new base_do_patch.. it wasn't chdir()ing into the correct dir before calling the PATCHCMD. 2005/01/17 23:48:20-05:00 handhelds.org!kergoth Remove python-native from the ipkg-utils-native deps, because having it there is just silly. BKrev: 41eca139NmEzWeP48TMCg6TqCdQpAg --- packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packages/ipkg-utils') diff --git a/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb b/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb index e69de29bb2..a4bd93c319 100644 --- a/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb +++ b/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb @@ -0,0 +1,11 @@ +SECTION = "base" +include ipkg-utils_${PV}.bb +PR = "r3" +inherit native +DEPENDS = "" + +do_stage() { + for i in ${INSTALL}; do + install -m 0755 $i ${STAGING_BINDIR} + done +} -- cgit v1.2.3