diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-19 18:47:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 11:30:35 +0000 |
commit | e32edebbc4046e58d3102d3f7253994e93515558 (patch) | |
tree | 4d7d68a4911cf4fa58ce7846e403d842d2b89ed6 | |
parent | 2b7621ef7d808bad9601d829e279a921c7ef8d19 (diff) | |
download | poky-e32edebbc4046e58d3102d3f7253994e93515558.tar.gz |
libcomps: upgrade 0.1.9 -> 0.1.10
(From OE-Core rev: 96f46aa31f975176322a4819481a6dc1bbb3389d)
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 500d412340..ff6820851f 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 \ | |||
9 | file://0001-Add-crc32.c-to-sources-list.patch \ | 9 | file://0001-Add-crc32.c-to-sources-list.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | PV = "0.1.9" | 12 | PV = "0.1.10" |
13 | SRCREV = "58be208122179ca6e4edc0635a26f02bf733d6a9" | 13 | SRCREV = "86a82fcd155c27092340d15a34f5c75c4da88243" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||