diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-12-18 17:30:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-03 12:35:06 +0000 |
commit | 962fd61845f32a71319b351053896b79971c67b8 (patch) | |
tree | 2b204744916e6e67919711ad253f6dcf2df61cd4 | |
parent | 544af1339ed3b76d80450fc78aebac009648b389 (diff) | |
download | openembedded-core-962fd61845f32a71319b351053896b79971c67b8.tar.gz |
libcomps: upgrade 0.1.8 -> 0.1.9
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libcomps/libcomps_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb index a0b6767b3d..500d412340 100644 --- a/meta/recipes-devtools/libcomps/libcomps_git.bb +++ b/meta/recipes-devtools/libcomps/libcomps_git.bb @@ -9,8 +9,8 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ file://0001-Add-crc32.c-to-sources-list.patch \ " -PV = "0.1.8+git${SRCPV}" -SRCREV = "01a4759894cccff64d2561614a58281adf5ce859" +PV = "0.1.9" +SRCREV = "58be208122179ca6e4edc0635a26f02bf733d6a9" S = "${WORKDIR}/git" |