ipkg: fix long filenames
authorHenryk Ploetz <henryk@openmoko.org>
Thu, 4 Oct 2007 11:34:18 +0000 (11:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 4 Oct 2007 11:34:18 +0000 (11:34 +0000)
packages/ipkg/ipkg_0.99.163.bb

index c5972a7..56e2590 100644 (file)
@@ -1,5 +1,5 @@
 include ipkg.inc
-PR = "r4"
+PR = "r5"
 
 S = "${WORKDIR}/ipkg-${PV}"
 
@@ -8,6 +8,7 @@ SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \
        file://is-processing.patch;patch=1 \
        file://1-pkg-parse--Optimize-inefficient-parsing.patch;patch=1 \
        file://2-pkg-vec--Optimize-gross-inefficiency.patch;patch=1 \
+       file://lonk-link-name.patch;patch=1 \
        "
 
 do_stage() {