diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-25 08:47:12 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-25 08:47:12 +0000 |
commit | 897b47b0ea627e2f3e2b2398108c90532f735ce6 (patch) | |
tree | 9475ff5e3023666471776f5462a198e066fa74f9 /packages/opkg/opkg.inc | |
parent | 80e765ba6f2c395006d82251bea0b3590b277dff (diff) |
opkg: fix md5 hashing on big-endian machines
Diffstat (limited to 'packages/opkg/opkg.inc')
-rw-r--r-- | packages/opkg/opkg.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/opkg/opkg.inc b/packages/opkg/opkg.inc index 2179f5595e..6459ca78d8 100644 --- a/packages/opkg/opkg.inc +++ b/packages/opkg/opkg.inc @@ -5,7 +5,8 @@ LICENSE = "GPL" DEPENDS = "curl gpgme" PV = "0.0+svnr${SRCREV}" -SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" +SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \ + file://fix_endianness.patch;patch=1" S = "${WORKDIR}/opkg" inherit autotools pkgconfig |