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>
This commit is contained in:
Ross Burton
2015-08-13 11:51:49 +01:00
committed by Martin Jansa
parent 6682d8db03
commit c2cea10597
10 changed files with 21 additions and 21 deletions

View File

@@ -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"

View File

@@ -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"