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 | 528b4ab831c7b0bc1412318d29e2b7f9cf711d57 (patch) | |
tree | 7c128d53c8150897640822f968268d6be5ede323 /meta/recipes-extended/groff | |
parent | db1a03da3a6a6e7adb68e28883204adfaa8b3f47 (diff) | |
download | openembedded-core-528b4ab831c7b0bc1412318d29e2b7f9cf711d57.tar.gz openembedded-core-528b4ab831c7b0bc1412318d29e2b7f9cf711d57.tar.bz2 openembedded-core-528b4ab831c7b0bc1412318d29e2b7f9cf711d57.zip |
recipes-extended: 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-extended/groff')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.20.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index c7da1b4178..157365b2a7 100644 --- a/meta/recipes-extended/groff/groff_1.20.1.bb +++ b/meta/recipes-extended/groff/groff_1.20.1.bb @@ -14,7 +14,7 @@ SRC_URI[md5sum] = "48fa768dd6fdeb7968041dd5ae8e2b02" SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c2cd805" DEPENDS = "groff-native" -DEPENDS_virtclass-native = "" +DEPENDS_class-native = "" inherit autotools @@ -44,7 +44,7 @@ do_install_append() { done } -do_install_append_virtclass-native() { +do_install_append_class-native() { # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location # for target as /usr/bin/perl, so fix it to /usr/bin/perl. for i in afmtodit mmroff; do |