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:18:29 +0000 |
commit | cc1f50fca85dc48a237a518b8afe8563225ea8fa (patch) | |
tree | 7ce566113bbb68a5b305de8529908914b51b36c6 /meta/recipes-graphics/xorg-font | |
parent | 5ddf8570a113035f40fa8f203c3ac33582e2c745 (diff) | |
download | poky-cc1f50fca85dc48a237a518b8afe8563225ea8fa.tar.gz |
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]
(From OE-Core rev: db1a03da3a6a6e7adb68e28883204adfaa8b3f47)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
13 | 13 | ||
14 | DEPENDS = "util-macros-native" | 14 | DEPENDS = "util-macros-native" |
15 | RDEPENDS_${PN} = "encodings font-util" | 15 | RDEPENDS_${PN} = "encodings font-util" |
16 | RDEPENDS_${PN}_virtclass-native = "font-util-native" | 16 | RDEPENDS_${PN}_class-native = "font-util-native" |
17 | 17 | ||
18 | inherit allarch | 18 | inherit allarch |
19 | 19 | ||
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 \ | |||
10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" | 10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" |
11 | 11 | ||
12 | DEPENDS = "encodings util-macros" | 12 | DEPENDS = "encodings util-macros" |
13 | DEPENDS_virtclass-native = "util-macros-native" | 13 | DEPENDS_class-native = "util-macros-native" |
14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" | 14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" |
15 | RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" | 15 | RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native" |
16 | 16 | ||
17 | PR = "${INC_PR}.0" | 17 | PR = "${INC_PR}.0" |
18 | 18 | ||