lvgl: remove useless FILES include

As ${includedir}${PN} is already listed in FILES, there is no
need to add one of its subdirectories.

Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Christophe Chapuis 2024-03-16 11:00:52 +01:00 committed by Khem Raj
parent 9e136f0043
commit 531407398e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -34,5 +34,4 @@ do_install:append() {
FILES:${PN}-dev += "\
${includedir}/${PN}/ \
${includedir}/${PN}/lvgl/ \
"