mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user