mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
committed by
Martin Jansa
parent
6682d8db03
commit
c2cea10597
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user