diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-19 14:22:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 08:47:12 +0000 |
commit | 81594e87d031a99b967d79e16a4948731f56a875 (patch) | |
tree | fcb4c05d954d77fd20126f00b05630d77af0707e /meta/recipes-devtools/libcomps | |
parent | 5c395dedad6ee2e414d6939312d78af9bdc83ab5 (diff) | |
download | poky-81594e87d031a99b967d79e16a4948731f56a875.tar.gz |
libcomps: upgrade 0.1.12 -> 0.1.14
(From OE-Core rev: 01b2ef2292824b67f77058131e4657f7608f9efe)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libcomps')
-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 34881bba37..40b60159bc 100644 --- a/meta/recipes-devtools/libcomps/libcomps_git.bb +++ b/meta/recipes-devtools/libcomps/libcomps_git.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ | |||
8 | file://0001-Add-crc32.c-to-sources-list.patch \ | 8 | file://0001-Add-crc32.c-to-sources-list.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PV = "0.1.12" | 11 | PV = "0.1.14" |
12 | SRCREV = "d0c8aa312dcab75c265ed6123f8afe0d7c8e91db" | 12 | SRCREV = "5a0e04286f3462e3308f2a332eb0f90a66920218" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||