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:27 +0000 |
| commit | 5d94d29f553456268351b26065cc69eb19e71b87 (patch) | |
| tree | 6e9a8651524e8417f96e83595e83c8fa387d5bdf /meta/recipes-core/gettext | |
| parent | 74bb195f9f72d4f281f4c11f03ca46aee95ccd55 (diff) | |
| download | poky-5d94d29f553456268351b26065cc69eb19e71b87.tar.gz | |
recipes-core: 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: 5193485a42dfb3396d0f12aaa7732c5db29d7338)
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-core/gettext')
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.16.1.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.18.1.1.bb | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 00045d5560..db8314b02c 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb | |||
| @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ea3144f04c41cd2eada5d3f472e6ea5" | |||
| 6 | 6 | ||
| 7 | PR = "r6" | 7 | PR = "r6" |
| 8 | DEPENDS = "virtual/libiconv" | 8 | DEPENDS = "virtual/libiconv" |
| 9 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_class-native = "" |
| 10 | PROVIDES = "virtual/libintl virtual/gettext" | 10 | PROVIDES = "virtual/libintl virtual/gettext" |
| 11 | PROVIDES_virtclass-native = "" | 11 | PROVIDES_class-native = "" |
| 12 | 12 | ||
| 13 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ |
| 14 | file://gettext-vpath.patch \ | 14 | file://gettext-vpath.patch \ |
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb index 0f6f0685c6..c3265e1a22 100644 --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb | |||
| @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 7 | 7 | ||
| 8 | PR = "r18" | 8 | PR = "r18" |
| 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" |
| 10 | DEPENDS_virtclass-native = "gettext-minimal-native" | 10 | DEPENDS_class-native = "gettext-minimal-native" |
| 11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "virtual/libintl virtual/gettext" |
| 12 | PROVIDES_virtclass-native = "virtual/gettext-native" | 12 | PROVIDES_class-native = "virtual/gettext-native" |
| 13 | RCONFLICTS_${PN} = "proxy-libintl" | 13 | RCONFLICTS_${PN} = "proxy-libintl" |
| 14 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 14 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ |
| 15 | file://parallel.patch \ | 15 | file://parallel.patch \ |
| @@ -100,7 +100,7 @@ do_install_append() { | |||
| 100 | rm -f ${D}${libdir}/preloadable_libintl.so | 100 | rm -f ${D}${libdir}/preloadable_libintl.so |
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | do_install_append_virtclass-native () { | 103 | do_install_append_class-native () { |
| 104 | rm ${D}${datadir}/aclocal/* | 104 | rm ${D}${datadir}/aclocal/* |
| 105 | rm ${D}${datadir}/gettext/config.rpath | 105 | rm ${D}${datadir}/gettext/config.rpath |
| 106 | rm ${D}${datadir}/gettext/po/Makefile.in.in | 106 | rm ${D}${datadir}/gettext/po/Makefile.in.in |
