From c2cea10597ed1b843e00aa5ecedfd6005c7d7799 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 13 Aug 2015 11:51:49 +0100 Subject: recipes: use class-native instead of deprecated virtclass-native. virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb | 2 +- meta-python/recipes-devtools/python/python-lxml_3.4.4.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb index 4ec0668575..56880e5058 100644 --- a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=011c0d78eb6054d731c879132d7313f0" HOMEPAGE = "http://epydoc.sourceforge.net/" SRCNAME = "epydoc" DEPENDS += "python" -DEPENDS_virtclass-native += "python-native" +DEPENDS_class-native += "python-native" SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294" 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 2480e4df90..4fab4f3d5c 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 += " \ BBCLASSEXTEND = "native nativesdk" RDEPENDS_${PN} += "libxml2 libxslt python-compression" -RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native" +RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native" -- cgit v1.2.3-54-g00ecf