diff options
Diffstat (limited to 'ipkg-utils')
-rw-r--r-- | ipkg-utils/files/fix-ipkg-tar.patch | 0 | ||||
-rw-r--r-- | ipkg-utils/ipkg-utils_1.6cvs.oe | 3 |
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" |