summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/createrepo-c
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-08-07 17:31:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-08 10:51:59 +0100
commit72f7af1b8170f53bf3699886d9a39e8b0e852c6e (patch)
tree34592ba4c88a266e870093ea51d5c32255121fcd /meta/recipes-devtools/createrepo-c
parent38feebf501f683921e51e3f2888baa81cf6ee690 (diff)
downloadpoky-72f7af1b8170f53bf3699886d9a39e8b0e852c6e.tar.gz
createrepo-c:0.10.0 -> 0.11.0
Upgrade createrepo-c from 0.10.0 to 0.11.0 (From OE-Core rev: f6634581fa0a81c4d68dc9179a755ad7b9d99357) Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c')
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
index 9be9f9e51a..2960811048 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
@@ -9,8 +9,8 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
9 file://0001-Correctly-install-the-shared-library.patch \ 9 file://0001-Correctly-install-the-shared-library.patch \
10 " 10 "
11 11
12PV = "0.10.0+git${SRCPV}" 12PV = "0.11.1+git${SRCPV}"
13SRCREV = "748891ff8ee524c2d37926c608cd2794f88013f3" 13SRCREV = "434a40babdde57ab405e9a1085a30e9575ea0c92"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16