aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-14 08:00:56 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-14 08:00:56 +0000
commit84cb2a3a852b40b32e19eb04d967d7dd68e3c2b2 (patch)
treec7b1d17f978f1260fd7359dc74c50a10632e3079 /packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
parent9bdec7911efb802e24a26edc5eaf40fae2fb4256 (diff)
downloadopenembedded-84cb2a3a852b40b32e19eb04d967d7dd68e3c2b2.tar.gz
ipkg-utils: add patch from poky to include more fields in the ipkg metadata, most notably the OE: field
Diffstat (limited to 'packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb')
-rw-r--r--packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
index e8f52b65a4..51f5d7f835 100644
--- a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
+++ b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
@@ -5,13 +5,15 @@ LICENSE = "GPL"
CONFLICTS = "ipkg-link"
RDEPENDS = "python"
SRCDATE = "20050404"
-PR = "r15"
+PR = "r16"
SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
file://ipkg-utils-fix.patch;patch=1 \
file://ipkg-py-sane-vercompare.patch;patch=1 \
file://ipkg-py-tarfile.patch;patch=1 \
- file://ipkg-make-index-track-stamps.patch;patch=1"
+ file://ipkg-make-index-track-stamps.patch;patch=1 \
+ file://fields_tweaks.patch;patch=1 \
+ "
S = "${WORKDIR}/ipkg-utils"