Re: [OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-28 Thread akuster@mvista


On 05/28/2014 03:40 AM, Burton, Ross wrote:

On 26 May 2014 22:05, Armin Kuster  wrote:

This updates both tzcode and tzdate to latest

Please send patches using -M so they're easier to review.


Will do.

Also you
put "solaris" instead of "solar" in the commit message.


I will fix

thanks
Armin


Ross



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


Re: [OE-core] [oe-core][PATCH] cups: Fix build failure

2014-06-08 Thread akuster@mvista


On 06/07/2014 09:02 PM, Saul Wold wrote:

On 06/07/2014 07:30 AM, Armin Kuster wrote:

The follwing error was seen when no crypt dependency was included.

In file included from cups-private.h:29:0,
|  from attr.c:26:
| http-private.h:83:24: fatal error: gcrypt.h: No such file or directory
|  #include 
| ^

Add bcrypt to DEPENDS

Signed-off-by: Armin Kuster 
---
  meta/recipes-extended/cups/cups.inc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/cups/cups.inc 
b/meta/recipes-extended/cups/cups.inc

index fd88552..249eac4 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -1,7 +1,7 @@
  SUMMARY = "An Internet printing system for Unix"
  SECTION = "console/utils"
  LICENSE = "GPLv2 & LGPLv2"
-DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb"
+DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb bcrypt"


Do we really want to enable crypt here or make it optional?


Good question.
If we set ac_cv_search_crypt=no on the EXTRA_OECONF line, then we can 
remove this floating dependency or make it a PACKAGECONFIG setting

Ok.  let me work on this a bit more.

- Armin



Sau!


  PROVIDES = "cups14"

  SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \



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


Re: [OE-core] State of bitbake world, Failed tasks 2014-06-02

2014-06-10 Thread akuster@mvista


On 06/10/2014 03:07 AM, Martin Jansa wrote:

On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote:

This build still contains huge patch setting B = S or inherit for
autotools-brokensep for all recipes which were failing in earlier
master builds.

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

== Failed tasks 2014-06-10 ==

=== common (17) ===
 * meta-openembedded/meta-efl/recipes-efl/efl/efl_1.10.0.bb, do_compile
 * meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb, 
do_compile



 * 
meta-openembedded/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb, 
do_compile
 * 
meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb,
 do_compile
 * meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.1.6.bb, 
do_configure

I can look into curlpp, lksctp-tools and libnet

- armin


 * 
meta-openembedded/meta-oe/recipes-devtools/python/python-cython_0.20.1.bb, 
do_package
 * meta-openembedded/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb, 
do_compile
 * meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb, 
do_configure
 * meta-openembedded/meta-oe/recipes-navigation/omgps/omgps_svn.bb, 
do_compile
 * meta-openembedded/meta-oe/recipes-support/daemonize/daemonize_git.bb, 
do_configure
 * meta-openembedded/meta-oe/recipes-support/eject/eject_2.1.5.bb, 
do_compile
 * 
meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb, 
do_compile
 * 
meta-openembedded/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb,
 do_compile
 * meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb, do_compile
 * meta-qt5/recipes-qt/qt5/qtwayland_git.bb, do_install
 * 
meta-smartphone/meta-fso/recipes-freesmartphone/python/python-pyrtc_git.bb, 
do_compile
 * meta-smartphone/meta-shr/recipes-shr/shr/python-phoneutils_git.bb, 
do_compile

=== common-x86 (3) ===
 * meta-browser/recipes-browser/chromium/chromium_35.0.1916.114.bb, 
do_compile
 * meta-browser/recipes-mozilla/firefox/firefox_10.0.11esr.bb, do_compile
 * openembedded-core/meta/recipes-bsp/grub/grub_2.00.bb, do_package

=== qemuarm (0) ===

=== qemux86 (0) ===

=== qemux86_64 (1) ===
 * 
meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb, 
do_compile

=== Number of failed tasks ===
{| class=wikitable
|-
||qemuarm   ||17
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140606_153039.log/
|-
||qemux86   ||20
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140609_094000.log/
|-
||qemux86_64||21
||http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches//log.world.20140610_021320.log/
|}





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