diff options
author | Matthias Hentges <oe@hentges.net> | 2005-03-06 16:27:37 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2005-03-06 16:27:37 +0000 |
commit | f2b3c1e6b45830c9c669beab001c50ef90bb4ca9 (patch) | |
tree | 00959f026cbc7236d95fdf1934cbba890f4cc48d /packages/ipkg-utils/ipkg-utils_1.6cvs.bb | |
parent | f16aec7c01e7a344c72460c8d35ed73f3318dcac (diff) |
Adjust ipkg-link to recent OZ / OE changes. Beagle users please test
BKrev: 422b2f79lE6IOywAjE-suC91-qrTkQ
Diffstat (limited to 'packages/ipkg-utils/ipkg-utils_1.6cvs.bb')
-rw-r--r-- | packages/ipkg-utils/ipkg-utils_1.6cvs.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/ipkg-utils/ipkg-utils_1.6cvs.bb b/packages/ipkg-utils/ipkg-utils_1.6cvs.bb index 5327f012eb..4a1ba11008 100644 --- a/packages/ipkg-utils/ipkg-utils_1.6cvs.bb +++ b/packages/ipkg-utils/ipkg-utils_1.6cvs.bb @@ -7,12 +7,13 @@ LICENSE = "GPL" CONFLICTS = "ipkg-link" RDEPENDS = "python" PV_append = "${CVSDATE}" -PR = "r7" +PR = "r8" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ 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 " + file://fix-ipkg-tar.patch;patch=1 \ + file://ipkg-link-oe.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" |