git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2e80a
)
intltool-native_0.30.oe: remove bogus do_stage (patch from pb_)
author
erich@mine.nu
<erich@mine.nu>
Sat, 10 Apr 2004 12:27:17 +0000
(12:27 +0000)
committer
erich@mine.nu
<erich@mine.nu>
Sat, 10 Apr 2004 12:27:17 +0000
(12:27 +0000)
BKrev: 4077e825ZHrvQVneHuz4dkbE5qQZFA
intltool/intltool-native_0.30.oe
patch
|
blob
|
history
diff --git
a/intltool/intltool-native_0.30.oe
b/intltool/intltool-native_0.30.oe
index
dfdb1e5
..
56559a5
100644
(file)
--- 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/
-}