diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2016-07-13 16:05:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:49 +0100 |
commit | ac0910efcce8186990908316d1be5d36c6b5e18c (patch) | |
tree | f85f046d93a552623d2f59f63233fca49d19975f /meta/recipes-devtools | |
parent | d62fd7711d508a4bd926e46a235d2511401f543d (diff) | |
download | poky-ac0910efcce8186990908316d1be5d36c6b5e18c.tar.gz |
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
(From OE-Core rev: 9219e87c6add5bcc95ac00a019a6c24083846f50)
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.3.3.bb (renamed from meta/recipes-devtools/opkg/opkg_0.3.2.bb) | 4 |
1 files 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 index 0251b7dadc..bce72fcd26 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 | |||
17 | file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \ | 17 | file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "b2cc1baa89d0b3d49e63ab002fd2e0a6" | 20 | SRC_URI[md5sum] = "a4613038c8afc7d8d482f5c53f137bdf" |
21 | SRC_URI[sha256sum] = "c9fa948a779a4e493b9669c239de317d43c43accbccbb0cf84056f9b269ba7b0" | 21 | SRC_URI[sha256sum] = "19db9e73121a5e4c91fa228b0a6a4c55cc3591056130cfb3c66c30aa32f8d00e" |
22 | 22 | ||
23 | inherit autotools pkgconfig systemd | 23 | inherit autotools pkgconfig systemd |
24 | 24 | ||