diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:15:30 +0000 |
commit | d37944fff256e9f52d05a56db3edb42c7a352cce (patch) | |
tree | 1a6f50ac8c5185608069141fc4053a8a72da3696 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | 7c7da0af592647be0ab9ab37a8ad2a7ce4890a46 (diff) | |
download | openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.tar.gz openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.tar.bz2 openembedded-core-d37944fff256e9f52d05a56db3edb42c7a352cce.zip |
recipes-gnome: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated,
which should be replaced by class-native and class-nativesdk.
[YOCTO #3297]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index b2570d6fd6..8ea0b96baf 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,6 +1,6 @@ LICENSE = "GPLv2 & LGPLv2.1" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" -DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" +DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" inherit gnome gettext python-dir pythonnative @@ -20,6 +20,6 @@ do_install_append_class-native () { FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" RDEPENDS_${PN} = "bash" -RDEPENDS_${PN}_virtclass-native = "" +RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native" |