blob: 94fd370173634ceb6ba50ea056385c5020f9f5cf (
plain)
1
2
3
4
5
6
7
8
|
include intltool_${PV}.oe
inherit native
DEPENDS = ""
do_stage () {
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 intltool.m4 xml-i18n-tools.m4 ${STAGING_DATADIR}/aclocal/
}
|