diff options
author | Philip Balister <philip@balister.org> | 2007-12-03 12:00:28 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-12-03 12:00:28 +0000 |
commit | 4c12de840646dd2ff12ddcba9663717e9387a28f (patch) | |
tree | 4233de81c852c82dda6e8904fefedf17cf12211b /packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | |
parent | 1cd6dc9e544a2ee8afa20ebc2a27dc9078c38914 (diff) | |
parent | f18c67d5ef73c90a17648feeaf14ce8ebaca1eb7 (diff) |
merge of '4b48cc331d56f5ee9714871633ccb98a1cfe28e1'
and '9e08f0a0ea353d01da3e8da16012b96b9e4e2fa2'
Diffstat (limited to 'packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb')
-rw-r--r-- | packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index 51f5d7f835..c089796ccb 100644 --- a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -5,19 +5,18 @@ LICENSE = "GPL" CONFLICTS = "ipkg-link" RDEPENDS = "python" SRCDATE = "20050404" -PR = "r16" +PR = "r17" 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://fields_tweaks.patch;patch=1 \ - " + file://fields_tweaks.patch;patch=1 " S = "${WORKDIR}/ipkg-utils" -INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py" +INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py ipkg-list-fields" do_compile() { oe_runmake ipkg-compare-versions |