diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-07 22:42:40 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-07 22:42:40 +0000 |
commit | a0490cfbc9c70dfd11f695fea2d7c367d6221ff0 (patch) | |
tree | df4b298fdbc42147a66178baf5fd4da14ba36c7c /ipkg-utils | |
parent | 4e1d500e7a55054078cde95c8d51e23e9a9cecb8 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/11/07 23:41:32+01:00 handhelds.org!zecke
Beagle Machine patches
-Remove bluez/dbus from task-bootstrap
-Kernel leave zombies of ktsd for now as it was before
-Fix up ipkg destinations for the 2nd bank
BKrev: 418ea4e0Dk7F573u9Oh_oFcBUVTE-w
Diffstat (limited to 'ipkg-utils')
-rw-r--r-- | ipkg-utils/ipkg-link_1.6cvs.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ipkg-utils/ipkg-link_1.6cvs.oe b/ipkg-utils/ipkg-link_1.6cvs.oe index 6d6de84a5f..f39d0d918f 100644 --- a/ipkg-utils/ipkg-link_1.6cvs.oe +++ b/ipkg-utils/ipkg-link_1.6cvs.oe @@ -4,7 +4,9 @@ CONFLICTS = "ipkg-utils" PV_append = "${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \ - file://fix-ipkg-link.patch;patch=1" + file://fix-ipkg-link.patch;patch=1 " + +SRC_URI_append_beagle = "file://fix-ipkg-link-beagle.patch;patch=1" S = "${WORKDIR}/ipkg-utils" do_compile() { |