[oe] [meta-webserver][PATCH 0/2] PHP/phpMyAdmin upgrades again

2014-03-11 Thread Paul Eggleton
Of course, no sooner than we have the previous upgrades merged, a new 
release happens upstream. In the PHP case the upgrade contains several
CVE fixes so it's definitely worth applying.


The following changes since commit 54b9d0199e55027bd4b54fc5c6ee488d117a46da:

  phpmyadmin: update to 4.1.8 (2014-03-06 12:12:15 +)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/webserver-upgrades2
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/webserver-upgrades2

Paul Eggleton (2):
  modphp: update to 5.5.10
  phpmyadmin: update to 4.1.9

 meta-webserver/recipes-php/modphp/modphp_5.5.10.bb | 7 +++
 meta-webserver/recipes-php/modphp/modphp_5.5.9.bb  | 7 ---
 .../phpmyadmin/{phpmyadmin_4.1.8.bb = phpmyadmin_4.1.9.bb}| 4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)
 create mode 100644 meta-webserver/recipes-php/modphp/modphp_5.5.10.bb
 delete mode 100644 meta-webserver/recipes-php/modphp/modphp_5.5.9.bb
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.1.8.bb = 
phpmyadmin_4.1.9.bb} (87%)

-- 
1.8.5.3

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


[oe] [meta-webserver][PATCH 1/2] modphp: update to 5.5.10

2014-03-11 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com
---
 meta-webserver/recipes-php/modphp/modphp_5.5.10.bb | 7 +++
 meta-webserver/recipes-php/modphp/modphp_5.5.9.bb  | 7 ---
 2 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 meta-webserver/recipes-php/modphp/modphp_5.5.10.bb
 delete mode 100644 meta-webserver/recipes-php/modphp/modphp_5.5.9.bb

diff --git a/meta-webserver/recipes-php/modphp/modphp_5.5.10.bb 
b/meta-webserver/recipes-php/modphp/modphp_5.5.10.bb
new file mode 100644
index 000..fcdb11e
--- /dev/null
+++ b/meta-webserver/recipes-php/modphp/modphp_5.5.10.bb
@@ -0,0 +1,7 @@
+include modphp5.inc
+
+EXTRA_OECONF += --disable-opcache
+
+SRC_URI[md5sum] = d608230c7890b6a0cc5b92e66e866226
+SRC_URI[sha256sum] = 
bb34e61f8e6f56c612867bfe85d144d5045cd5e44497539bc126a4e8c6795419
+
diff --git a/meta-webserver/recipes-php/modphp/modphp_5.5.9.bb 
b/meta-webserver/recipes-php/modphp/modphp_5.5.9.bb
deleted file mode 100644
index 4243ece..000
--- a/meta-webserver/recipes-php/modphp/modphp_5.5.9.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-include modphp5.inc
-
-EXTRA_OECONF += --disable-opcache
-
-SRC_URI[md5sum] = c4a348a07b52f6e177d8fdc75fe507b1
-SRC_URI[sha256sum] = 
9d1dea5195e2bcd928416130a6e19173d02bd36fb76c382522bf145c458fbed3
-
-- 
1.8.5.3

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


[oe] [meta-webserver][PATCH 2/2] phpmyadmin: update to 4.1.9

2014-03-11 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com
---
 .../phpmyadmin/{phpmyadmin_4.1.8.bb = phpmyadmin_4.1.9.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.1.8.bb = 
phpmyadmin_4.1.9.bb} (87%)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.8.bb 
b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.9.bb
similarity index 87%
rename from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.8.bb
rename to meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.9.bb
index 388f188..cd15889 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.8.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.1.9.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=eb723b61539feef013de476e68b5c50a \
 SRC_URI = 
${SOURCEFORGE_MIRROR}/phpmyadmin/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-languages.tar.xz
 \
file://apache.conf
 
-SRC_URI[md5sum] = 14fd2f6d2f92a8dfb3954513da1c1687
-SRC_URI[sha256sum] = 
857f133911eddcec16824f3ecc7a68f93288ab2a2f1943bfce3b06b58b625cd6
+SRC_URI[md5sum] = 420c836228ceab8df5557c92e56021d7
+SRC_URI[sha256sum] = 
efc5bd669324cd094cc1912afee9c91fd052fe9f226f767f7ec7b31a1796ce2c
 
 S = ${WORKDIR}/phpMyAdmin-${PV}-all-languages
 
-- 
1.8.5.3

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


[oe] [PATCH] ndisc6: allow the package can be empty

2014-03-11 Thread Xudong.zhu
FILES_${PN} is set to null in original .bb file, this would cause
ndisc6 main package is missing in fullpkglist.query, then one build
error will happen.


Error: ndisc6 not found in the base feeds(ti_am335x armv7at2-vfp-neon
| armv7a-vfp-neon armv7at2-vfp armv7a-vfp armv7a armv6t-vfp armv6-vfp
| armv5te-vfp armv5e-vfp armv5te armv5e armv5t-vfp armv5- vfp armv5t
| armv5 armv4t armv4 arm noarch any all).


To fix this, need to set ALLOW_EMPTY_${PN} = 1.

Signed-off-by: Xudong.zhu xudong@windriver.com
---
 .../recipes-support/ndisc6/ndisc6_1.0.2.bb |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb 
b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb
index a958e37..8cf5d37 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = 
6acec8a0cb9efa3ac98456f46c3016aeec0598b0c7557c95242b5228ad
 LIC_FILES_CHKSUM = file://COPYING;md5=751419260aa954499f7abaabaa882bbe
 
 inherit autotools gettext
-
+ALLOW_EMPTY_${PN} = 1
 # Split into seperate packages since we normal don't want them all
 # The main package is left empty and therefore not created.
 PACKAGES += ${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \
-- 
1.7.4.1

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


Re: [oe] [meta-qt5][PATCH v4 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-11 Thread Jonathan Liu

On 5/03/2014 1:34 AM, Otavio Salvador wrote:

On Tue, Mar 4, 2014 at 12:43 AM, Jonathan Liu net...@gmail.com wrote:

On 4 March 2014 06:53, Otavio Salvador ota...@ossystems.com.br wrote:

On Sun, Mar 2, 2014 at 1:22 AM, Jonathan Liu net...@gmail.com wrote:

This adds the necessary target packages for development with all of the
Qt 5 modules.

Signed-off-by: Jonathan Liu net...@gmail.com

Why are you adding qttools here? this is not need for toolchain use,
is it? It is need for host.

The QtTools module includes components that may be used by
applications - http://qt-project.org/doc/qt-5/qtmodules.html#qt-tools

 From the doc it is not clear to me how it will be used in the target,
it seems something used in host.

Could you help me to understand your reasoning for it?

It includes Qt Help which is used to implement context-sensitive help to 
the user in Qt applications.


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


[oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm
Without this we get Headers = /usr/include which is not meaningfull
since is is searched by defaukt. What we realy want is 
/usr/local${QT_DIR_NAME}
which is my default qt5 giving /usr/include/qt5.

Signed-off-by: Søren Holm s...@sgh.dk
---
 classes/qmake5_base.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
index 2db0fa3..24c1483 100644
--- a/classes/qmake5_base.bbclass
+++ b/classes/qmake5_base.bbclass
@@ -56,7 +56,7 @@ do_generate_qt_config_file() {
 cat  ${QT_CONF_PATH} EOF
 [Paths]
 Prefix = ${OE_QMAKE_PATH_PREFIX}
-Headers = ${OE_QMAKE_PATH_HEADERS}
+Headers = ${OE_QMAKE_PATH_HEADERS}/${QT_DIR_NAME}
 Libraries = ${OE_QMAKE_PATH_LIBS}
 ArchData = ${OE_QMAKE_PATH_ARCHDATA}
 Data = ${OE_QMAKE_PATH_DATA}
-- 
1.9.0

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


Re: [oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm
If it can be applied to master I'd like to have this applied to dora as 
well.

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


Re: [oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 01:54:57PM +0100, Søren Holm wrote:
 Without this we get Headers = /usr/include which is not meaningfull
 since is is searched by defaukt. What we realy want is 
 /usr/local${QT_DIR_NAME}
 which is my default qt5 giving /usr/include/qt5.

Please see discussion about this patch which is already applied:
https://github.com/meta-qt5/meta-qt5/commit/2bd5fba34dd350807ac07828cd883d5b6c7ec631

 
 Signed-off-by: Søren Holm s...@sgh.dk
 ---
  classes/qmake5_base.bbclass | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
 index 2db0fa3..24c1483 100644
 --- a/classes/qmake5_base.bbclass
 +++ b/classes/qmake5_base.bbclass
 @@ -56,7 +56,7 @@ do_generate_qt_config_file() {
  cat  ${QT_CONF_PATH} EOF
  [Paths]
  Prefix = ${OE_QMAKE_PATH_PREFIX}
 -Headers = ${OE_QMAKE_PATH_HEADERS}
 +Headers = ${OE_QMAKE_PATH_HEADERS}/${QT_DIR_NAME}
  Libraries = ${OE_QMAKE_PATH_LIBS}
  ArchData = ${OE_QMAKE_PATH_ARCHDATA}
  Data = ${OE_QMAKE_PATH_DATA}
 -- 
 1.9.0
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm

Oh!! That just excellent then. Can it be applied on to dora please?

Tirsdag den 11. marts 2014 14:17:04 skrev Martin Jansa:
 On Tue, Mar 11, 2014 at 01:54:57PM +0100, Søren Holm wrote:
  Without this we get Headers = /usr/include which is not meaningfull
  since is is searched by defaukt. What we realy want is
  /usr/local${QT_DIR_NAME} which is my default qt5 giving
  /usr/include/qt5.
 
 Please see discussion about this patch which is already applied:
 https://github.com/meta-qt5/meta-qt5/commit/2bd5fba34dd350807ac07828cd883d5b
 6c7ec631
  Signed-off-by: Søren Holm s...@sgh.dk
  ---
  
   classes/qmake5_base.bbclass | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
  index 2db0fa3..24c1483 100644
  --- a/classes/qmake5_base.bbclass
  +++ b/classes/qmake5_base.bbclass
  @@ -56,7 +56,7 @@ do_generate_qt_config_file() {
  
   cat  ${QT_CONF_PATH} EOF
   
   [Paths]
   Prefix = ${OE_QMAKE_PATH_PREFIX}
  
  -Headers = ${OE_QMAKE_PATH_HEADERS}
  +Headers = ${OE_QMAKE_PATH_HEADERS}/${QT_DIR_NAME}
  
   Libraries = ${OE_QMAKE_PATH_LIBS}
   ArchData = ${OE_QMAKE_PATH_ARCHDATA}
   Data = ${OE_QMAKE_PATH_DATA}

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


[oe] State of bitbake world, Failed tasks 2014-03-07

2014-03-11 Thread Martin Jansa
Biggest difference from last e-mail is aclocal changes which can possibly 
explain
increased number of do_configure failures, I've asked Richard to delay merging 
B!=S
change until we resolve or at least analyze these new failures, so any help with
would be highly appreciated.

I'll send slightly newer report in few minutes.

http://www.openembedded.org/wiki/Bitbake_World_Status

== Failed tasks 2014-03-07 ==

=== common (18) ===
* meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, 
do_compile
* 
meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb,
 do_configure
* 
meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb,
 do_configure
* meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.2.bb, 
do_compile
* 
meta-openembedded/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb, 
do_compile
* 
meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb,
 do_compile
* meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb, 
do_install
* meta-openembedded/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb, do_compile
* meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb, 
do_compile
* 
meta-openembedded/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb,
 do_configure
* meta-openembedded/meta-oe/recipes-navigation/monav/monav_0.3.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-support/asio/asio_1.4.1.bb, do_compile
* meta-openembedded/meta-oe/recipes-support/inih/libinih_git.bb, do_install
* meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb, do_compile
* openembedded-core/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb, 
do_configure

=== common-x86 (11) ===
* meta-browser/recipes-mozilla/firefox/firefox_10.0.11esr.bb, do_compile
* meta-openembedded/meta-efl/recipes-efl/e17/eve_svn.bb, do_compile
* meta-openembedded/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb, 
do_compile
* 
meta-openembedded/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb, 
do_configure
* 
meta-openembedded/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm_git.bb, do_configure
* meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb, do_compile
* meta-openembedded/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb, 
do_configure
* meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb, 
do_configure
* meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb, 
do_configure
* openembedded-core/meta/recipes-bsp/grub/grub_2.00.bb, do_package

=== qemuarm (4) ===
* 
meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.4.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-support/mongodb/mongodb_git.bb, 
do_compile
* openembedded-core/meta/recipes-bsp/grub/grub_git.bb, do_package
* openembedded-core/meta/recipes-gnome/gtk+/gtk+_2.24.22.bb, do_compile

=== qemux86 (1) ===
* 
meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb,
 do_compile

=== qemux86_64 (1) ===
* 
meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb,
 do_configure

=== Number of failed tasks ===
{| class=wikitable
|-
||qemuarm   ||22
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140306_000713.log/
|-
||qemux86   ||31
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140306_164853.log/
|-
||qemux86_64||30
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140307_122924.log/
|}

-- 
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


[oe] State of bitbake world, Failed tasks 2014-03-11

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 02:45:04PM +0100, Martin Jansa wrote:
 Biggest difference from last e-mail is aclocal changes which can possibly 
 explain
 increased number of do_configure failures, I've asked Richard to delay 
 merging B!=S
 change until we resolve or at least analyze these new failures, so any help 
 with
 would be highly appreciated.
 
 I'll send slightly newer report in few minutes.

http://www.openembedded.org/wiki/Bitbake_World_Status

== Failed tasks 2014-03-11 ==

=== common (24) ===
* meta-openembedded/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb, 
do_compile
* 
meta-openembedded/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb, 
do_configure
* meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, 
do_compile
* 
meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb,
 do_configure
* 
meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb,
 do_configure
* meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.2.bb, 
do_compile
* 
meta-openembedded/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb, 
do_compile
* 
meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb,
 do_compile
* meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb, 
do_install
* meta-openembedded/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb, do_compile
* meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb, 
do_compile
* 
meta-openembedded/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm_git.bb, do_configure
* meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb, 
do_compile
* 
meta-openembedded/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb,
 do_configure
* meta-openembedded/meta-oe/recipes-navigation/monav/monav_0.3.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-support/asio/asio_1.4.1.bb, do_compile
* meta-openembedded/meta-oe/recipes-support/inih/libinih_git.bb, do_install
* meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb, do_compile
* meta-openembedded/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb, 
do_configure
* meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb, 
do_configure
* meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb, 
do_configure

=== common-x86 (4) ===
* meta-browser/recipes-mozilla/firefox/firefox_10.0.11esr.bb, do_compile
* meta-openembedded/meta-efl/recipes-efl/e17/eve_svn.bb, do_compile
* meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb, do_compile
* openembedded-core/meta/recipes-bsp/grub/grub_2.00.bb, do_package

=== qemuarm (3) ===
* 
meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.4.bb, 
do_compile
* meta-openembedded/meta-oe/recipes-support/mongodb/mongodb_git.bb, 
do_compile
* openembedded-core/meta/recipes-bsp/grub/grub_git.bb, do_package

=== qemux86 (1) ===
* 
meta-openembedded/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb,
 do_compile

=== qemux86_64 (1) ===
* 
meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb,
 do_configure

=== Number of failed tasks ===
{| class=wikitable
|-
||qemuarm   ||27
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140308_101600.log/
|-
||qemux86   ||30
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140309_065255.log/
|-
||qemux86_64||29
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140310_024804.log/
|}

-- 
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/7] can-utils: Create git version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:11PM -0600, Lauren Post wrote:
 Linux CAN network development utilities - newer version than canutils
 
 Signed-off-by: Lauren Post lauren.p...@freescale.com
 ---
  .../recipes-extended/socketcan/can-utils_git.bb|   14 ++
  1 file changed, 14 insertions(+)
  create mode 100644 meta-oe/recipes-extended/socketcan/can-utils_git.bb
 
 diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb 
 b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
 new file mode 100644
 index 000..53632c8
 --- /dev/null
 +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
 @@ -0,0 +1,14 @@
 +SUMMARY = Linux CAN network development utilities
 +DESCRIPTION = Linux CAN network development
 +LICENSE = GPLv2
 +LIC_FILES_CHKSUM = 
 file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690

Please use something from source tree, not COREBASE.

 +DEPENDS = libsocketcan
 +
 +SRC_URI = 
 git://git.gitorious.org/linux-can/can-utils.git;protocol=git;branch=master
 +SRCREV = 67a2bdcd336e6becfa5784742e18c88dbeddc973

Please set PV.

 +S = ${WORKDIR}/git
 +
 +inherit autotools pkgconfig
 +
 -- 
 1.7.9.5
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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 5/7] gtkperf: Create 0.40 version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:13PM -0600, Lauren Post wrote:
 gtkperf is a GTK Performance tool
 
 Signed-off-by: Lauren Post lauren.p...@freescale.com
 ---
  meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars |   25 
  meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb  |   26 
 +
  2 files changed, 51 insertions(+)
  create mode 100644 meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars
  create mode 100644 meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
 
 diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars 
 b/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars
 new file mode 100644
 index 000..8b09f53
 --- /dev/null
 +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars
 @@ -0,0 +1,25 @@
 +# Makefile variables for PO directory in any package using GNU gettext.
 +
 +# Usually the message domain is the same as the package name.
 +DOMAIN = $(PACKAGE)
 +
 +# These two variables depend on the location of this directory.
 +subdir = po
 +top_builddir = ..
 +
 +# These options get passed to xgettext.
 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
 +
 +# This is the copyright holder that gets inserted into the header of the
 +# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
 +# package.  (Note that the msgstr strings, extracted from the package's
 +# sources, belong to the copyright holder of the package.)  Translators are
 +# expected to transfer the copyright for their translations to this person
 +# or entity, or to disclaim their copyright.  The empty string stands for
 +# the public domain; in this case the translators are expected to disclaim
 +# their copyright.
 +COPYRIGHT_HOLDER = Free Software Foundation, Inc.
 +
 +# This is the list of locale categories, beyond LC_MESSAGES, for which the
 +# message catalogs shall be used.  It is usually empty.
 +EXTRA_LOCALE_CATEGORIES =
 diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb 
 b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
 new file mode 100644
 index 000..7e97a11
 --- /dev/null
 +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
 @@ -0,0 +1,26 @@
 +SUMMARY = GTK Performance tool
 +DESCRIPTION = GTK Performance tools

Don't duplicate SUMMARY (extra 's' doesn't count)

 +SECTION = libs
 +LICENSE = LGPLv2.1
 +LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
 +
 +SRC_URI = http://prdownloads.sourceforge.net/gtkperf/gtkperf_${PV}.tar.gz \

gtkperf - ${BPN}

 +   file://Makevars
 +
 +SRC_URI[md5sum] = 4331dde4bb83865e15482885fcb0cc53
 +SRC_URI[sha256sum] = 
 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b
 +
 +S = ${WORKDIR}/gtkperf

gtkperf - ${BPN}

 +
 +inherit autotools binconfig pkgconfig gettext
 +
 +do_configure_prepend () {
 + rm -f ${S}/m4/init.m4
 + cp -f ${WORKDIR}/Makevars ${S}/po/

Please use consistent indentation: tab - 4 spaces

 +}
 +
 +do_install_append () {
 + rm -rf ${WORKDIR}/image/usr/doc

Please use consistent indentation: 5 spaces - 4 spaces

${WORKDIR}/image - ${D}

 +}
 +
 +FILES_${PN} += ${exec_prefix}/share/duck.png

${exec_prefix}/share - ${datadir}

I've made above modifications when cherry-picking from patchwork to
master-next, so don't send v2 (unless you need to change something else
as well)

-- 
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-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-11 Thread Martin Jansa
On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote:
 From: Tim Orling ticot...@gmail.com
 
 Changes in v2:
 bump PR to r2 rather than drop (doh!)
 
 Signed-off-by: Tim Orling ticot...@gmail.com
 ---
  .../musicbrainz/libmusicbrainz_git.bb  | 50 
 +-
  1 file changed, 48 insertions(+), 2 deletions(-)
 
 diff --git 
 a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb 
 b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
 index f6a8f53..2928587 100644
 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
 +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
 @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
 file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24
  DEPENDS = expat neon
  
  PV = 5.0.1+git${SRCPV}
 -PR = r1
 +PR = r2
  
  SRCREV = 0749dd0a35b4a54316da064475863a4ac6e28e7e
  SRC_URI = git://github.com/metabrainz/libmusicbrainz.git \
 @@ -30,9 +30,55 @@ do_configure_prepend() {
-DCMAKE_C_COMPILER=${BUILD_CC} \
-DCMAKE_CXX_FLAGS=${BUILD_CXXFLAGS} \
-DCMAKE_CXX_COMPILER=${BUILD_CXX} \
 -  ..
 +  ${S} 
  make make-c-interface
  cd ..
 +
 +# the first thing cmake_do_configure does is delete ${B}
 +# stash it first
 +cp -r build-native ..
 +}
 +
 +# recreate default here, with work around for build-native
 +cmake_do_configure() {
 + if [ ${OECMAKE_BUILDPATH} -o ${OECMAKE_SOURCEPATH} ]; then
 + bbnote cmake.bbclass no longer uses OECMAKE_SOURCEPATH and 
 OECMAKE_BUILDPATH.  The default behaviour is now out-of-tree builds with 
 B=WORKDIR/build.
 + fi
 +
 + if [ ${S} != ${B} ]; then
 + rm -rf ${B}
 + mkdir -p ${B}
 + cd ${B}
 + fi
 +
 + # bring build-native back into build/
 + mv ../build-native .
 +
 + # Just like autotools cmake can use a site file to cache result that 
 need generated binaries to run
 + if [ -e ${WORKDIR}/site-file.cmake ] ; then
 + OECMAKE_SITEFILE= -C ${WORKDIR}/site-file.cmake
 + else
 + OECMAKE_SITEFILE=
 + fi
 +
 + cmake \
 +   ${OECMAKE_SITEFILE} \
 +   ${S} \
 +   -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
 +   -DCMAKE_INSTALL_BINDIR:PATH=${bindir} \
 +   -DCMAKE_INSTALL_SBINDIR:PATH=${sbindir} \
 +   -DCMAKE_INSTALL_LIBEXECDIR:PATH=${libexecdir} \
 +   -DCMAKE_INSTALL_SYSCONFDIR:PATH=${sysconfdir} \
 +   -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=${sharedstatedir} \
 +   -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=${localstatedir} \
 +   -DCMAKE_INSTALL_LIBDIR:PATH=${libdir} \
 +   -DCMAKE_INSTALL_INCLUDEDIR:PATH=${includedir} \
 +   -DCMAKE_INSTALL_DATAROOTDIR:PATH=${datadir} \
 +   -DCMAKE_INSTALL_SO_NO_EXE=0 \
 +   -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
 +   -DCMAKE_VERBOSE_MAKEFILE=1 \
 +   ${EXTRA_OECMAKE} \
 +   -Wno-dev
  }

There is still some issue with this patch applied:

ERROR: Function failed: do_configure (log file is located at 
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744)
ERROR: Logfile of failure stored in: 
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 
'x86_64-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| fatal: Not a git repository (or any parent up to mount parent 
/home/jenkins/oe/shr-core-branches/shr-core)
| Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
| WARNING: exit code 128 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744)
NOTE: recipe libmusicbrainz-5.0.1+gitAUTOINC+0749dd0a35-r2: task do_configure: 
Failed
ERROR: Task 1242 
(/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb,
 do_configure) failed with exit code '1'

(link to full log in last State of bitbake world, Failed tasks 2014-03-11 
e-mail)

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


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

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 08:41:21AM +, Matthieu CRAPET wrote:
 Hi,
 
 Does it mean that  allarch  is incompatible with autotools ? Is this true 
 for all recipes?

No, autotools (the -native tools used by this bbclass) are OK, only
problem is when it tries to use CC (which is TUNE_PKGARCH specific).

There are even some recipes which are using autotools and were detecting
CC in configure.ac without any good reason, so they were patched to stop
doing this and to allow using allarch.

allarch.bbclass now resets couple variables to make sure that configure
will at fail if it tries to detect CC.

 -Message d'origine-
 De : openembedded-devel-boun...@lists.openembedded.org 
 [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part de 
 Martin Jansa
 Envoyé : jeudi 6 mars 2014 18:05
 À : openembedded-devel@lists.openembedded.org
 Objet : [oe] [meta-oe][PATCH] bash-completion: remove allarch
 
 * it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch
 
 Signed-off-by: Martin Jansa martin.ja...@gmail.com
 ---
  meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb 
 b/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
 index ad7fd28..155fe90 100644
 --- a/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
 +++ b/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
 @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = 
 e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852
  
  PARALLEL_MAKE = 
  
 -inherit allarch autotools
 +inherit autotools
  
  do_install_append() {
   install -d ${D}${sysconfdir}/bash_completion.d/
 -- 
 1.9.0
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 03:26:39PM +0100, Martin Jansa wrote:
 On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote:
  From: Tim Orling ticot...@gmail.com
  
  Changes in v2:
  bump PR to r2 rather than drop (doh!)
  
  Signed-off-by: Tim Orling ticot...@gmail.com
  ---
   .../musicbrainz/libmusicbrainz_git.bb  | 50 
  +-
   1 file changed, 48 insertions(+), 2 deletions(-)
  
  diff --git 
  a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb 
  b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
  index f6a8f53..2928587 100644
  --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
  +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
  @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
  file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24
   DEPENDS = expat neon
   
   PV = 5.0.1+git${SRCPV}
  -PR = r1
  +PR = r2
   
   SRCREV = 0749dd0a35b4a54316da064475863a4ac6e28e7e
   SRC_URI = git://github.com/metabrainz/libmusicbrainz.git \
  @@ -30,9 +30,55 @@ do_configure_prepend() {
 -DCMAKE_C_COMPILER=${BUILD_CC} \
 -DCMAKE_CXX_FLAGS=${BUILD_CXXFLAGS} \
 -DCMAKE_CXX_COMPILER=${BUILD_CXX} \
  -  ..
  +  ${S} 
   make make-c-interface
   cd ..
  +
  +# the first thing cmake_do_configure does is delete ${B}
  +# stash it first
  +cp -r build-native ..
  +}
  +
  +# recreate default here, with work around for build-native
  +cmake_do_configure() {
  +   if [ ${OECMAKE_BUILDPATH} -o ${OECMAKE_SOURCEPATH} ]; then
  +   bbnote cmake.bbclass no longer uses OECMAKE_SOURCEPATH and 
  OECMAKE_BUILDPATH.  The default behaviour is now out-of-tree builds with 
  B=WORKDIR/build.
  +   fi
  +
  +   if [ ${S} != ${B} ]; then
  +   rm -rf ${B}
  +   mkdir -p ${B}
  +   cd ${B}
  +   fi
  +
  +   # bring build-native back into build/
  +   mv ../build-native .
  +
  +   # Just like autotools cmake can use a site file to cache result that 
  need generated binaries to run
  +   if [ -e ${WORKDIR}/site-file.cmake ] ; then
  +   OECMAKE_SITEFILE= -C ${WORKDIR}/site-file.cmake
  +   else
  +   OECMAKE_SITEFILE=
  +   fi
  +
  +   cmake \
  + ${OECMAKE_SITEFILE} \
  + ${S} \
  + -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
  + -DCMAKE_INSTALL_BINDIR:PATH=${bindir} \
  + -DCMAKE_INSTALL_SBINDIR:PATH=${sbindir} \
  + -DCMAKE_INSTALL_LIBEXECDIR:PATH=${libexecdir} \
  + -DCMAKE_INSTALL_SYSCONFDIR:PATH=${sysconfdir} \
  + -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=${sharedstatedir} \
  + -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=${localstatedir} \
  + -DCMAKE_INSTALL_LIBDIR:PATH=${libdir} \
  + -DCMAKE_INSTALL_INCLUDEDIR:PATH=${includedir} \
  + -DCMAKE_INSTALL_DATAROOTDIR:PATH=${datadir} \
  + -DCMAKE_INSTALL_SO_NO_EXE=0 \
  + -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
  + -DCMAKE_VERBOSE_MAKEFILE=1 \
  + ${EXTRA_OECMAKE} \
  + -Wno-dev
   }
 
 There is still some issue with this patch applied:
 
 ERROR: Function failed: do_configure (log file is located at 
 /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744)
 ERROR: Logfile of failure stored in: 
 /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744
 Log data follows:
 | DEBUG: Executing python function sysroot_cleansstate
 | DEBUG: Python function sysroot_cleansstate finished
 | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 
 'bit-64', 'x86_64-linux', 'common']
 | DEBUG: Executing shell function autotools_preconfigure
 | DEBUG: Shell function autotools_preconfigure finished
 | DEBUG: Executing python function autotools_copy_aclocals
 | DEBUG: Python function autotools_copy_aclocals finished
 | DEBUG: Executing shell function do_configure
 | fatal: Not a git repository (or any parent up to mount parent 
 /home/jenkins/oe/shr-core-branches/shr-core)
 | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
 | WARNING: exit code 128 from a shell command.
 | ERROR: Function failed: do_configure (log file is located at 
 /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r2/temp/log.do_configure.20744)
 NOTE: recipe libmusicbrainz-5.0.1+gitAUTOINC+0749dd0a35-r2: task 
 do_configure: Failed
 ERROR: Task 1242 
 (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb,
  do_configure) failed with exit code '1'
 
 (link to full log in last State of bitbake world, Failed tasks 2014-03-11 
 e-mail)

Ah, it seems like I've reported this before :)

Yes it's caused by:
do_configure() {
# The native build really doesn't like 

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-11 Thread Martin Jansa
On Sat, Mar 08, 2014 at 08:54:31PM -0800, Tim Orling wrote:
 Can you check the build directory to see if
 arm-nodistro-linux-gnueabi-libtool was created? I'm building in angstrom,
 so I see arm-angstrom-linux-gnueabi-libtool... This was not being found by
 the doltlibtool script, which was the reason for the sed fix in vlc.inc. I
 suspect it is behaving differently in your environment. It's on my list to
 duplicate your build environment, including jenkins, but I haven't done it
 yet.

It doesn't exist in WORKDIR
OE qemuarm@ ~/oe/shr-core-branches/shr-core $ find
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/vlc/2.1.2-r0
-name arm-nodistro-linux-gnueabi-libtool

or sysroot

OE qemuarm@ ~/oe/shr-core-branches/shr-core $ find
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm
-name arm-nodistro-linux-gnueabi-libtool

only libtool I have is:
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/bin/crossscripts/libtoolize
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/bin/crossscripts/arm-oe-linux-gnueabi-libtool
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/x86_64-linux-libtool
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/libtoolize

   +sed -i -e
  s:'${top_builddir_slash}libtool':${TARGET_ARCH}-${DISTRO}-${TARGET_OS}-libtool:g
  doltlibtool

I guess you should use ${TARGET_SYS}-libtool here.

Because TARGET_VENDOR != ${DISTRO}

I'll change it in master-next and check it in my build, please test it
in your angstrom build as well and let me know.

 --Tim
 
 
 On Wed, Mar 5, 2014 at 9:56 AM, Martin Jansa martin.ja...@gmail.com wrote:
 
  On Tue, Feb 25, 2014 at 09:39:57PM -0800, Tim Orling wrote:
   From: Tim Orling ticot...@gmail.com
  
   Signed-off-by: Tim Orling ticot...@gmail.com
   ---
.../vlc/files/0001-enable-subdir-objects.patch| 13 +
.../files/0002-glibc-does-not-provide-strlcpy.patch   | 17
  +
meta-multimedia/recipes-multimedia/vlc/vlc.inc| 10 +++---
meta-multimedia/recipes-multimedia/vlc/vlc_1.1.11.bb  | 19
  ---
meta-multimedia/recipes-multimedia/vlc/vlc_2.1.2.bb   | 17
  +
5 files changed, 54 insertions(+), 22 deletions(-)
create mode 100644
  meta-multimedia/recipes-multimedia/vlc/files/0001-enable-subdir-objects.patch
create mode 100644
  meta-multimedia/recipes-multimedia/vlc/files/0002-glibc-does-not-provide-strlcpy.patch
delete mode 100644 meta-multimedia/recipes-multimedia/vlc/vlc_1.1.11.bb
create mode 100644 meta-multimedia/recipes-multimedia/vlc/vlc_2.1.2.bb
 
  Hi,
 
  it fails to build in world verification:
 
  | make[1]: Entering directory
 
  `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/vlc/2.1.2-r0/vlc-2.1.2'
  | Making all in compat
  | make[2]: Entering directory
 
  `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/vlc/2.1.2-r0/vlc-2.1.2/compat'
  | make  all-am
  | make[3]: Entering directory
 
  `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/vlc/2.1.2-r0/vlc-2.1.2/compat'
  | ../doltcompile arm-oe-linux-gnueabi-gcc  -march=armv5te -marm
  -mthumb-interwork
 
  --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm
  -std=gnu99 -DHAVE_CONFIG_H -I. -I..   -I../include -I../include   -O2
  -pipe -g -feliminate-unused-debug-types -Wall -Wextra -Wsign-compare
  -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings
  -Wmissing-prototypes -Wvolatile-register-var
  -Werror-implicit-function-declaration -pipe -fvisibility=hidden
  -ffast-math -funroll-loops -fomit-frame-pointer -c -o dummy.lo dummy.c
  | ../doltcompile arm-oe-linux-gnueabi-gcc  -march=armv5te -marm
  -mthumb-interwork
 
  --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm
  -std=gnu99 -DHAVE_CONFIG_H -I. -I..   -I../include -I../include   -O2
  -pipe -g -feliminate-unused-debug-types -Wall -Wextra -Wsign-compare
  -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings
  -Wmissing-prototypes -Wvolatile-register-var
  -Werror-implicit-function-declaration -pipe -fvisibility=hidden
  -ffast-math -funroll-loops -fomit-frame-pointer -c -o strlcpy.lo
  strlcpy.c
  | ../doltlibtool  --tag=CC   --mode=link arm-oe-linux-gnueabi-gcc
  -march=armv5te -marm -mthumb-interwork
 
  --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm
  -std=gnu99  -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wextra
  -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast
  -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var
  -Werror-implicit-function-declaration -pipe -fvisibility=hidden
  -ffast-math -funroll-loops -fomit-frame-pointer -no-undefined -static
  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o 

Re: [oe] [meta-oe][PATCH 4/7] glcompbench: Create 2012.08 version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:12PM -0600, Lauren Post wrote:
 glcompbench is a benchmark tool for GL(ES)2 based
 compositing operations
 
 Signed-off-by: Lauren Post lauren.p...@freescale.com
 ---
  .../glcompbench/glbench-compile-fix.patch  |   35 
 
  .../glcompbench/glcompbench_2012.08.bb |   14 
  2 files changed, 49 insertions(+)
  create mode 100644 
 meta-oe/recipes-graphics/glcompbench/glcompbench/glbench-compile-fix.patch
  create mode 100644 
 meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 
 diff --git 
 a/meta-oe/recipes-graphics/glcompbench/glcompbench/glbench-compile-fix.patch 
 b/meta-oe/recipes-graphics/glcompbench/glcompbench/glbench-compile-fix.patch
 new file mode 100644
 index 000..374a6cf
 --- /dev/null
 +++ 
 b/meta-oe/recipes-graphics/glcompbench/glcompbench/glbench-compile-fix.patch
 @@ -0,0 +1,35 @@
 +From c4bc44c3abf69f26e4c2b7684f4da4670a51f993 Mon Sep 17 00:00:00 2001
 +From: Prabhu Sundararaj prabhu.sundara...@freescale.com
 +Date: Tue, 5 Nov 2013 11:03:04 -0600
 +Subject: [PATCH] to make compilable
 +
 +Upstream Status: Inappropriate [workaround]
 +
 +Signed-off-by: Prabhu Sundararaj prabhu.sundara...@freescale.com
 +---
 + src/composite-test-simple-blur.cc | 2 ++
 + 1 file changed, 2 insertions(+)
 +
 +diff --git a/src/composite-test-simple-blur.cc 
 b/src/composite-test-simple-blur.cc
 +index 170ad64..d7f77cf 100644
 +--- a/src/composite-test-simple-blur.cc
  b/src/composite-test-simple-blur.cc
 +@@ -347,6 +347,7 @@ CompositeTestSimpleBlur::CompositeTestSimpleBlur() :
 + 
 + CompositeTestSimpleBlur::~CompositeTestSimpleBlur()
 + {
 ++#if 0
 + for (BlurWindowMapType::iterator winIt = priv_-windowMap.begin();
 +  winIt != priv_-windowMap.end();
 +  winIt++)
 +@@ -354,6 +355,7 @@ CompositeTestSimpleBlur::~CompositeTestSimpleBlur()
 + RenderWindowBlur* ro = winIt-second;
 + delete ro;
 + }
 ++#endif
 + delete priv_;
 + }
 + 
 +-- 
 +1.8.1.2
 +
 diff --git a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb 
 b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 new file mode 100644
 index 000..1adcc02
 --- /dev/null
 +++ b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 @@ -0,0 +1,14 @@
 +SUMMARY = GL Compositing Benchmark
 +DESCRIPTION = A benchmark for GL(ES)2 based compositing operations
 +LICENSE = GPLv3
 +LIC_FILES_CHKSUM = file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949
 +
 +DEPENDS += virtual/egl virtual/libgl virtual/libgal-x11 virtual/egl 
 virtual/libgles1 virtual/libgles2 

ERROR: Nothing PROVIDES 'virtual/libgal-x11' (but 
/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 DEPENDS on or otherwise requires it). Close matches:
  virtual/libx11
  virtual/libgl
  virtual/libgles1
ERROR: Nothing RPROVIDES 'glcompbench' (but 
/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 RDEPENDS on or otherwise requires it)
ERROR: No eligible RPROVIDERs exist for 'glcompbench'
NOTE: Runtime target 'glcompbench' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glcompbench']
ERROR: Nothing RPROVIDES 'glcompbench-dev' (but 
/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb
 RDEPENDS on or otherwise requires it)
ERROR: No eligible RPROVIDERs exist for 'glcompbench-dev'
NOTE: Runtime target 'glcompbench-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glcompbench-dev']

 +
 +inherit pkgconfig waf
 +
 +SRC_URI = 
 https://launchpad.net/glcompbench/trunk/2012.08/+download/glcompbench-2012.08.tar.gz
  \
 +   file://glbench-compile-fix.patch
 +
 +SRC_URI[md5sum] = c939d9156fe940960098f38707fea827
 +SRC_URI[sha256sum] = 
 b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b0379542ee
 -- 
 1.7.9.5
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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


[oe] [dora][meta-qt5][PATCH] qtlocation, qtsystems: Fix QT_MODULE_BRANCH

2014-03-11 Thread Khem Raj
From: Martin Jansa martin.ja...@gmail.com

Signed-off-by: Martin Jansa martin.ja...@gmail.com
Signed-off-by: Khem Raj raj.k...@gmail.com
---
 recipes-qt/qt5/qtlocation_git.bb |2 --
 recipes-qt/qt5/qtsystems_git.bb  |2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index ddf3bcb..66032b6 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -7,6 +7,4 @@ PV = 4.999+5.0.0-beta1+git${SRCPV}
 # drop when bumping SRCREV
 PR = r1
 
-QT_MODULE_BRANCH = master
-
 SRCREV = f28408346243cf090326f4738fd838219c21e00f
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index b1126f5..5456dfb 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -7,6 +7,6 @@ PV = 4.999+5.0.0-beta1+git${SRCPV}
 # drop when bumping SRCREV
 PR = r1
 
-QT_MODULE_BRANCH = master
+QT_MODULE_BRANCH = dev
 
 SRCREV = 701442ad6358b9f27978aafae82074124468f88c
-- 
1.7.10.4

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


Re: [oe] [meta-networking][PATCH] vsftpd: install volatiles file based on init system

2014-03-11 Thread Javier Viguera

Hi all,

Was this patch finally merged?

At the moment building *vsftpd* in a sysvinit-based system is *broken*. 
The failure is:


ERROR: QA Issue: vsftpd: Files/directories were installed but not shipped
  /run
  /run/vsftpd
  /run/vsftpd/empty
ERROR: QA run found fatal errors. Please consider fixing them.

In such sysvinit systems, '/run' usually is a TMPFS and 
'/run/vsftpd/empty' is created at *runtime* via volatiles bootscript.


Creating the directory in the recipe at build time leads to the above 
mentioned error.


-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] vsftpd: install volatiles file based on init system

2014-03-11 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] vsftpd: install volatiles file based on init 
system] On 14.03.11 (Tue 17:17) Javier Viguera wrote:

 Hi all,
 
 Was this patch finally merged?

Sorry, no, not yet.  At the end of the thread I think I had a workable
solution but I've not merged the result.  If you have an updated patch
that addresses all of the systemd/sysvinit/systemd+sysvinit
combinations, I'll be happy to merge it instead of my work.

-J.

 
 At the moment building *vsftpd* in a sysvinit-based system is *broken*. The
 failure is:
 
 ERROR: QA Issue: vsftpd: Files/directories were installed but not shipped
   /run
   /run/vsftpd
   /run/vsftpd/empty
 ERROR: QA run found fatal errors. Please consider fixing them.
 
 In such sysvinit systems, '/run' usually is a TMPFS and '/run/vsftpd/empty'
 is created at *runtime* via volatiles bootscript.
 
 Creating the directory in the recipe at build time leads to the above
 mentioned error.
 
 -
 Javier Viguera
 Software Engineer
 Digi International® Spain S.A.U.
-- 
-Joe MacDonald.
:wq


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-networking][PATCH] vsftpd: install volatiles file based on init system

2014-03-11 Thread Javier Viguera

Hi Joe,

On 11/03/14 18:05, Joe MacDonald wrote:

Sorry, no, not yet.  At the end of the thread I think I had a workable
solution but I've not merged the result.  If you have an updated patch
that addresses all of the systemd/sysvinit/systemd+sysvinit
combinations, I'll be happy to merge it instead of my work.


Unfortunately I have never played with *systemd*, so i don't have a 
patch handy.


At the moment in my custom BSP layer i have workarounded it creating a 
bbappend with just:


INSANE_SKIP_${PN} = installed-vs-shipped

I know this is not the proper fix but at least it allows me to complete 
the build. Otherwise it fails.


-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] iperf: Upgrade to version 2.0.5

2014-03-11 Thread Lauren Post
This version provides better ethernet performance

Patch is required for man page portion of build

Signed-off-by: Lauren Post lauren.p...@freescale.com
---
 .../iperf/iperf-2.0.4/000-Iperf_Fix-CPU-Usage.diff |  164 --
 .../001-cast-to-max_size_t-instead-of-int.patch|   14 --
 .../003-fix-hyphen-used-as-minus-sign.patch|  178 
 .../iperf/iperf-2.0.4/004-svn-r43-ro.patch |  117 -
 .../iperf-2.0.4/005-iperf-die-on-bind-fail.patch   |   15 --
 .../006-iperf-die-on-connect-fail.patch|   15 --
 .../iperf-2.0.4/007-iperf-reporter-deadlock.patch  |   68 
 .../iperf/iperf-2.0.4/008-numofreport.patch|   15 --
 .../iperf/iperf-2.0.4/009-delayloop.patch  |   22 ---
 .../iperf/iperf-2.0.5/iperf-2.0.5_ManPage.patch|8 +
 meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb |   46 -
 meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb |   18 ++
 12 files changed, 26 insertions(+), 654 deletions(-)
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/000-Iperf_Fix-CPU-Usage.diff
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/001-cast-to-max_size_t-instead-of-int.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/003-fix-hyphen-used-as-minus-sign.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/004-svn-r43-ro.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/005-iperf-die-on-bind-fail.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/006-iperf-die-on-connect-fail.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/007-iperf-reporter-deadlock.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/008-numofreport.patch
 delete mode 100644 
meta-oe/recipes-benchmark/iperf/iperf-2.0.4/009-delayloop.patch
 create mode 100755 
meta-oe/recipes-benchmark/iperf/iperf-2.0.5/iperf-2.0.5_ManPage.patch
 delete mode 100644 meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
 create mode 100644 meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb

diff --git 
a/meta-oe/recipes-benchmark/iperf/iperf-2.0.4/000-Iperf_Fix-CPU-Usage.diff 
b/meta-oe/recipes-benchmark/iperf/iperf-2.0.4/000-Iperf_Fix-CPU-Usage.diff
deleted file mode 100644
index 7e89953..000
--- a/meta-oe/recipes-benchmark/iperf/iperf-2.0.4/000-Iperf_Fix-CPU-Usage.diff
+++ /dev/null
@@ -1,164 +0,0 @@
-[Thread]: Replace thread_rest() with condition variables
-
-This applies the patch by Ingo Molnar from
-
-   http://marc.info/?l=linux-kernelm=119088670113210w=2
-
-by reverting previous changes that coincided with changes made by this
-patch. Other than that, the patch is the original from the above URL.
-
-Gerrit

- compat/Thread.c |6 --
- src/Reporter.c  |   37 +
- src/main.cpp|2 ++
- 3 files changed, 11 insertions(+), 34 deletions(-)
-
-rover: changed two remaining thread_rest.
-
 a/compat/Thread.c
-+++ b/compat/Thread.c
-@@ -405,12 +405,6 @@ int thread_numuserthreads( void ) {
- void thread_rest ( void ) {
- #if defined( HAVE_THREAD )
- #if defined( HAVE_POSIX_THREAD )
--#if defined( _POSIX_PRIORITY_SCHEDULING )
--sched_yield();
--#else
--usleep( 0 );
--#endif
--
- #else // Win32
- SwitchToThread( );
- #endif
 a/src/Reporter.c
-+++ b/src/Reporter.c
-@@ -110,9 +110,8 @@
- 
- char buffer[64]; // Buffer for printing
- ReportHeader *ReportRoot = NULL;
--int threadWait = 0;
--int threadSleeping = 0;
- extern Condition ReportCond;
-+extern Condition ReportDoneCond;
- int reporter_process_report ( ReportHeader *report );
- void process_report ( ReportHeader *report );
- int reporter_handle_packet( ReportHeader *report );
-@@ -340,7 +339,7 @@
- // item
- while ( index == 0 ) {
- Condition_Signal( ReportCond );
--thread_rest();
-+Condition_Wait( ReportDoneCond );
- index = agent-reporterindex;
- }
- agent-agentindex = 0;
-@@ -348,11 +347,9 @@
- // Need to make sure that reporter is not about to be lapped
- while ( index - 1 == agent-agentindex ) {
- Condition_Signal( ReportCond );
--thread_rest();
-+Condition_Wait( ReportDoneCond );
- index = agent-reporterindex;
- }
--  if (threadSleeping)
--   Condition_Signal( ReportCond );
- 
- // Put the information there
- memcpy( agent-data + agent-agentindex, packet, sizeof(ReportStruct) 
);
-@@ -382,9 +379,6 @@
- packet-packetLen = 0;
- ReportPacket( agent, packet );
- packet-packetID = agent-report.cntDatagrams;
--  if (threadSleeping)
--   Condition_Signal( ReportCond );
--
- }
- }
- 
-@@ -396,11 +390,8 @@
- void EndReport( ReportHeader *agent ) {
- if ( agent != NULL ) {
- int index = agent-reporterindex;
--  if (threadSleeping)
--   

Re: [oe] [meta-oe][PATCH] libconnman-qt: update to 1.0.50+git80ac184

2014-03-11 Thread Andreas Oberritter
On 11.03.2014 15:22, Martin Jansa wrote:
 On Fri, Feb 28, 2014 at 01:51:31AM +0100, Andreas Oberritter wrote:
 Allows to install versions for Qt4/X11 and Qt4/Embedded into
 the same filesystem by overriding the target name.

 This version also removes a superflous .pc file from ${libdir}.

 Signed-off-by: Andreas Oberritter o...@opendreambox.org
 ---
  meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc | 7 +++
  1 file changed, 3 insertions(+), 4 deletions(-)

 diff --git a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc 
 b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc
 index 77e70e8..3f91be2 100644
 --- a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc
 +++ b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc
 @@ -3,8 +3,8 @@ HOMEPAGE = https://github.com/nemomobile/libconnman-qt;
  SECTION = qt/lib
  LICENSE = Apache-2.0
  LIC_FILES_CHKSUM = 
 file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88
 -SRCREV = ddbeaf72b4d3c49285b0513b28948edacfc40b51
 -PV = 1.0.46+git${SRCPV}
 +SRCREV = 80ac184d859ea90c026403f5a520644945a5081a
 +PV = 1.0.50+git${SRCPV}
  
  SRC_URI = git://github.com/nemomobile/libconnman-qt.git;branch=master
  
 @@ -12,7 +12,7 @@ S = ${WORKDIR}/git
  
  inherit pkgconfig
  
 -EXTRA_QMAKEVARS_PRE += CONFIG+=notests
 +EXTRA_QMAKEVARS_PRE += CONFIG+=notests TARGET_SUFFIX=${QT_DIR_NAME}
  
  do_configure_prepend() {
  # Hack *.pro variables
 @@ -37,7 +37,6 @@ FILES_${PN}-dev =  \
  ${libdir}/libconnman-qt*${SOLIBSDEV} \
  ${libdir}/libconnman-qt*.prl \
  ${libdir}/pkgconfig/connman-qt*.pc \
 -${libdir}/connman-qt*.pc \
  
  FILES_${PN}-plugin =  \
  ${PLUGINS_TARGET}/qmldir \
 -- 
 1.8.3.2
 
 last world build reports failure to build libconnman-qte with this, can
 you please look into it?
 
 | x86_64-oe-linux-g++  -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse 
 --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemux86-64
  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
 -Wl,-rpath-link,/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib
  -shared -o libConnmanQtDeclarative.so components.o networkingmodel.o 
 technologymodel.o savedservicemodel.o moc_components.o moc_networkingmodel.o 
 moc_technologymodel.o moc_savedservicemodel.o   
 -L/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib
  -L../libconnman-qt -lconnman-qt4 -lQtDeclarativeE -lQtScriptE -lQtSvgE 
 -lQtSqlE -lQtXmlPatternsE -lQtGuiE -lQtNetworkE -lQtDBusE -lQtXmlE -lQtCoreE 
 -lpthread
 | 
 /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/core2-64-oe-linux/gcc/x86_64-oe-linux/4.8.2/ld:
  error: cannot find -lconnman-qt4
 | collect2: error: ld returned 1 exit status
 | make[1]: *** [libConnmanQtDeclarative.so] Error 1
 | make[1]: Leaving directory 
 `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libconnman-qte/1.0.50+gitAUTOINC+80ac184d85-r0/git/plugin'
 | make: *** [sub-plugin-make_default-ordered] Error 2
 | 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/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libconnman-qte/1.0.50+gitAUTOINC+80ac184d85-r0/temp/log.do_compile.15974)
 
 (link to full log in last State of bitbake world, Failed tasks 2014-03-11 
 e-mail)

I've just submitted a pull-request fixing this upstream. Last time
upstream responded quickly, so I think we can just wait a little and
then bump SRCREV once it's merged.

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


[oe] [meta-oe][PATCH] luajit: Upgrade to 2.0.1 - 2.0.2

2014-03-11 Thread Khem Raj
Drop the backported hotfixes

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 .../luajit/{luajit_2.0.1.bb = luajit_2.0.2.bb}  |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-devtools/luajit/{luajit_2.0.1.bb = luajit_2.0.2.bb} 
(80%)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb 
b/meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
similarity index 80%
rename from meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb
rename to meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
index 6ca5f34..e60d20f 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
@@ -6,15 +6,11 @@ HOMEPAGE = http://luajit.org;
 DEPENDS += lua5.1
 SRC_URI = http://luajit.org/download/LuaJIT-${PV}.tar.gz;name=tarball \

file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
-   http://luajit.org/download/v2.0.1_hotfix1.patch;name=hotfix1 \
   
-SRC_URI_append_fslmachine =  file://ppc-fixplt.patch 
-
-SRC_URI[tarball.md5sum] = 85e406e8829602988eb1233a82e29f1f
-SRC_URI[tarball.sha256sum] = 
2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0
+SRC_URI[tarball.md5sum] = 112dfb82548b03377fbefbba2e0e3a5b
+SRC_URI[tarball.sha256sum] = 
c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38
 
-SRC_URI[hotfix1.md5sum] = 5186c5901e37679a3c835d7b7cdac88e
-SRC_URI[hotfix1.sha256sum] = 
143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368
+SRC_URI_append_fslmachine =  file://ppc-fixplt.patch 
 
 S = ${WORKDIR}/LuaJIT-${PV}
 
-- 
1.7.10.4

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


[oe] [meta-networking][PATCH] radvd: eliminate confusing warnings when stop service

2014-03-11 Thread Liang Li
When run 'service radvd stop' in case radvd is not started/running,
we'll get warnings like this:

Stopping radvd: no /usr/sbin/radvd found; none killed
/etc/init.d/radvd: warning: cannot restore settings
radvd.

We could by pass these OPs by just check if the service is running
or not so eliminate possible warnings.

Signed-off-by: Liang Li liang...@windriver.com
---
 recipes-daemons/radvd/files/radvd.init | 4 
 1 个文件被修改,插入 4 行(+)

diff --git a/recipes-daemons/radvd/files/radvd.init 
b/recipes-daemons/radvd/files/radvd.init
index 921384c..5295292 100755
--- a/recipes-daemons/radvd/files/radvd.init
+++ b/recipes-daemons/radvd/files/radvd.init
@@ -92,6 +92,10 @@ case $1 in
;;
   stop)
echo -n Stopping $DESC: 
+   if ! [ -f $PIDFILE ] ; then
+   echo not running.
+   exit 0
+   fi
start-stop-daemon --oknodo --stop --pidfile $PIDFILE \
--exec $DAEMON
restore_settings $SAVED_SETTINGS
-- 
1.7.11.4

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


[oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 - 35

2014-03-11 Thread Khem Raj
Removed already applied patches

License year changed thats why there is change in checksum

-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.

we see

rpm/bin/debugedit: canonicalization unexpectedly shrank by one character

so we add PACKAGE_DEBUG_SPLIT_STYLE = debug-without-src

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
 .../{chromium-29.0.1518.2 = chromium}/armv6/include.gypi |  0
 .../armv6/oe-defaults.gypi|  0
 .../armv7a/include.gypi   |  0
 .../armv7a/oe-defaults.gypi   |  0
 .../{chromium-29.0.1518.2 = chromium}/google-chrome  |  0
 .../google-chrome.desktop |  0
 .../{chromium-29.0.1518.2 = chromium}/i586/include.gypi  |  0
 .../i586/oe-defaults.gypi |  0
 .../secitem_array.patch   |  0
 .../uninitialised-warning.patch   |  6 +++---
 .../{chromium-29.0.1518.2 = chromium}/unistd-2.patch |  0
 .../x86-64/include.gypi   |  0
 .../x86-64/oe-defaults.gypi   |  0
 .../{chromium_29.0.1518.2.bb = chromium_35.0.1883.0.bb}  | 15 ---
 15 files changed, 11 insertions(+), 10 deletions(-)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/armv6/include.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/armv6/oe-defaults.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/armv7a/include.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/armv7a/oe-defaults.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/google-chrome (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/google-chrome.desktop (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/i586/include.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/i586/oe-defaults.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/secitem_array.patch (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/uninitialised-warning.patch (96%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/unistd-2.patch (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/x86-64/include.gypi (100%)
 rename recipes-browser/chromium/{chromium-29.0.1518.2 = 
chromium}/x86-64/oe-defaults.gypi (100%)
 rename recipes-browser/chromium/{chromium_29.0.1518.2.bb = 
chromium_35.0.1883.0.bb} (84%)

diff --git 
a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
 
b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
similarity index 100%
rename from 
recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
rename to 
recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
b/recipes-browser/chromium/chromium/armv6/include.gypi
similarity index 100%
rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
rename to recipes-browser/chromium/chromium/armv6/include.gypi
diff --git 
a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
similarity index 100%
rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
b/recipes-browser/chromium/chromium/armv7a/include.gypi
similarity index 100%
rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
rename to recipes-browser/chromium/chromium/armv7a/include.gypi
diff --git 
a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
similarity index 100%
rename from 
recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi
rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome 
b/recipes-browser/chromium/chromium/google-chrome
similarity index 100%
rename from recipes-browser/chromium/chromium-29.0.1518.2/google-chrome
rename to recipes-browser/chromium/chromium/google-chrome
diff --git 
a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome.desktop