From: erich@mine.nu Date: Sat, 10 Apr 2004 12:27:17 +0000 (+0000) Subject: intltool-native_0.30.oe: remove bogus do_stage (patch from pb_) X-Git-Tag: Release-2010-05/1~19698 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c40af2b14522e79b772f7a54bf681f69f5b003;p=openembedded.git intltool-native_0.30.oe: remove bogus do_stage (patch from pb_) BKrev: 4077e825ZHrvQVneHuz4dkbE5qQZFA --- diff --git a/intltool/intltool-native_0.30.oe b/intltool/intltool-native_0.30.oe index dfdb1e53d8..56559a5a10 100644 --- a/intltool/intltool-native_0.30.oe +++ b/intltool/intltool-native_0.30.oe @@ -1,8 +1,3 @@ include intltool_${PV}.oe inherit native DEPENDS = "libxml-parser-perl-native" - -do_stage () { - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 intltool.m4 xml-i18n-tools.m4 ${STAGING_DATADIR}/aclocal/ -}