intltool-native_0.30.oe: remove bogus do_stage (patch from pb_)
authorerich@mine.nu <erich@mine.nu>
Sat, 10 Apr 2004 12:27:17 +0000 (12:27 +0000)
committererich@mine.nu <erich@mine.nu>
Sat, 10 Apr 2004 12:27:17 +0000 (12:27 +0000)
BKrev: 4077e825ZHrvQVneHuz4dkbE5qQZFA

intltool/intltool-native_0.30.oe

index dfdb1e5..56559a5 100644 (file)
@@ -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/
-}