On Wed, Apr 27, 2016 at 09:45:00AM +0200, Martin Jansa wrote: > On Fri, Apr 22, 2016 at 03:04:02PM -0400, Derek Straka wrote: > > Signed-off-by: Derek Straka <[email protected]> > > --- > > meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | 17 > > ----------------- > > meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb | 17 > > +++++++++++++++++ > > 2 files changed, 17 insertions(+), 17 deletions(-) > > delete mode 100644 meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb > > create mode 100644 meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb > > > > diff --git a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb > > b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb > > deleted file mode 100644 > > index cb4bc24..0000000 > > --- a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb > > +++ /dev/null > > @@ -1,17 +0,0 @@ > > -SUMMARY = "Fribidi library for bidirectional text" > > -SECTION = "libs" > > -PR = "r1" > > -LICENSE = "LGPLv2.1" > > -LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" > > -BBCLASSEXTEND = "native" > > - > > -PROVIDES = "libfribidi" > > - > > -inherit autotools lib_package pkgconfig > > - > > -CFLAGS_append = " -DPAGE_SIZE=4096 " > > - > > -SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.gz" > > - > > -SRC_URI[md5sum] = "626db17d2d99b43615ad9d12500f568a" > > -SRC_URI[sha256sum] = > > "49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177" > > diff --git a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb > > b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb > > new file mode 100644 > > index 0000000..02b8764 > > --- /dev/null > > +++ b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb > > @@ -0,0 +1,17 @@ > > +SUMMARY = "Fribidi library for bidirectional text" > > +SECTION = "libs" > > +PR = "r1" > > You can drop PR when upgrading PV. > > Probably this change caused fbreader to fail: > | Compiling ZLTextParagraphBuilder.o ...In file included from > /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fribidi/fribidi.h:35:0, > | from ZLTextParagraphBuilder.h:26, > | from ZLTextParagraphBuilder.cpp:30: > | > /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fribidi/fribidi-common.h:61:20: > fatal error: glib.h: No such file or directory > | compilation terminated. > | make[2]: *** [ZLTextParagraphBuilder.o] Error 1 > | make[2]: Leaving directory > `/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/fbreader/0.12.10-r1/fbreader-0.12.10/zlibrary/text/src/area' > | make[1]: *** [.objects] Error 1 > | make[1]: Leaving directory > `/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/fbreader/0.12.10-r1/fbreader-0.12.10/zlibrary/text' > | make: *** [all] Error 1 > | ERROR: oe_runmake failed > | ERROR: Function failed: do_compile (log file is located at > /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/fbreader/0.12.10-r1/temp/log.do_compile.29262) > NOTE: recipe fbreader-0.12.10-r1: task do_compile: Failed > > Can you check if fribidi should depend on glib-2.0 now? And also please send > v2 with -M (adjust the -M parameter to detect rename if you used -M before).
There is also undeclared dependency on libpcre as shown by QA warnings: fribidi-0.19.7: fribidi-bin rdepends on glib-2.0, but it isn't a build dependency, missing glib-2.0 in DEPENDS or PACKAGECONFIG? [build-deps] fribidi-0.19.7: fribidi rdepends on libpcre, but it isn't a build dependency, missing libpcre in DEPENDS or PACKAGECONFIG? [build-deps] fribidi-0.19.7: fribidi rdepends on glib-2.0, but it isn't a build dependency, missing glib-2.0 in DEPENDS or PACKAGECONFIG? [build-deps] > > Also add short summary explaining what was changed in COPYING change when > you're changing its checksum. > > > +LICENSE = "LGPLv2.1" > > +LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" > > +BBCLASSEXTEND = "native" > > + > > +PROVIDES = "libfribidi" > > + > > +inherit autotools lib_package pkgconfig > > + > > +CFLAGS_append = " -DPAGE_SIZE=4096 " > > + > > +SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.bz2" > > + > > +SRC_URI[md5sum] = "6c7e7cfdd39c908f7ac619351c1c5c23" > > +SRC_URI[sha256sum] = > > "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > -- > Martin 'JaMa' Jansa jabber: [email protected] -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
