[oe-commits] [openembedded-core] 74/118: opkg: upgrade to v0.3.3

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:30:48 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9219e87c6add5bcc95ac00a019a6c24083846f50
Author: Alejandro del Castillo <alejandro.delcastillo at ni.com>
AuthorDate: Wed Jul 13 16:05:34 2016 -0500

    opkg: upgrade to v0.3.3
    
    Bug fix release to address two regressions:
    
    *  Fix build breakage when using configure option --enable-sha256
    *  Do not remove packages if removal operation is not valid due to
       installed dependents
    
    Signed-off-by: Alejandro del Castillo <alejandro.delcastillo at ni.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/opkg/{opkg_0.3.2.bb => opkg_0.3.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg_0.3.2.bb b/meta/recipes-devtools/opkg/opkg_0.3.3.bb
similarity index 94%
rename from meta/recipes-devtools/opkg/opkg_0.3.2.bb
rename to meta/recipes-devtools/opkg/opkg_0.3.3.bb
index 0251b7d..bce72fc 100644
--- a/meta/recipes-devtools/opkg/opkg_0.3.2.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.3.3.bb
@@ -17,8 +17,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
            file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \
 "
 
-SRC_URI[md5sum] = "b2cc1baa89d0b3d49e63ab002fd2e0a6"
-SRC_URI[sha256sum] = "c9fa948a779a4e493b9669c239de317d43c43accbccbb0cf84056f9b269ba7b0"
+SRC_URI[md5sum] = "a4613038c8afc7d8d482f5c53f137bdf"
+SRC_URI[sha256sum] = "19db9e73121a5e4c91fa228b0a6a4c55cc3591056130cfb3c66c30aa32f8d00e"
 
 inherit autotools pkgconfig systemd
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list