diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-20 16:10:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:51 +0100 |
commit | 8db637dfe5e4aeaa72304bacf97eb0553a28a59f (patch) | |
tree | 8d8c39d4c3255ecc9bab333c0119f01db503ea8b /meta | |
parent | 9ddfe4061953b8112c8d00e32b5876900b5d3980 (diff) | |
download | poky-8db637dfe5e4aeaa72304bacf97eb0553a28a59f.tar.gz |
createrepo-c: upgrade 0.12.2 -> 0.14.0
(From OE-Core rev: 1b75de0de748189b00caec12a27f5a9123c5c35e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb (renamed from meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb index c70523dca6..2a3007c38d 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.12.2.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.14.0.bb | |||
@@ -8,11 +8,11 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c \ | |||
8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRCREV = "5b4c06f6af24633f667da37455281f24a4abd461" | 11 | SRCREV = "8cffea9751b14366a7f6f3664f5d39fe4f0f9253" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" | 15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm libmodulemd" |
16 | DEPENDS_append_class-native = " file-replacement-native" | 16 | DEPENDS_append_class-native = " file-replacement-native" |
17 | 17 | ||
18 | inherit cmake pkgconfig bash-completion distutils3-base | 18 | inherit cmake pkgconfig bash-completion distutils3-base |