diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-08-22 13:27:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 07:50:00 +0100 |
commit | 8f88c6eaeeb11dbc99dde3065e03297723ce1bd8 (patch) | |
tree | 30223415aa397c106f221761d9fea808fccb1f56 | |
parent | 36262446202d04684509df687d11f90615a87205 (diff) | |
download | poky-8f88c6eaeeb11dbc99dde3065e03297723ce1bd8.tar.gz |
pkgconf: upgrade 1.4.2 -> 1.5.3
(From OE-Core rev: cadbea143d9ff3737195865c91573f40e2fdba9d)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb index ea7b666021..2021d1ac60 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.5.3.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] = "678d242b4eef1754bba6a58642af10bb" | 24 | SRC_URI[md5sum] = "c21743bca14c882c0f282746168a5edc" |
25 | SRC_URI[sha256sum] = "bab39371d4ab972be1d539a8b10b6cc21f8eafc97f617102e667e82bd32eb234" | 25 | SRC_URI[sha256sum] = "d3468308553c94389dadfd10c4d1067269052b5364276a9d24a643c88485f715" |
26 | 26 | ||
27 | inherit autotools update-alternatives | 27 | inherit autotools update-alternatives |
28 | 28 | ||