eina: fix QA warning about unpackaged dir

* WARNING: For recipe eina, the following files/directories were installed but not shipped in any package:
  WARNING:   /usr/bin

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa
2012-03-14 19:59:20 +00:00
committed by Khem Raj
parent ed330bb6f8
commit 5a44b6ed40
+4
View File
@@ -13,3 +13,7 @@ AUTO_LIBNAME_PKGS = ""
RREPLACES_${PN} = "libeina-ver-pre-svn-00-0 libeina-ver-pre-svn-01-0"
FILES_${PN} += "${libdir}/eina"
do_install_append() {
rmdir ${D}${bindir}
}