diff options
Diffstat (limited to 'meta/recipes-devtools/createrepo-c/createrepo-c_0.15.0.bb')
-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 | ||