diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-12-18 17:29:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-03 12:35:53 +0000 |
| commit | 4fe071a18f4b922d1db7216af1b810c649e51518 (patch) | |
| tree | 8cc8651971362bcbbc39aa4ace1707a63d14f350 /meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | |
| parent | 54363c1d9322c798a3467b088dc2fb446cd84d07 (diff) | |
| download | poky-4fe071a18f4b922d1db7216af1b810c649e51518.tar.gz | |
createrepo-c: update to 0.12.0
Drop 0001-Correctly-install-the-shared-library.patch as upstream fixed the issue.
(From OE-Core rev: c9447be6efc89b2d6259bcd4237af482d47b389f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c/createrepo-c_git.bb')
| -rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb index 2960811048..3a4cfb7b02 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | |||
| @@ -6,11 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c \ | 7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c \ |
| 8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
| 9 | file://0001-Correctly-install-the-shared-library.patch \ | ||
| 10 | " | 9 | " |
| 11 | 10 | ||
| 12 | PV = "0.11.1+git${SRCPV}" | 11 | PV = "0.12.0" |
| 13 | SRCREV = "434a40babdde57ab405e9a1085a30e9575ea0c92" | 12 | SRCREV = "8884a469680b7fb4a10fcbd49dbfef99b035c44b" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 16 | 15 | ||
| @@ -19,7 +18,7 @@ DEPENDS_append_class-native = " file-replacement-native" | |||
| 19 | 18 | ||
| 20 | inherit cmake pkgconfig bash-completion distutils3-base | 19 | inherit cmake pkgconfig bash-completion distutils3-base |
| 21 | 20 | ||
| 22 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | 21 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF" |
| 23 | 22 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
| 25 | 24 | ||
