diff options
Diffstat (limited to 'meta/recipes-devtools/libcomps/libcomps_git.bb')
-rw-r--r-- | meta/recipes-devtools/libcomps/libcomps_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb index ff6820851f..372c3c3580 100644 --- a/meta/recipes-devtools/libcomps/libcomps_git.bb +++ b/meta/recipes-devtools/libcomps/libcomps_git.bb | |||
@@ -4,13 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
4 | 4 | ||
5 | SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ | 5 | SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ |
6 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 6 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
7 | file://0002-Set-library-installation-path-correctly.patch \ | ||
8 | file://0001-Make-__comps_objmrtree_all-static-inline.patch \ | 7 | file://0001-Make-__comps_objmrtree_all-static-inline.patch \ |
9 | file://0001-Add-crc32.c-to-sources-list.patch \ | 8 | file://0001-Add-crc32.c-to-sources-list.patch \ |
10 | " | 9 | " |
11 | 10 | ||
12 | PV = "0.1.10" | 11 | PV = "0.1.11" |
13 | SRCREV = "86a82fcd155c27092340d15a34f5c75c4da88243" | 12 | SRCREV = "d868a79b76fb980d1371c28124ae07f00d2b63a9" |
14 | 13 | ||
15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
16 | 15 | ||