[oe] [meta-qt5][PATCH] qtwebkit-examples: fix missing qtxmlpatterns dependency

2015-05-29 Thread Andre McCurdy
The webkitwidgets/xmlpatterns examples depend on qtxmlpatterns. Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qtwebkit-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit-examples_git.bb index 7a

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-05-29 Thread Naresh Bhat
Hi Khem Raj On Saturday, May 30, 2015, Khem Raj wrote: > On Fri, May 29, 2015 at 2:16 AM, Naresh Bhat > wrote: > > +do_configure () { > > +touch NEWS > > +libtoolize --force > > +aclocal > > +autoheader > > +automake --force-missing --add-missing > > +autoconf > > +o

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-05-29 Thread Khem Raj
On Fri, May 29, 2015 at 2:16 AM, Naresh Bhat wrote: > +do_configure () { > +touch NEWS > +libtoolize --force > +aclocal > +autoheader > +automake --force-missing --add-missing > +autoconf > +oe_runconf > +} > + couldnt this be done via some do_confgure_prepend () ? --

Re: [oe] [meta-oe][dizzy][PATCH] ptpd: disable libpcap detection via pcap-config

2015-05-29 Thread Stefan Agner
Ping... -- Stefan On 2015-05-20 08:52, Stefan Agner wrote: > When the host system provides pcap-config, the configure scripts > detect that and add a bogous CPPFLAG: > > checking for pcap-config... /usr/bin/pcap-config > checking if we want to build with libpcap support... yes, pcap-config > ...

Re: [oe] [bitbake-devel] [PATCH] fetch/hg: Disable checksums for archived downloads

2015-05-29 Thread Martin Jansa
FWIW: I see vim unpack failing now in world builds: NOTE: recipe vim-7.4.481-r0: task do_unpack: Started ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 255, output: abort: repository /home/jenkins/oe/world/shr-core/downloads/hg/vim.googlecode.com/hg/vim not found! ER

[oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-05-29 Thread Naresh Bhat
Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981.html Signed-off-by: Naresh Bhat Signed-off-by: Gaurang Shastri --- .../recipes-utils/xorriso/xorriso_1.4.0.bb | 34 ++