diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-12-07 08:06:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
commit | 02f7376bb9c86262e8363262385cd506cb5ced33 (patch) | |
tree | 6abba6bff0bed8cffd5c7ab987e3523c140e7a33 | |
parent | bbfe982f9f1dd28af3c814097d6277616e2dcfb8 (diff) | |
download | poky-02f7376bb9c86262e8363262385cd506cb5ced33.tar.gz |
opkg-utils: upgrade 0.4.5 -> 0.5.0
(From OE-Core rev: a9561eeb710eee02cdf9817245882d29f797b9b0)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb (renamed from meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb index a2bcc7f661..21678a27b2 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb | |||
@@ -12,8 +12,7 @@ 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] = "025b19744e5c7fc1c8380e17df1fcc64" | 15 | SRC_URI[sha256sum] = "55733c0f8ffde2bb4f9593cfd66a1f68e6a2f814e8e62f6fd78472911c818c32" |
16 | SRC_URI[sha256sum] = "528635e674addea5c2b3a3268404ad04a952c4f410d17c3d754f5dd5529770c9" | ||
17 | 16 | ||
18 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
19 | 18 | ||