aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-02 23:16:15 +0000
committerChris Larson <clarson@kergoth.com>2004-11-02 23:16:15 +0000
commitb480099179a200a86cf2b4e46941c005f44c2435 (patch)
tree15bde0e698d631d3500614c440a707a4e5095a3e /ipkg-utils
parenta33bce4e136edcfb8143ff467b484c3b16727ed9 (diff)
downloadopenembedded-b480099179a200a86cf2b4e46941c005f44c2435.tar.gz
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/02 17:15:23-06:00 handhelds.org!kergoth Upgrade udev to 042, kill old versions to reduce maintainance headaches. 2004/11/02 16:46:24-06:00 handhelds.org!kergoth Merge http://nslu2-linux.bkbits.net/packages into handhelds.org:/home/kergoth/code/packages 2004/11/03 09:48:56+11:00 black.lan!peteru Merge nslu2-linux@nslu2-linux.bkbits.net:packages into black.lan:/home/slug/bk/packages 2004/11/03 09:36:32+11:00 black.lan!peteru kernel, ramdisk and image variants. Currently ramdisk variants are broken. Pushing anyway, so that OE experts can help with fixing the issue. 2004/10/31 13:48:09-10:00 (none)!dereky defconfig: Add raid lines 2004/11/01 09:26:07+10:30 (none)!rwhitby Added the -able image to Unslung 2004/11/01 01:37:33+11:00 black.lan!peteru Create a new image for unslung-able. 2004/10/31 10:33:14+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages into home.(none):/home/openembedded/packages 2004/10/31 10:31:48+10:30 (none)!rwhitby Added slingbox to Unslung image 2004/10/31 10:25:02+10:30 (none)!rwhitby Added slingbox to Unslung image 2004/10/30 16:34:07-04:00 rant-central.com!CodeWhacker Merge bk://nslu2-linux.bkbits.net/packages into rant-central.com:/home/roy/workspace/NSLU2/oe/packages 2004/10/30 16:29:33-04:00 rant-central.com!CodeWhacker Rearrange tar args in ipkg-build to avoid the error messages some tar versions produce when there are args after the source files list. 2004/10/29 11:18:45+09:30 (none)!rwhitby Unslung: Make sure that /root exists after unslinging. 2004/10/29 09:54:54+09:30 (none)!rwhitby Unslung: Fixed the unsling script so it removes conflicting files from an old unslung root partition. 2004/10/28 17:00:22-07:00 bkbits.net!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into bkbits.net:/repos/n/nslu2-linux/packages 2004/10/25 14:23:02-04:00 uottawa.ca!stephane Added /dev entry for NSLU2's software-based I2C adapter. 2004/10/25 14:21:22-04:00 uottawa.ca!stephane Initial integration of Kas11's x1205-rtc drivers. 2004/10/25 23:49:37+09:30 (none)!rwhitby Fixed a bug in nslu2-unslung-ramdisk 2004/10/25 22:35:52+09:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages into home.(none):/home/openembedded/packages 2004/10/25 05:58:22-07:00 bkbits.net!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into bkbits.net:/repos/n/nslu2-linux/packages 2004/10/25 22:21:41+09:30 (none)!rwhitby Unslung: Added the Unslung Doc link to the User Guide page, and added the flashfs script. 2004/10/25 10:15:35+02:00 (none)!chriz Fix for Genesys Logic based devices (e.g. gl811e). For details refer to: http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg10941.html http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg10981.html BKrev: 4188153fr__wrRFQlfc9zi6SJ3JVsw
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/files/fix-ipkg-tar.patch0
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/ipkg-utils/files/fix-ipkg-tar.patch b/ipkg-utils/files/fix-ipkg-tar.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg-utils/files/fix-ipkg-tar.patch
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe
index 4aa5435c41..06c565ad34 100644
--- a/ipkg-utils/ipkg-utils_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils_1.6cvs.oe
@@ -10,7 +10,8 @@ PV_append = "${CVSDATE}"
PR = "r5"
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 \
+ file://fix-ipkg-tar.patch;patch=1 "
SRC_URI_append_beagle = " file://fix-ipkg-link-beagle.patch;patch=1 "
S = "${WORKDIR}/ipkg-utils"