summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-08-13 11:51:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:58:19 +0200
commitc2cea10597ed1b843e00aa5ecedfd6005c7d7799 (patch)
tree886275b8d2f664910e74aaf1fda974b0ba7426fe /meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
parent6682d8db0346f2cb515c3b128033db21fedff06a (diff)
downloadmeta-openembedded-c2cea10597ed1b843e00aa5ecedfd6005c7d7799.tar.gz
recipes: use class-native instead of deprecated virtclass-native.
virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml_3.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-lxml_3.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
index 2480e4df9..4fab4f3d5 100644
--- a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
+++ b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
@@ -30,5 +30,5 @@ DISTUTILS_INSTALL_ARGS += " \
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31 31
32RDEPENDS_${PN} += "libxml2 libxslt python-compression" 32RDEPENDS_${PN} += "libxml2 libxslt python-compression"
33RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native" 33RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native"
34 34