diff mbox series

[meta-oe,v3,3/5] lvgl: remove useless FILES include

Message ID 20240315180314.9111-3-chris.chapuis@gmail.com
State New
Headers show
Series [meta-oe,v3,1/5] lvgl: fix typo in lv-conf.inc | expand

Commit Message

Christophe Chapuis March 15, 2024, 6:03 p.m. UTC
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>
---
 meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Marek Vasut March 16, 2024, 2:53 a.m. UTC | #1
On 3/15/24 7:03 PM, Christophe Chapuis wrote:
> 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>
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
index b84fc5a3d..0b7eba538 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
@@ -28,7 +28,6 @@  require lv-conf.inc
 
 FILES:${PN}-dev += "\
     ${includedir}/${PN}/ \
-    ${includedir}/${PN}/lvgl/ \
     "
 SOLIBS = ".so"
 FILES_SOLIBSDEV = ""