Re: [oe] [meta-perl] [PATCH 2/2] libmodule-build-tiny-perl: fix RDEPENDS

2014-08-11 Thread Hongxu Jia

Acked-by: Hongxu Jia hongxu@windriver.com

//Hongxu

On 08/08/2014 11:19 PM, Tim Orling wrote:

* CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta
* Module::Load is provided by perl-module-load, NOT perl-module-module-load
* Fixes QA build-deps warning

* libtap-harness-env-perl is bogus, already have perl-tap-harness-env

Signed-off-by: Tim Orling ticot...@gmail.com
---
  meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb 
b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
index 2e725a8..761f17c 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
@@ -29,14 +29,13 @@ do_install () {
  RDEPENDS_${PN} =  libextutils-config-perl \
 libextutils-helpers-perl \
 libextutils-installpaths-perl \
-  libtap-harness-env-perl \
 perl-module-xsloader \
 perl-module-file-spec \
 perl-module-io-handle \
 perl-module-tap-harness-env \
 perl-module-ipc-open3 \
 perl-module-file-path \
-   perl-module-cpan-meta \
+   perl-module-cpan \
 perl-module-extutils-cbuilder \
 perl-module-getopt-long \
 perl-module-extutils-makemaker \
@@ -44,7 +43,7 @@ RDEPENDS_${PN} =  libextutils-config-perl \
 perl-module-carp \
 perl-module-test-more \
 perl-module-text-parsewords \
-   perl-module-module-load \
+   perl-module-load \
 perl-module-file-temp \
 perl-module-data-dumper \
 perl-module-extutils-parsexs \


--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-browser][PATCH 2/2] chromium-35*: use BFD when building for x86-64

2014-08-11 Thread Martin Jansa
On Sun, Aug 10, 2014 at 09:12:50PM -0300, Otavio Salvador wrote:
 On Sat, Aug 9, 2014 at 6:39 PM, Martin Jansa martin.ja...@gmail.com wrote:
  * this doesn't fix it completely, but allows it a bit further and then
it fails in the same spot as when building for qemux86 (or 37* version
with gold)
 
sysroots/x86_64-linux/usr/bin/x86_64-oe-linux/x86_64-oe-linux-ld.gold:
  warning: hidden symbol 'sqlite3_temp_directory' in 
  obj/third_party/sqlite/libsqlite3.a(obj/third_party/sqlite/amalgamation/sqlite.sqlite3.o)
  is referenced by DSO
  sysroots/qemux86-64/usr/lib/../lib/libsoftokn3.so
sysroots/x86_64-linux/usr/bin/x86_64-oe-linux/x86_64-oe-linux-ld.gold:
  error: treating warnings as errors
collect2: error: ld returned 1 exit status
 
and few more symbols like this, libsoftokn3.so is provided by system
nss, using system sqlite3 has some issues too:
https://code.google.com/p/chromium/issues/detail?id=22208
 
  Signed-off-by: Martin Jansa martin.ja...@gmail.com
 
 Are you going to work on this to fix it completely?

I don't use chromium anywhere, so I would prefer someone else to do it.

I just got too annoyed by it failing in every single world build for
months.

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 3/5] dnsmasq: fix parallel make issue

2014-08-11 Thread Martin Jansa
On Sun, Aug 10, 2014 at 05:36:32PM -0700, Christopher Larson wrote:
 On Sun, Aug 10, 2014 at 2:24 AM, Martin Jansa martin.ja...@gmail.com
 wrote:
 
   From: Christopher Larson chris_lar...@mentor.com
 
  Is this v2 of this change which was sent earlier?
 
 
 
 They should be the same, just this one is part of a series with other
 changes. Either should work fine for that particular issue.

There were some smaller differences (like Upstream-Status and SRC_URI
addition in .inc instead of .bb).

I've resolved them as conflicts in next patch.

Thanks

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 3/5] dnsmasq: fix parallel make issue

2014-08-11 Thread Martin Jansa
On Mon, Aug 11, 2014 at 10:46:47AM +0200, Martin Jansa wrote:
 On Sun, Aug 10, 2014 at 05:36:32PM -0700, Christopher Larson wrote:
  On Sun, Aug 10, 2014 at 2:24 AM, Martin Jansa martin.ja...@gmail.com
  wrote:
  
From: Christopher Larson chris_lar...@mentor.com
  
   Is this v2 of this change which was sent earlier?
  
  
  
  They should be the same, just this one is part of a series with other
  changes. Either should work fine for that particular issue.
 
 There were some smaller differences (like Upstream-Status and SRC_URI
 addition in .inc instead of .bb).
 
 I've resolved them as conflicts in next patch.

Hmm, maybe not correctly, can you please check what's wrong in
master-next or resend rebased v2?

NOTE: Running task 16205 of 29186 (ID: 11621, 
/home/jenkins/oe/world/shr-core/meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb,
 do_patch)
NOTE: recipe dnsmasq-2.68-r0: task do_patch: Started
ERROR: Command Error: exit status: 1  Output:
Applying patch lua.patch
patching file Makefile
Hunk #1 FAILED at 57.
1 out of 1 hunk FAILED -- rejects in file Makefile
Patch lua.patch does not apply (enforce with -f)
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: 
/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/dnsmasq/2.68-r0/temp/log.do_patch.24548
NOTE: recipe dnsmasq-2.68-r0: task do_patch: Failed
ERROR: Task 11621 
(/home/jenkins/oe/world/shr-core/meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb,
 do_patch) failed with exit code '1'

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] How to apply -Wl,--build-id in all recipes?

2014-08-11 Thread Paul Eggleton
Hi Chris,

On Saturday 09 August 2014 11:22:11 Christopher Larson wrote:
 On Sun, Aug 3, 2014 at 9:46 PM, Changhyeok Bae changhyeok@lge.com
 wrote:
  As I said, I applied the variable in local.conf.
  The LDFLAGS env. variable is included '-Wl,--build-id'.
  However, the variable is not applied at the linking time.
 
 All recipes *should* ensure that the buildsystem of what they're building
 obeys our LDFLAGS, but plenty do not. We used to spot these cases via the
 GNU_HASH warnings, but now we build the internal toolchain with the default
 gnu hash so cases where LDFLAGS isn't being obeyed are slightly more
 difficult to detect unless you'er building with an external toolchain.

Hmm, when did this change? I was sure we still got this warning if the OE 
LDFLAGS weren't used...

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Ralink RT3572/RT5572?

2014-08-11 Thread Steffen Sledz
Are the linux kernel modules for Ralink WiFi-USB devices with RT3572 and/or 
RT5572 (available from http://www.mediatek.com/en/downloads/) still 
integrated in an OE-Layer?

If not, what would be the right place for them (openembedded-core, 
meta-networking, or something else)?

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sl...@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [oe-commits] Martin Jansa : Revert add support for opendataplane

2014-08-11 Thread Yao Zhao

Hi,

I had noticed this problem so I sent an email before to hold on merging 
this recipe.

Please ignore it until I fix it.

thanks,
yao



*From:* g...@opal.openembedded.org
*Sent:* Sunday, August 10, 2014 10:17AM
*To:* openembedded-comm...@lists.openembedded.org
*Subject:* [oe-commits] Martin Jansa : Revert add support for 
opendataplane


Module: meta-openembedded.git
Branch: master-next
Commit: 638603cd28bf2fb95278e1239c9e0ca1c73fbc92
URL:
http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=638603cd28bf2fb95278e1239c9e0ca1c73fbc92

Author: Martin Jansa martin.ja...@gmail.com
Date:   Fri Aug  8 15:59:02 2014 +0200

Revert add support for opendataplane

doesn't build for qemuarm

| arm-oe-linux-gnueabi-libtool: compile:  arm-oe-linux-gnueabi-gcc 
-march=armv5te -marm -mthumb-interwork
--sysroot=/home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/qemuarm 
-DHAVE_CONFIG_H -I. -pthread -DODP_DEBUG_PRINT=1 -W -Wall -Werror 
-Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wold-style-definition 
-Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral
-Wformat-security -Wundef -Wwrite-strings
-I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/include
-I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/include/api
-I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/include
 -O2 -pipe -g
-feliminate-unused-debug-types -c
/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/odp_packet.c
 -o
odp_packet.o
| {standard input}: Assembler messages:
| {standard input}:40: Error: selected processor does not support ARM mode `dmb 
st'
| {standard input}:72: Error: selected processor does not support ARM mode `dmb 
st'
| make[2]: *** [odp_barrier.lo] Error 1
| make[2]: *** Waiting for unfinished jobs
| make[2]: Leaving directory
`/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/build/platform/linux-generic'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory
`/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/build/platform'
| make: *** [all-recursive] Error 1
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at
/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/temp/log.do_compile.12211)
NOTE: recipe opendataplane-0.2+gitAUTOINC+68a45b11e5-r0: task do_compile: Failed
ERROR: Task 12545 
(/home/jenkins/oe/world/shr-core/meta-openembedded/meta-networking/recipes-support/opendataplane/opendataplane_git.bb,
 do_compile) failed
with exit code '1'

This reverts commit e30d6d13f8108a1e3b9bcd8e39b87526e1097f06.

---

 ...inux-dpdk-remove-unnecessary-include-path.patch | 29 --
 .../opendataplane/opendataplane.inc| 21 
 .../opendataplane/opendataplane_0.2.bb | 25 ---
 .../opendataplane/opendataplane_git.bb | 14 ---
 4 files changed, 89 deletions(-)

diff --git 
a/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch
 
b/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch
deleted file mode 100644
index a0ef7ce..000
--- 
a/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 72b8eacc2985f054cadc5d0b48351a658998b8d6 Mon Sep 17 00:00:00 2001
-From: Yao Zhao yao.z...@windriver.com
-Date: Wed, 30 Jul 2014 16:02:14 -0400
-Subject: [PATCH] linux-dpdk: remove unnecessary include path
-
-for dpdk include/arch and include/exec-env is only included
-by generic rte_xxx.h header, can't be included directly.
-
-Signed-off-by: Yao Zhao yao.z...@windriver.com

- platform/linux-dpdk/Makefile.am | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/platform/linux-dpdk/Makefile.am b/platform/linux-dpdk/Makefile.am
-index 4aa568f..dfcaadb 100644
 a/platform/linux-dpdk/Makefile.am
-+++ b/platform/linux-dpdk/Makefile.am
-@@ -12,8 +12,6 @@ PLAT_CFLAGS  = -msse4.2
- if SDK_INSTALL_PATH_
- PLAT_CFLAGS += -include $(SDK_INSTALL_PATH)/include/rte_config.h
- PLAT_CFLAGS += -I$(SDK_INSTALL_PATH)/include
--PLAT_CFLAGS += -I$(SDK_INSTALL_PATH)/include/arch
--PLAT_CFLAGS += -I$(SDK_INSTALL_PATH)/include/exec-env
-
- AM_LDFLAGS  += -L$(SDK_INSTALL_PATH)/lib
- endif
---
-1.9.1
-
diff --git 

Re: [oe] Martin Jansa : Revert add support for opendataplane

2014-08-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yao Zhao schreef op 11-08-14 15:57:
 Hi,
 
 I had noticed this problem so I sent an email before to hold on merging 
 this recipe. Please ignore it until I fix it.

I would *strongly* advice against adding any ODP relates recipes and patches
to meta-oe and oe-core. One of the reasons is that it's very much work in
progress, the other is that the people involved have a roundtrip time
measured in *months* when it comes to review comments.

regards,

Koen

(The code also makes your eyes bleed)

 
 thanks, yao
 
 
 
 *From:* g...@opal.openembedded.org *Sent:* 
 Sunday, August 10, 2014 10:17AM *To:* 
 openembedded-comm...@lists.openembedded.org 
 *Subject:* [oe-commits] Martin Jansa : Revert add support for 
 opendataplane
 
 Module: meta-openembedded.git Branch: master-next Commit: 
 638603cd28bf2fb95278e1239c9e0ca1c73fbc92 URL: 
 http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=638603cd28bf2fb95278e1239c9e0ca1c73fbc92


 
 
 Author: Martin Jansa 
 martin.ja...@gmail.com Date:   Fri Aug
 8 15:59:02 2014 +0200
 
 Revert add support for opendataplane
 
 doesn't build for qemuarm
 
 | arm-oe-linux-gnueabi-libtool: compile:  arm-oe-linux-gnueabi-gcc 
 -march=armv5te -marm -mthumb-interwork 
 --sysroot=/home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/qemuarm 
 -DHAVE_CONFIG_H -I. -pthread -DODP_DEBUG_PRINT=1 -W -Wall -Werror 
 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
 -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs 
 -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings
  
 -I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/include


  
 -I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/include/api


  
 -I/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/include


 
- -O2 -pipe -g
 -feliminate-unused-debug-types -c 
 /home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/git/platform/linux-generic/odp_packet.c


 
- -o
 odp_packet.o | {standard input}: Assembler messages: | {standard 
 input}:40: Error: selected processor does not support ARM mode `dmb st'
 | {standard input}:72: Error: selected processor does not support ARM
 mode `dmb st' | make[2]: *** [odp_barrier.lo] Error 1 | make[2]: ***
 Waiting for unfinished jobs | make[2]: Leaving directory 
 `/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/build/platform/linux-generic'


 
| make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory
 `/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/build/platform'


 
| make: *** [all-recursive] Error 1 | ERROR: oe_runmake failed |
 WARNING: exit code 1 from a shell command. | ERROR: Function failed: 
 do_compile (log file is located at 
 /home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/opendataplane/0.2+gitAUTOINC+68a45b11e5-r0/temp/log.do_compile.12211)


 
NOTE: recipe opendataplane-0.2+gitAUTOINC+68a45b11e5-r0: task
 do_compile: Failed ERROR: Task 12545 
 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-networking/recipes-support/opendataplane/opendataplane_git.bb,


 
do_compile) failed
 with exit code '1'
 
 This reverts commit e30d6d13f8108a1e3b9bcd8e39b87526e1097f06.
 
 ---
 
 ...inux-dpdk-remove-unnecessary-include-path.patch | 29 
 -- .../opendataplane/opendataplane.inc | 21
  .../opendataplane/opendataplane_0.2.bb | 25
 --- .../opendataplane/opendataplane_git.bb | 14
 --- 4 files changed, 89 deletions(-)
 
 diff --git 
 a/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch


 
b/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch
 
 deleted file mode 100644 index a0ef7ce..000 --- 
 a/meta-networking/recipes-support/opendataplane/files/0001-linux-dpdk-remove-unnecessary-include-path.patch


 
+++ /dev/null @@ -1,29 +0,0 @@ -From
 72b8eacc2985f054cadc5d0b48351a658998b8d6 Mon Sep 17 00:00:00 2001 -From: 
 Yao Zhao yao.z...@windriver.com -Date: Wed, 
 30 Jul 2014 16:02:14 -0400 -Subject: [PATCH] linux-dpdk: remove 
 unnecessary include path - -for dpdk include/arch and include/exec-env
 is only included -by generic rte_xxx.h header, can't be included
 directly. - -Signed-off-by: Yao Zhao 
 yao.z...@windriver.com  - 
 platform/linux-dpdk/Makefile.am | 2 -- - 1 file changed, 2 deletions(-) -
 -diff --git a/platform/linux-dpdk/Makefile.am 
 

[oe] [meta-oe][PATCH] rabbitmq-c: add recipe

2014-08-11 Thread Maciej Borzecki
rabbitmq-c is a C library providing an implementation of AMQP client for
use with v2.0+ of the RabbitMQ broker

Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl
Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com
---
 .../rabbitmq-c/rabbitmq-c_0.5.0.bb | 22 ++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb

diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb 
b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
new file mode 100644
index 000..d8e3189
--- /dev/null
+++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = A C-language AMQP client library for use with v2.0+ of the 
RabbitMQ broker
+HOMEPAGE = https://github.com/alanxz/rabbitmq-c;
+LIC_FILES_CHKSUM = 
file://${S}/LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53
+LICENSE = MIT
+
+SRC_URI = 
https://github.com/alanxz/rabbitmq-c/releases/download/v${PV}/rabbitmq-c-${PV}.tar.gz;
+SRC_URI[md5sum] = b1f902c658c772cda464754678d8deb6
+SRC_URI[sha256sum] = 
53702ea2ab809af0f923e387458e2cad191d9549f50410035fe82ce5e6ccc4fa
+
+PR = r0
+
+S = ${WORKDIR}/rabbitmq-c-${PV}
+
+EXTRA_OECONF = --disable-examples --enable-tools
+
+inherit autotools pkgconfig
+
+PACKAGES = ${PN}-dev ${PN}-dbg ${PN}-tools ${PN}
+
+DEPENDS = popt openssl
+
+FILES_${PN}-tools = ${bindir}
\ No newline at end of file
-- 
1.9.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 3/5] dnsmasq: fix parallel make issue

2014-08-11 Thread Christopher Larson
On Mon, Aug 11, 2014 at 1:51 AM, Martin Jansa martin.ja...@gmail.com
wrote:

 On Mon, Aug 11, 2014 at 10:46:47AM +0200, Martin Jansa wrote:
  On Sun, Aug 10, 2014 at 05:36:32PM -0700, Christopher Larson wrote:
   On Sun, Aug 10, 2014 at 2:24 AM, Martin Jansa martin.ja...@gmail.com
   wrote:
  
 From: Christopher Larson chris_lar...@mentor.com
   
Is this v2 of this change which was sent earlier?
   
  
  
   They should be the same, just this one is part of a series with other
   changes. Either should work fine for that particular issue.
 
  There were some smaller differences (like Upstream-Status and SRC_URI
  addition in .inc instead of .bb).
 
  I've resolved them as conflicts in next patch.

 Hmm, maybe not correctly, can you please check what's wrong in
 master-next or resend rebased v2?


Hmm, will do, thanks.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 0/5] Various dnsmasq fixes/improvements

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

This is rebased on current master. The parallel make fix's commit message is
adjusted to match what it does, and the lua patch is fixed.. It seems
something inadvertantly trimmed trailing whitespace out of the patch, oops.

The following changes since commit 4d4ab8fd320b58323033c12cf705e7b3ce10d659:

  integrate fcgi-2.4.0 and add OML license file (2014-08-10 17:23:22 +0100)

are available in the git repository at:

  https://github.com/kergoth/meta-openembedded dnsmasq-fixes

for you to fetch changes up to 2e84f59401a5ce57ba17841ff4ddb01cffeb1145:

  dnsmasq: add packageconfigs for idn, conntrack, lua (2014-08-11 09:07:14 
-0700)


Christopher Larson (5):
  dnsmasq: add missing inherit pkgconfig
  dnsmasq: obey CFLAGS  LDFLAGS
  dnsmasq: move parallel make patch to .bb, add upstream-status
  dnsmasq: look for lua.pc, not lua5.1.pc
  dnsmasq: add packageconfigs for idn, conntrack, lua

 meta-networking/recipes-support/dnsmasq/dnsmasq.inc   | 19 ++-
 .../recipes-support/dnsmasq/dnsmasq/lua.patch | 16 
 .../dnsmasq/{files = dnsmasq}/parallel-make.patch|  1 +
 .../recipes-support/dnsmasq/dnsmasq_2.68.bb   |  5 +
 4 files changed, 36 insertions(+), 5 deletions(-)
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
 rename meta-networking/recipes-support/dnsmasq/{files = 
dnsmasq}/parallel-make.patch (96%)

-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 4/5] dnsmasq: look for lua.pc, not lua5.1.pc

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

Signed-off-by: Christopher Larson chris_lar...@mentor.com
---
 .../recipes-support/dnsmasq/dnsmasq/lua.patch| 16 
 .../dnsmasq/{files = dnsmasq}/parallel-make.patch   |  0
 meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb  |  5 -
 3 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
 rename meta-networking/recipes-support/dnsmasq/{files = 
dnsmasq}/parallel-make.patch (100%)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch 
b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
new file mode 100644
index 000..aac7b97
--- /dev/null
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
@@ -0,0 +1,16 @@
+Upstream-status: Inappropriate [OE specific]
+Signed-off-by: Christopher Larson chris_lar...@mentor.com
+
+--- dnsmasq-2.68.orig/Makefile 2014-08-11 09:05:17.0 -0700
 dnsmasq-2.68/Makefile  2014-08-11 09:05:51.930648617 -0700
+@@ -57,8 +57,8 @@
+ idn_libs =`echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_IDN $(PKG_CONFIG) 
--libs libidn` 
+ ct_cflags =   `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK 
$(PKG_CONFIG) --cflags libnetfilter_conntrack`
+ ct_libs = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK 
$(PKG_CONFIG) --libs libnetfilter_conntrack`
+-lua_cflags =  `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT 
$(PKG_CONFIG) --cflags lua5.1` 
+-lua_libs =`echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT 
$(PKG_CONFIG) --libs lua5.1` 
++lua_cflags =  `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT 
$(PKG_CONFIG) --cflags lua`
++lua_libs =`echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT 
$(PKG_CONFIG) --libs lua`
+ sunos_libs =  `if uname | grep SunOS /dev/null 21; then echo -lsocket 
-lnsl -lposix4; fi`
+ version = -DVERSION='\`$(top)/bld/get-version $(top)`\'
+ 
diff --git a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch 
b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
similarity index 100%
rename from meta-networking/recipes-support/dnsmasq/files/parallel-make.patch
rename to meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb 
b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
index 6caa92a..61b94a0 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
@@ -1,6 +1,9 @@
 require dnsmasq.inc
 
-SRC_URI += file://parallel-make.patch
+SRC_URI += \
+file://parallel-make.patch \
+file://lua.patch \
+
 
 SRC_URI[dnsmasq-2.68.md5sum] = 6f8351ca0901f248efdb81532778d2ef
 SRC_URI[dnsmasq-2.68.sha256sum] = 
402019d61f53f1ccc04cc6218719fd3b158ea3fca9a83ab55471f981a2097c2f
-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 2/5] dnsmasq: obey CFLAGS LDFLAGS

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

Signed-off-by: Christopher Larson chris_lar...@mentor.com
---
 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc 
b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 71a491f..7037cb1 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -22,6 +22,10 @@ INITSCRIPT_PARAMS = defaults
 PACKAGECONFIG ??= 
 PACKAGECONFIG[dbus] = COPTS=-DHAVE_DBUS,,dbus
 EXTRA_OEMAKE = ${EXTRA_OECONF}
+EXTRA_OEMAKE += \
+'CFLAGS=${CFLAGS}' \
+'LDFLAGS=${LDFLAGS}' \
+
 
 do_compile_append() {
 # build dhcp_release
-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 1/5] dnsmasq: add missing inherit pkgconfig

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

dnsmasq runs pkg-config to get cflags/libs for its dependencies.

Signed-off-by: Christopher Larson chris_lar...@mentor.com
---
 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc 
b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 1955d6f..71a491f 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -14,7 +14,7 @@ SRC_URI = 
http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
file://parallel-make.patch \
 
 
-inherit update-rc.d systemd
+inherit pkgconfig update-rc.d systemd
 
 INITSCRIPT_NAME = dnsmasq
 INITSCRIPT_PARAMS = defaults
-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 5/5] dnsmasq: add packageconfigs for idn, conntrack, lua

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

Signed-off-by: Christopher Larson chris_lar...@mentor.com
---
 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc 
b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 92c5367..1335245 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -18,10 +18,16 @@ inherit pkgconfig update-rc.d systemd
 INITSCRIPT_NAME = dnsmasq
 INITSCRIPT_PARAMS = defaults
 
-PACKAGECONFIG ??= 
-PACKAGECONFIG[dbus] = COPTS=-DHAVE_DBUS,,dbus
-EXTRA_OEMAKE = ${EXTRA_OECONF}
-EXTRA_OEMAKE += \
+PACKAGECONFIG ?= 
+PACKAGECONFIG[dbus] = ,,dbus
+PACKAGECONFIG[idn] = ,,libidn
+PACKAGECONFIG[conntrack] = ,,libnetfilter-conntrack
+PACKAGECONFIG[lua] = ,,lua
+EXTRA_OEMAKE = \
+'COPTS=${@base_contains('PACKAGECONFIG', 'dbus', '-DHAVE_DBUS', '', d)} \
+   ${@base_contains('PACKAGECONFIG', 'idn', '-DHAVE_IDN', '', d)} \
+   ${@base_contains('PACKAGECONFIG', 'conntrack', '-DHAVE_CONNTRACK', 
'', d)} \
+   ${@base_contains('PACKAGECONFIG', 'lua', '-DHAVE_LUASCRIPT', '', 
d)}' \
 'CFLAGS=${CFLAGS}' \
 'LDFLAGS=${LDFLAGS}' \
 
-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2 3/5] dnsmasq: move parallel make patch to .bb, add upstream-status

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com

Patches really belong in the recipe, not the .inc, given patches are generally
version-bound.

Signed-off-by: Christopher Larson chris_lar...@mentor.com
---
 meta-networking/recipes-support/dnsmasq/dnsmasq.inc   | 1 -
 meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb   | 2 ++
 meta-networking/recipes-support/dnsmasq/files/parallel-make.patch | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc 
b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 7037cb1..92c5367 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -11,7 +11,6 @@ SRC_URI = 
http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
file://init \
file://dnsmasq.conf \
file://dnsmasq.service \
-   file://parallel-make.patch \
 
 
 inherit pkgconfig update-rc.d systemd
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb 
b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
index b1bef7a..6caa92a 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb
@@ -1,4 +1,6 @@
 require dnsmasq.inc
 
+SRC_URI += file://parallel-make.patch
+
 SRC_URI[dnsmasq-2.68.md5sum] = 6f8351ca0901f248efdb81532778d2ef
 SRC_URI[dnsmasq-2.68.sha256sum] = 
402019d61f53f1ccc04cc6218719fd3b158ea3fca9a83ab55471f981a2097c2f
diff --git a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch 
b/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch
index 3d1040c..6d5b722 100644
--- a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch
+++ b/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch
@@ -5,6 +5,7 @@ can't rely on that order when doing a paralllel make build, so 
add an explicit
 rule to enforce that order.
 
 Signed-off-by: Christopher Larson chris_lar...@mentor.com
+Upstream-status: Pending
 
 --- dnsmasq-2.68.orig/Makefile
 +++ dnsmasq-2.68/Makefile
-- 
1.8.3.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] 'Update cyassl bb file'

2014-08-11 Thread lchristina26
Signed-off-by: lchristina26 lchristin...@hotmail.com
---
 meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 -
 1 file changed, 5 deletions(-)

diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb 
b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
index accc144..441d321 100644
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
@@ -9,8 +9,6 @@ SECTION = libs/network
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 
-PR = r1
-
 SRC_URI = http://www.yassl.com/cyassl-${PV}.zip;
 
 
@@ -21,6 +19,3 @@ S = ${WORKDIR}/${PN}-${PV}
 
 inherit autotools
 
-# Detect and build with correct endianness
-# CFLAGS += ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '', 
'-DBIG_ENDIAN_ORDER', d)}
-
-- 
1.9.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Asterisk v11 recipe

2014-08-11 Thread Roberto Fichera
Hi All,

does anyone has an Asterisk v11 recipe? I know there is a meta-telephony layer
but that one has v1.8.x asterisk version.

Thanks in advance,
Roberto Fichera.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-11 Thread Otavio Salvador
Hello Martin,

On Mon, Aug 4, 2014 at 6:26 PM, Cliff Brake cbr...@bec-systems.com wrote:
 On Mon, Aug 4, 2014 at 2:46 PM, Otavio Salvador ota...@ossystems.com.br 
 wrote:
 Hello Martin,

 On Mon, Aug 4, 2014 at 3:38 PM, Otavio Salvador ota...@ossystems.com.br 
 wrote:
 The Cgit based archive may change depending on the order of images,
 timestamp and like causing checksum to change.

 This patch uses the same 1.25 version but fetching it using Git, so no
 code changes are done.

 Signed-off-by: Otavio Salvador ota...@ossystems.com.br

 Please queue this update for Daisy as well, as this is failing to
 fetch currently (cced other Daisy maintainers).

 Acked-by: Otavio Salvador ota...@ossystems.com.br

 Acked-by: Cliff Brake cbr...@bec-systems.com

Please merged this.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-11 Thread Paul Eggleton
On Monday 11 August 2014 17:06:30 Otavio Salvador wrote:
 Hello Martin,
 
 On Mon, Aug 4, 2014 at 6:26 PM, Cliff Brake cbr...@bec-systems.com wrote:
  On Mon, Aug 4, 2014 at 2:46 PM, Otavio Salvador ota...@ossystems.com.br 
  wrote:
  Hello Martin,
  
  On Mon, Aug 4, 2014 at 3:38 PM, Otavio Salvador ota...@ossystems.com.br 
  wrote:
  The Cgit based archive may change depending on the order of images,
  timestamp and like causing checksum to change.
  
  This patch uses the same 1.25 version but fetching it using Git, so no
  code changes are done.
  
  Signed-off-by: Otavio Salvador ota...@ossystems.com.br
  
  Please queue this update for Daisy as well, as this is failing to
  fetch currently (cced other Daisy maintainers).
  
  Acked-by: Otavio Salvador ota...@ossystems.com.br
  
  Acked-by: Cliff Brake cbr...@bec-systems.com
 
 Please merged this.

It's already merged:

http://cgit.openembedded.org/meta-openembedded/commit/?id=9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-11 Thread Otavio Salvador
On Mon, Aug 11, 2014 at 5:25 PM, Paul Eggleton
paul.eggle...@linux.intel.com wrote:
 On Monday 11 August 2014 17:06:30 Otavio Salvador wrote:
 Hello Martin,

 On Mon, Aug 4, 2014 at 6:26 PM, Cliff Brake cbr...@bec-systems.com wrote:
  On Mon, Aug 4, 2014 at 2:46 PM, Otavio Salvador ota...@ossystems.com.br 
  wrote:
  Hello Martin,
 
  On Mon, Aug 4, 2014 at 3:38 PM, Otavio Salvador ota...@ossystems.com.br 
  wrote:
  The Cgit based archive may change depending on the order of images,
  timestamp and like causing checksum to change.
 
  This patch uses the same 1.25 version but fetching it using Git, so no
  code changes are done.
 
  Signed-off-by: Otavio Salvador ota...@ossystems.com.br
 
  Please queue this update for Daisy as well, as this is failing to
  fetch currently (cced other Daisy maintainers).
 
  Acked-by: Otavio Salvador ota...@ossystems.com.br
 
  Acked-by: Cliff Brake cbr...@bec-systems.com

 Please merged this.

 It's already merged:

 http://cgit.openembedded.org/meta-openembedded/commit/?id=9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d

In Daisy ;-)


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Daisy pending backports

2014-08-11 Thread akuster808

On 8/11/14, 1:08 PM, Otavio Salvador wrote:

Hello,

here goes the pending backports I am aware of:

commit 9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d
Author: Otavio Salvador ota...@ossystems.com.br
Date:   Mon Aug 4 15:38:34 2014 -0300

 evtest: Stop using Cgit based archive

 The Cgit based archive may change depending on the order of images,
 timestamp and like causing checksum to change.

 This patch uses the same 1.25 version but fetching it using Git, so no
 code changes are done.

 Signed-off-by: Otavio Salvador ota...@ossystems.com.br
 Acked-by: Otavio Salvador ota...@ossystems.com.br
 Acked-by: Cliff Brake cbr...@bec-systems.com
 Signed-off-by: Martin Jansa martin.ja...@gmail.com

This one has been acked by all Daisy maintainers so please merge this.


commit 1fe211750e11420095dd29e08eba4bb615d9ffca
Author: Otavio Salvador ota...@ossystems.com.br
Date:   Tue Jul 1 10:56:02 2014 -0300

 opencv: Disable 'gtk' backend if X11 is not available

 Signed-off-by: Otavio Salvador ota...@ossystems.com.br

Acked-by: Armin Kuster akuster...@gmail.com

 Signed-off-by: Martin Jansa martin.ja...@gmail.com

This one is new and Cliff and Armin need to review it.




--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] OE Changelog since 2014-08-03 until 2014-08-10

2014-08-11 Thread cliff . brake
Changelog since 2014-08-03 until 2014-08-10.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: 
git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded


Changelog for bitbake:


Changelog for openembedded-core:

Chen Qi (1):
  local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS

Chong Lu (3):
  oelint.bbclass: make oelint bbclass work
  oelint.bbclass: add patch checking
  oelint.bbclass: Check for ${PN} or ${P} usage

Cristian Iorga (1):
  tcmode-default.inc: allow override of binutils-crosssdk

Drew Moseley (1):
  gstreamer1.0-omx: Remove unnecessary dependency on plugins-bad.

Koen Kooi (1):
  tcp-wrappers: fix do_install when $prefix == $base_prefix

Martin Jansa (4):
  test-dependencies: don't override failed-recipes.log
  cairo: explicitly disable LTO support by backporting patch which removes it
  perf: explicitly disable libunwind
  perf: fix indentation

Maxin B. John (1):
  curl: remove unused patch

Nitin A Kamble (2):
  code cleanup for INITRD variable handing
  documentation.conf: Small tweak to INITRD variable

Patrice B (1):
  psmisc: Typo in fuser makes -M on all the time

Peter A. Bigot (1):
  cups: regen configure so cups-no-gcrypt.patch has an effect

Ricardo Neri (1):
  kexec-tools: Create separate package for vmcore-dmesg

Richard Purdie (3):
  package: Fix darwin shlibs code
  autotools: Exclude SDK_OS from autotools task signatures
  ghostscript: Remove bogus gsfonts reference from DESCRIPTION

Robert P. J. Day (3):
  nss*: Replace hardcoded /etc with ${sysconfdir}
  formfactor: Grammar fix in recipe comment.
  Add doc entry for ptest-pkgs in IMAGE_FEATURES list

Roxana Ciobanu (1):
  scripts/send-error-report: fetch /Errors/ instead of /.

Saul Wold (1):
  busybox: Make busybox connman aware

Ting Liu (1):
  base-files: set dynamic COLUMNS via resize command

Wang Zidan (3):
  alsa-lib: use get32_labels for multi-source
  alsa-lib: fix hw_ptr exceed the boundary
  alsa-lib: pcm_local.h: include time.h to enable CLOCK_MONOTONIC

Yao Xinpan (1):
  tcp-wrappers: install /etc/hosts.allow and /etc/hosts.deny

Zheng Junling (1):
  slang 2.2.4: fix the iconv existence checking


Changelog for meta-openembedded:

Andrea Adami (1):
  kexec_tools_klibc_2.0.2: update x86_vfscanf.patch

Eduardo Silva (1):
  monkey: new v1.5.2 release.

Fathi Boudra (1):
  pm-qa: update to 0.4.12 release

Joe MacDonald (4):
  wireshark: update to latest stable version
  README: Update layer dependencies
  wireshark: update README instructions
  wireshark: update configuration and epoch

Koen Kooi (15):
  php 5.4.14: use pkg-config for libxml2 detection
  libgnomekbd: fix S!=B
  gnome-settings-daemon: remove blacklist, libgnomekbd has been fixed
  gnome-control-center: remove 

[oe] [meta-ruby][PATCH] ruby: fix race conditions at install-ext

2014-08-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com

* lib/mkmf.rb (create_makefile): fix race conditions at install-ext.
  target files need to depend on destination directory timestamp
  files, not phony trgets.

Signed-off-by: Jackie Huang jackie.hu...@windriver.com
---
 ...kmf.rb-fix-race-conditions-at-install-ext.patch | 31 ++
 meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 
meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch

diff --git 
a/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
 
b/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
new file mode 100644
index 000..5ac5d54
--- /dev/null
+++ 
b/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
@@ -0,0 +1,31 @@
+Subject: [PATCH] mkmf.rb: fix race conditions at install-ext
+
+Upstream-Status: backport
+
+* lib/mkmf.rb (create_makefile): fix race conditions at install-ext.
+  target files need to depend on destination directory timestamp
+  files, not phony trgets.
+
+git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36863 
b2dd03c8-39d4-4d8f-98ff-823fe69b080e
+
+Signed-off-by: Jackie Huang jackie.hu...@windriver.com
+---
+ lib/mkmf.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/mkmf.rb b/lib/mkmf.rb
+index 556684c..a277354 100644
+--- a/lib/mkmf.rb
 b/lib/mkmf.rb
+@@ -2055,7 +2055,7 @@ static: $(STATIC_LIB)#{$extout ?  install-rb : }
+   for f in files
+ dest = #{dir}/#{File.basename(f)}
+ mfile.print(install-rb#{sfx}: #{dest}\n)
+-mfile.print(#{dest}: #{f}\n)
++mfile.print(#{dest}: #{f} #{timestamp_file(dir)}\n)
+ mfile.print(\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} 
$(@D#{sep})\n)
+ if defined?($installed_list) and !$extout
+   mfile.print(\t@echo #{dest}$(INSTALLED_LIST)\n)
+--
+2.0.0
+
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb 
b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb
index 24bacdc..2d5938f 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb
+++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb
@@ -11,6 +11,7 @@ SRC_URI += \
 file://ruby-1.9.3-mkmf-verbose.patch \
 file://ruby-1.9.3-install-cross.patch \
 file://remove-the-dependency-on-dir.patch \
+file://ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch \
 
 SRC_URI[md5sum] = 7531f9b1b35b16f3eb3d7bea786babfd
 SRC_URI[sha256sum] = 
9ba118e4aba04c430bc4d5efb09b31a0277e101c9fd2ef3b80b9c684d7ae57a1
-- 
2.0.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Error: package not found in the base feeds (genericx86_64 x86_64 noarch any all)

2014-08-11 Thread Himanshu Pandey
Hi,
I am constantly getting error:Error: liburiparser1 not found in the base feeds 
(genericx86_64 x86_64 noarch any all). My receipe name is 
liburiparser_0.8.0.bb. So from where liburiparser1 is coming from. Very 
surprising for me.
For each and every package it is giving the same error i.e. package not found 
in the base feedsnbsp;nbsp;(genericx86_64 x86_64 noarch any all).
My liburiparser receipe is as follows:
DESCRIPTION = uriparser is a strictly RFC 3986 compliant URI parsing 
library.HOMEPAGE = http://uriparser.sf.netSECTION = basePR=r10LICENSE = 
BSDLIC_FILES_CHKSUM = 
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302SRC_URI 
= 
http://ncu.dl.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-${PV}.tar.bz2SRC_URI[md5sum]
 = 77601f52ab91c0e100fc5d783d9c1ee5SRC_URI[sha256sum] = 
1dd9f9779d8f17822bd7d68ba042fd67779b6e4ccf162bd3c9d0ff19a8ba9bf7
S = ${WORKDIR}/uriparser-0.8.0
EXTRA_OECONF= --disable-test --disable-doc
inherit autotools
do_compile() {nbsp; nbsp; nbsp; nbsp; oe_runconfnbsp; nbsp; nbsp; nbsp; 
oe_runmake}do_install() {nbsp; nbsp; nbsp; nbsp; install -d 
${D}/usr/libnbsp; nbsp; nbsp; nbsp; install -d 
${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; install -m 0644 
./include/uriparser/*.h ${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; 
install -m 644 ${S}/.libs/*.so* ${D}/usr/lib/}PACKAGES =+ 
liburiparserFILES_liburiparser += ${D}${libdir} 
${D}${libdir}/liburiparser.sonbsp;${D}${libdir}/liburiparser.so.1 
${D}${libdir}/liburiparser.so.1.*BBCLASSEXTEND = native

Please help to resolve the same.
Regards,Himanshu
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error: package not found in the base feeds (genericx86_64 x86_64 noarch any all)

2014-08-11 Thread Robert Yang


Hello,

I can't see the format in the your email, please send it in plain text if 
possible.

And for your questions:

* where liburiparser1 is coming from
It is a debian style name, the so is liburiparser.so.1 (note the 1 in
the end) so the pkg name is liburiparser1, please see the debian.bbclass
for more info.

* For the errors:
Error: liburiparser1 not found in the base feeds

Did you run bitbake liburiparser ?

And which package RDEPENDS on liburiparser ?

// Robert

On 08/12/2014 01:15 PM, Himanshu Pandey wrote:

Hi,
I am constantly getting error:Error: liburiparser1 not found in the base feeds 
(genericx86_64 x86_64 noarch any all). My receipe name is 
liburiparser_0.8.0.bb. So from where liburiparser1 is coming from. Very 
surprising for me.
For each and every package it is giving the same error i.e. package not found in the 
base feedsnbsp;nbsp;(genericx86_64 x86_64 noarch any all).
My liburiparser receipe is as follows:
DESCRIPTION = uriparser is a strictly RFC 3986 compliant URI parsing library.HOMEPAGE = http://uriparser.sf.netSECTION = 
basePR=r10LICENSE = BSDLIC_FILES_CHKSUM = file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302SRC_URI = 
http://ncu.dl.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-${PV}.tar.bz2SRC_URI[md5sum] = 
77601f52ab91c0e100fc5d783d9c1ee5SRC_URI[sha256sum] = 1dd9f9779d8f17822bd7d68ba042fd67779b6e4ccf162bd3c9d0ff19a8ba9bf7
S = ${WORKDIR}/uriparser-0.8.0
EXTRA_OECONF= --disable-test --disable-doc
inherit autotools
do_compile() {nbsp; nbsp; nbsp; nbsp; oe_runconfnbsp; nbsp; nbsp; nbsp; oe_runmake}do_install() {nbsp; nbsp; nbsp; nbsp; install -d 
${D}/usr/libnbsp; nbsp; nbsp; nbsp; install -d ${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; install -m 0644 ./include/uriparser/*.h 
${STAGING_INCDIR}/uriparser/nbsp; nbsp; nbsp; nbsp; install -m 644 ${S}/.libs/*.so* ${D}/usr/lib/}PACKAGES =+ liburiparserFILES_liburiparser += ${D}${libdir} 
${D}${libdir}/liburiparser.sonbsp;${D}${libdir}/liburiparser.so.1 ${D}${libdir}/liburiparser.so.1.*BBCLASSEXTEND = native

Please help to resolve the same.
Regards,Himanshu


--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel