diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-11 13:47:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 62c5b16d46e82dd1b63fb0b63a7c418183950236 (patch) | |
tree | 1fa1894e9162c4f8448c3c47916ccd96e16eac0d /meta/recipes-devtools/createrepo-c | |
parent | a0cf9a307ab074424ff571b5ce2e508acff3a2fb (diff) | |
download | poky-62c5b16d46e82dd1b63fb0b63a7c418183950236.tar.gz |
libmodulemd: remove the recipe
Version 2 of the recipe is not actually required by anything; the
lidmodulemd dependency in createrepo-c is optional, and the
libmodulemd feature is not used in YP.
(From OE-Core rev: e5bf0814f565458c1c13d305dfc80a70a060555e)
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')
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb index ae0a35da84..dc1b851b2d 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb | |||
@@ -12,12 +12,12 @@ SRCREV = "2077ba104eae04bb819e9e0c906c8c835b62e7a6" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm libmodulemd" | 15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" |
16 | DEPENDS_append_class-native = " file-replacement-native" | 16 | DEPENDS_append_class-native = " file-replacement-native" |
17 | 17 | ||
18 | inherit cmake pkgconfig bash-completion distutils3-base | 18 | inherit cmake pkgconfig bash-completion distutils3-base |
19 | 19 | ||
20 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF" | 20 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF -DWITH_LIBMODULEMD=OFF" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||