From 8a185784d215a34b84d76303f0134a04746a61ac Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 3 Jul 2014 15:49:08 +0800 Subject: groff: remove redundant code snippet The exact same code snippet exists both in do_install_append and do_install_append_class-native which is not necessary. Remove it from do_install_append_class-native. (From OE-Core rev: 0f107a76713cebb49004d48fd410d9f014dda4b3) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-extended/groff/groff_1.22.2.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta') diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 227f9fa621..63f0425ea4 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb @@ -55,14 +55,6 @@ do_install_append() { } 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 - if [ -f ${D}${bindir}/$i ]; then - sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/$i - fi - done - create_cmdline_wrapper ${D}/${bindir}/groff \ -F${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/font \ -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac -- cgit v1.2.3-54-g00ecf