blob: dfdb1e53d8fd191d2e38c29004d42a2bea9082c5 (
plain)
1
2
3
4
5
6
7
8
|
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/
}
|