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 | db1a03da3a6a6e7adb68e28883204adfaa8b3f47 (patch) | |
tree | f20eec9716725b1dfad941bb4246987a6497656c /meta/recipes-graphics/xorg-font | |
parent | cafb550fe9034754933f1708446dde155dcc3d51 (diff) | |
download | openembedded-core-db1a03da3a6a6e7adb68e28883204adfaa8b3f47.tar.gz openembedded-core-db1a03da3a6a6e7adb68e28883204adfaa8b3f47.tar.bz2 openembedded-core-db1a03da3a6a6e7adb68e28883204adfaa8b3f47.zip |
recipes-graphics: 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-graphics/xorg-font')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-util_1.3.0.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb index a212f1964a..2c51cbbeb2 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb @@ -13,7 +13,7 @@ SRC_URI += "file://nocompiler.patch" DEPENDS = "util-macros-native" RDEPENDS_${PN} = "encodings font-util" -RDEPENDS_${PN}_virtclass-native = "font-util-native" +RDEPENDS_${PN}_class-native = "font-util-native" inherit allarch diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.0.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.0.bb index 180c7dd49e..723cb0ccd9 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.0.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.0.bb @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c0067273d90f6336008cb2504e14bd32 \ file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" DEPENDS = "encodings util-macros" -DEPENDS_virtclass-native = "util-macros-native" +DEPENDS_class-native = "util-macros-native" RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" -RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" +RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native" PR = "${INC_PR}.0" |