diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 10:24:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:43:07 +0000 |
commit | 08382cc818b35cf37ffd2bc6090b7d64b153be13 (patch) | |
tree | d4c7d6885aa134297f7199c995aaf941373a7852 /meta/recipes-devtools/pkgconf | |
parent | 09eda3d755def5a358bb500dfb6627a527dbb36d (diff) | |
download | poky-08382cc818b35cf37ffd2bc6090b7d64b153be13.tar.gz |
pkgconf: upgrade 1.5.3 -> 1.6.0
(From OE-Core rev: ab4b0aed95abc4facc63a817b05fbd423ab67a5b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconf')
-rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_1.6.0.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.6.0.bb index 415478d5cf..1452875f5d 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.6.0.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "\ | |||
21 | file://pkg-config-native.in \ | 21 | file://pkg-config-native.in \ |
22 | file://pkg-config-esdk.in \ | 22 | file://pkg-config-esdk.in \ |
23 | " | 23 | " |
24 | SRC_URI[md5sum] = "c21743bca14c882c0f282746168a5edc" | 24 | SRC_URI[md5sum] = "0c93492d7f001e5175b0347b5472e86d" |
25 | SRC_URI[sha256sum] = "d3468308553c94389dadfd10c4d1067269052b5364276a9d24a643c88485f715" | 25 | SRC_URI[sha256sum] = "6135a3abb576672ba54a899860442ba185063f0f90dae5892f64f7bae8e1ece5" |
26 | 26 | ||
27 | inherit autotools | 27 | inherit autotools |
28 | 28 | ||