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