there is license mismatch perhaps as seen in this build https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2727
On Sun, May 7, 2023 at 6:24 AM Marek Vasut <[email protected]> wrote: > > The lvgl-demo-fb really contains its own copy of lvgl and lv-drivers, > for which meta-openembedded already contains its own recipes. Stop > pulling those as git submodules and instead only pull the example > application, and compile it against the lvgl and lv-drivers from > local recipes. > > Upgrade the lvgl-demo-fb to 8.3.0 to match the lvgl and lv-drivers too. > > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Fabio Estevam <[email protected]> > Cc: Khem Raj <[email protected]> > Cc: Martin Jansa <[email protected]> > Cc: Philippe Coval <[email protected]> > Cc: Philippe Coval <[email protected]> > --- > .../lvgl/{lvgl-demo-fb.bb => lvgl-demo-fb_8.3.0.bb} | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename meta-oe/recipes-graphics/lvgl/{lvgl-demo-fb.bb => > lvgl-demo-fb_8.3.0.bb} (72%) > > diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb > b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb > similarity index 72% > rename from meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb > rename to meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb > index 3430c2491..6d9ff89f5 100644 > --- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb > +++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb > @@ -5,8 +5,10 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ > > file://lv_drivers/LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2 \ > > file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" > > -SRC_URI = > "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" > -SRCREV = "dd010430b959f40b8f25a51c76bc920cbc2550cc" > +DEPENDS = "lvgl lv-drivers" > + > +SRC_URI = > "git://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" > +SRCREV = "adf2c4490e17a1b9ec1902cc412a24b3b8235c8e" > > S = "${WORKDIR}/git" > > -- > 2.39.2 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102443): https://lists.openembedded.org/g/openembedded-devel/message/102443 Mute This Topic: https://lists.openembedded.org/mt/98740645/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
