blob: 31df211622287d2924506e8ebecad2b8a07c7e28 (
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/
}
|