diff options
-rw-r--r-- | recipes/opkg/opkg.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index 3f94506039..ae1622a6fa 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -4,7 +4,7 @@ SECTION = "base" LICENSE = "GPLv2" SRCREV = ${OPKG_SRCREV} PV = "0.1.8+svnr${SRCPV}" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ file://configure \ @@ -22,4 +22,5 @@ do_install_prepend() { EXTRA_OECONF += " --disable-gpg \ --disable-openssl \ --disable-ssl-curl \ - --disable-curl" + --disable-curl \ + --disable-sha256" |