This module is needed by python scripts from createrepo native package.
[YOCTO #2134]
RP: Add missing DEPENDS on python-native
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
extrarpmdeps = "python perl file"
-extrarpmdeps_virtclass-native = "file-native"
+extrarpmdeps_virtclass-native = "python-native file-native"
PR = "r36"
# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed
--without-pythonembed \
"
-WITH_PYTHON_virtclass-native = " --without-python"
-
# Perl modules are not built, but they could be enabled fairly easily
# the perl module creation and installation would need to be patched.
# (currently has host perl contamination issues)