On 3/15/24 7:03 PM, Christophe Chapuis wrote:
Fix a typo in the first sed instruction, where the #if 0 is
never changed to #if 1 at the beginning of lv_conf.h.
Signed-off-by: Christophe Chapuis <[email protected]>
---
meta-oe/recipes-graphics/lvgl/lv-conf.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-graphics/lvgl/lv-conf.inc
b/meta-oe/recipes-graphics/lvgl/lv-conf.inc
index cb676ac62..3dbdf769f 100644
--- a/meta-oe/recipes-graphics/lvgl/lv-conf.inc
+++ b/meta-oe/recipes-graphics/lvgl/lv-conf.inc
@@ -24,7 +24,7 @@ do_configure:append() {
# If there is a configuration template, start from that
[ -r "${S}/lv_conf_template.h" ] && cp -Lv "${S}/lv_conf_template.h"
"${S}/lv_conf.h"
- sed -e "s|#if 0 .*Set it to \"1\" to enable the content.*|#if 1 // Enabled by ${PN}|g" \
+ sed -e "s|#if 0 .*Set it to \"1\" to enable content.*|#if 1 // Enabled by
${PN}|g" \
Just to be on the safe side, can you please check if this also modifies
the lv_conf.h in lvgl-demo-fb recipe correctly ? (I think it does not,
but the fix is something like:
sed -e "s|#if 0 .*Set it to \"1\" to enable.*content.*|#if 1 // Enabled
by ${PN}|g" \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109347):
https://lists.openembedded.org/g/openembedded-devel/message/109347
Mute This Topic: https://lists.openembedded.org/mt/104953140/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-