diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-06-22 16:12:04 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2009-01-05 17:07:03 +0800 |
commit | fa4f0bb849682240ad44cfe2e825aa8d4ba96adb (patch) | |
tree | dfba947aef9481f78ddc268f8907d19b787e36cd /packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | |
parent | 6a221898b043c0bad8d914fdf1ba9c60a181e184 (diff) |
ipkg-utils: Make it work on fedora 9.
"control.tar.gz" got listed as "`control.tar.gz" The root cause is
somewhere else in the parser. So this is a workaround that will help
to find the right file. opkg on the device should use the proper ar
executable and that should be able to extract the right files.
Diffstat (limited to 'packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb')
-rw-r--r-- | packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index 40bef907c8..7ffecb50ae 100644 --- a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" CONFLICTS = "ipkg-link" RDEPENDS = "python" SRCDATE = "20050404" -PR = "r21" +PR = "r22" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ file://ipkg-utils-fix.patch;patch=1 \ |