diff options
Diffstat (limited to 'recipes/ipkg-utils')
-rw-r--r-- | recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb | 2 | ||||
-rw-r--r-- | recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb index 496c975748..6687129a3a 100644 --- a/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb @@ -6,7 +6,7 @@ SRCDATE = "20050930" PR = "r4" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ - file://link-vfat-libs.patch;patch=1" + file://link-vfat-libs.patch" S = "${WORKDIR}/ipkg-utils" diff --git a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index ec479c96ca..98b0cf7cdf 100644 --- a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -8,13 +8,13 @@ SRCDATE = "20050930" PR = "r24" 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://arfile_even_alignment.patch;patch=1 \ - file://ipkg-make-index-track-stamps.patch;patch=1 \ - file://fields_tweaks.patch;patch=1 \ - file://ipkg-env.patch;patch=1 \ + file://ipkg-utils-fix.patch \ + file://ipkg-py-sane-vercompare.patch \ + file://ipkg-py-tarfile.patch \ + file://arfile_even_alignment.patch \ + file://ipkg-make-index-track-stamps.patch \ + file://fields_tweaks.patch \ + file://ipkg-env.patch \ " S = "${WORKDIR}/ipkg-utils" |