diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-08-07 17:31:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-08 10:51:28 +0100 |
commit | f6634581fa0a81c4d68dc9179a755ad7b9d99357 (patch) | |
tree | c6f47294b6f220c4edd2632fafd762875371a698 | |
parent | df6a8760657b8aa256258046bad6b3be7df70650 (diff) | |
download | openembedded-core-f6634581fa0a81c4d68dc9179a755ad7b9d99357.tar.gz openembedded-core-f6634581fa0a81c4d68dc9179a755ad7b9d99357.tar.bz2 openembedded-core-f6634581fa0a81c4d68dc9179a755ad7b9d99357.zip |
createrepo-c:0.10.0 -> 0.11.0
Upgrade createrepo-c from 0.10.0 to 0.11.0
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 4 |
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 \ file://0001-Correctly-install-the-shared-library.patch \ " -PV = "0.10.0+git${SRCPV}" -SRCREV = "748891ff8ee524c2d37926c608cd2794f88013f3" +PV = "0.11.1+git${SRCPV}" +SRCREV = "434a40babdde57ab405e9a1085a30e9575ea0c92" S = "${WORKDIR}/git" |