diff options
author | Alex Stewart <alex.stewart@ni.com> | 2021-06-09 16:10:42 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-11 23:50:58 +0100 |
commit | 2104ab479b19000d3e4e9ebbc61d112f9b8017ea (patch) | |
tree | 4fbde2f0c3fb685aa5c41d67bc0b182e5173c7b8 | |
parent | 39a6abee37c96281ab9b391c4b8afafadb761f7a (diff) | |
download | poky-2104ab479b19000d3e4e9ebbc61d112f9b8017ea.tar.gz |
opkg-utils: upgrade to version 0.4.5
(From OE-Core rev: c1ac3d1a8af6d5752c8c1aa9d133ee35c18c743b)
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb (renamed from meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb index ce299d6b63..93d2911104 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/${BPN}/snapshot/${BPN}-${PV | |||
12 | " | 12 | " |
13 | UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/" | 13 | UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7bbadb3c381f3ea935b21d3bb8cc4671" | 15 | SRC_URI[md5sum] = "025b19744e5c7fc1c8380e17df1fcc64" |
16 | SRC_URI[sha256sum] = "046517600fb0aed6c4645edefe02281f4fa2f1c02f71596152d93172452c0b01" | 16 | SRC_URI[sha256sum] = "528635e674addea5c2b3a3268404ad04a952c4f410d17c3d754f5dd5529770c9" |
17 | 17 | ||
18 | TARGET_CC_ARCH += "${LDFLAGS}" | 18 | TARGET_CC_ARCH += "${LDFLAGS}" |
19 | 19 | ||