From 1a6b3c90846c8a0ed045107d7449812937e60690 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 29 Jul 2012 12:13:35 +0200 Subject: [PATCH] meta-efl: efl.bbclass: package only ${datadir}/${PE} in ${PN}-tests, it was stealing files from ${PN}-locale-* Signed-off-by: Martin Jansa --- meta-efl/classes/efl.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index 7cf8556746..bc2f640cf0 100644 --- a/meta-efl/classes/efl.bbclass +++ b/meta-efl/classes/efl.bbclass @@ -60,4 +60,4 @@ FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ FILES_${PN}-tests = "${bindir}/${PN} \ ${bindir}/*_* \ - ${datadir}" + ${datadir}/${PN}"