mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 11:13: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:
parent
ed330bb6f8
commit
5a44b6ed40
@ -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}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user