diff options
author | Ross Burton <ross.burton@intel.com> | 2015-08-13 11:51:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:58:19 +0200 |
commit | c2cea10597ed1b843e00aa5ecedfd6005c7d7799 (patch) | |
tree | 886275b8d2f664910e74aaf1fda974b0ba7426fe /meta-python/recipes-devtools/python/python-lxml_3.4.4.bb | |
parent | 6682d8db0346f2cb515c3b128033db21fedff06a (diff) | |
download | meta-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.bb | 2 |
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 += " \ | |||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "libxml2 libxslt python-compression" | 32 | RDEPENDS_${PN} += "libxml2 libxslt python-compression" |
33 | RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native" | 33 | RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native" |
34 | 34 | ||