diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | 9e2489d1bbeeea684bb4c0b4472c676e767fa514 (patch) | |
tree | f85e1c8cae2631030c61f41585e56bd849eac3fb | |
parent | 09d91a0e62cd55a29b5d677209c59039cd90f88e (diff) | |
download | poky-9e2489d1bbeeea684bb4c0b4472c676e767fa514.tar.gz |
libcomps: upgrade 0.1.17 -> 0.1.18
(From OE-Core rev: 058d9ae4f9067072777cf996018e7b48e13d141d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libcomps/libcomps_0.1.18.bb (renamed from meta/recipes-devtools/libcomps/libcomps_0.1.17.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.17.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb index 502bc4688b..8fe43ed0c8 100644 --- a/meta/recipes-devtools/libcomps/libcomps_0.1.17.bb +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ | |||
9 | file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 9 | file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV = "dfaffdce1969042bda4a184865861573bb07a5a3" | 12 | SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||