Khem Raj | 17 May 2013 07:53
Picon
Gravatar

[oe] [meta-oe][PATCH] pangomm: Add missing dependency on pango

Fixes errors like

| configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1
cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met:
|
| No package 'pangocairo' found

Signed-off-by: Khem Raj <raj.khem <at> gmail.com>
---
 meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
index 4419113..302062c 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
 <at>  <at>  -6,7 +6,7  <at>  <at>  LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \

 PR = "r2"

-DEPENDS = "mm-common cairomm glibmm"
+DEPENDS = "mm-common cairomm glibmm pango"

 SHRT_VER = "${ <at> d.getVar('PV',1).split('.')[0]}.${ <at> d.getVar('PV',1).split('.')[1]}"

--

-- 
1.7.9.5
Paul Eggleton | 16 May 2013 12:55
Picon

[oe] [PATCH] collectd: fix build failure with libnotify in sysroot

If libnotify is in the sysroot, collectd will try to use it and then
fail at do_compile because gtk/gtk.h can't be found. Since this is
functionality that's not likely to be needed in the embedded context as
far as collectd goes, just disable it.

Signed-off-by: Paul Eggleton <paul.eggleton <at> linux.intel.com>
---
 meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index a508840..8641530 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
 <at>  <at>  -26,6 +26,7  <at>  <at>  EXTRA_OECONF = " \
                 ${FPLAYOUT} \
                 --disable-perl --with-libperl=no --with-perl-bindings=no \
                 --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \
+                --disable-notify_desktop \
 "

 do_install_append() {
--

-- 
1.8.1.2
Martin Jansa | 16 May 2013 11:30
Picon
Gravatar

[oe] [meta-browser][PATCH] libxi: rename bbappend to match new version from oe-core

Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com>
---
 recipes-graphics/libxi/{libxi_1.7.bbappend => libxi_1.7.1.bbappend} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-graphics/libxi/{libxi_1.7.bbappend => libxi_1.7.1.bbappend} (100%)

diff --git a/recipes-graphics/libxi/libxi_1.7.bbappend b/recipes-graphics/libxi/libxi_1.7.1.bbappend
similarity index 100%
rename from recipes-graphics/libxi/libxi_1.7.bbappend
rename to recipes-graphics/libxi/libxi_1.7.1.bbappend
--

-- 
1.8.2.1
Khem Raj | 16 May 2013 09:26
Picon
Gravatar

[oe] [meta-browser][PATCH] nss: Build on mips64

Now that we have mips64 qemu support in OE-Core
this started to fail to build. So lets fix it

Signed-off-by: Khem Raj <raj.khem <at> gmail.com>
CC: Eric Bénard <eric <at> eukrea.com>
CC: Denis Carikli <denis <at> eukrea.com>
CC: Otavio Salvador <otavio <at> ossystems.com.br>
---
 recipes-support/nss/nss_3.13.3.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index fbab6ee..ac77547 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
 <at>  <at>  -25,6 +25,8  <at>  <at>  TD = "${S}/tentative-dist"
 PARALLEL_MAKE = ""

 USE64BIT_x86-64 = "USE_64=1"
+USE64BIT_mips64 = "USE_64=1"
+USE64BIT_mips64el = "USE_64=1"
 USE64BIT ?= ""

 do_compile() {
--

-- 
1.7.9.5

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel <at> lists.openembedded.org
(Continue reading)

Michael Long | 16 May 2013 05:10
Picon

[oe] bitbake angstrom-kde-active-image

I'm attempting to build Angstrom images for the Beagleboard-xm.  I have set
up OpenEmbedded for Angstrom and can successfully bitbake virtual/kernel
and some images, but I'm running into errors trying to build
angstrom-kde-active-image.  It fails on two packages, exiv2 and strigi.
I'm not exactly sure what the issue might be, as I'm new to the
OpenEmbedded build system.  It appears that strigi is attempting to link
against the native /usr/lib/libexpat.so for some reason.  Its not clear
from the build log what the exiv2 issue is. I haven't been able to find
anything on Google searching for issues with these two packages.  I've
tried cleaning and rebuilding them, I even tried a completely fresh build
(removed the build folder), no luck.

I've attached the logs from these two errors (exiv2 is log.do_compile.24500
and strigi is log.do_compile.24391).  Any suggestions?
Attachment (log.do_compile.24391): application/octet-stream, 51 KiB
Attachment (log.do_compile.24500): application/octet-stream, 5193 bytes
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel <at> lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Khem Raj | 15 May 2013 17:45
Picon
Gravatar

[oe] [meta-gnome][PATCH V2] gnome-bluetooth: Fix build erorrs found with gcc 4.8

Fix errors like below

| bluetooth-input.c:193:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has mouse: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^
| bluetooth-input.c:198:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has keyboard: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^

Signed-off-by: Khem Raj <raj.khem <at> gmail.com>
---
 .../0001-bluetooth-input-Fix-compile-errors.patch  |   37 ++++++++++++++++++++
 .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb      |    2 ++
 2 files changed, 39 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch

diff --git
a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch
new file mode 100644
index 0000000..0b0cf8b
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch
 <at>  <at>  -0,0 +1,37  <at>  <at> 
+From e3c789d6dca9a8a99b60b86e28d8119c55253c13 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem <at> gmail.com>
+Date: Wed, 15 May 2013 08:37:03 -0700
(Continue reading)

Khem Raj | 15 May 2013 17:39
Picon
Gravatar

[oe] [meta-gnome][PATCH] gnome-bluetooth: Fix build erorrs found with gcc 4.8

Fix errors like below

| bluetooth-input.c:193:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has mouse: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^
| bluetooth-input.c:198:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has keyboard: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^

Signed-off-by: Khem Raj <raj.khem <at> gmail.com>
---
 .../0001-bluetooth-input-Fix-compile-errors.patch  |  304 ++++++++++++++++++++
 .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb      |    2 +
 2 files changed, 306 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch

diff --git
a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch
new file mode 100644
index 0000000..7924c62
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-bluetooth-input-Fix-compile-errors.patch
 <at>  <at>  -0,0 +1,304  <at>  <at> 
+From 02e461eb57992d818d20d63cdb8688774a4152f6 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem <at> gmail.com>
+Date: Wed, 15 May 2013 08:21:14 -0700
(Continue reading)

Andreas Müller | 15 May 2013 17:20

[oe] [meta-xfce 00/14] updates & minor fixes

The following changes since commit fcc900a459a5331f51ca41dd5c63644c7ae4a29f:

  phpmyadmin: remove dependency on bash (2013-05-14 23:47:37 +0100)

are available in the git repository at:
  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git xfce-updates

Andreas Müller (14):
      thunar: update to 1.6.3
      thunar-plugin.bbclass: initial add
      thunar-archive-plugin: initial add 0.3.1
      xarchiver: align libexecdir so that thunar-archive-plugin finds tap files
      thunar-media-tags-plugin: initial add 0.2.1
      packagegroup-xfce-extended: add thunar plugins
      xfwm4: update to 4.10.1
      xfce4-terminal: update to 0.6.2
      xfce4-panel: update to 4.10.1
      garcon: update to 0.2.1
      garcon: do not display settings in menu which are in settings-manager
      libxfce4util: update to 4.10.0
      xfce4-session: update to 4.10.1
      xfce4-appfinder: update to 4.10.1

 meta-xfce/classes/thunar-plugin.bbclass            |   10 +
 .../recipes-apps/xarchiver/xarchiver_0.5.2.bb      |    7 +-
 ...4-terminal_0.6.1.bb => xfce4-terminal_0.6.2.bb} |    4 +-
 .../archive/thunar-archive-plugin_0.3.1.bb         |   12 +
 .../media-tags/thunar-media-tags-plugin_0.2.1.bb   |   11 +
 ...ations.menu-don-t-bloat-settings-menu-by-.patch |   35 ++
 .../garcon/{garcon_0.2.0.bb => garcon_0.2.1.bb}    |    6 +-
(Continue reading)

Khem Raj | 15 May 2013 06:05
Picon
Gravatar

[oe] RFT: Python3

Hi All,

Python3 (3.3.0) is now available. Please test it out on your platforms and report issues/successes you
see, and above all feedback on patches

 the contrib tree for OE-Core is here

http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/python3

I have tested it on all supported architectures in qemu and few hardware machines I have access to, Recipes
have been around for
a long time so they have received some soak time

at minimum add 

       python3 \
       python3-modules \
       python3-misc \

to your IMAGE_INSTALL in order to include it in images. 

Complete set can be included by

python3-2to3            python3-audio \
python3-codecs          python3-compile \
python3-compression     python3-core \
python3-crypt           python3-ctypes \
python3-curses          python3-datetime \
python3-debugger        python3-difflib \
python3-distutils       python3-doctest \
(Continue reading)

Jonathan Liu | 15 May 2013 03:41
Picon

[oe] [meta-oe][PATCH] dmidecode: remove

A newer version is available in OE-Core.

Signed-off-by: Jonathan Liu <net147 <at> gmail.com>
---
 .../recipes-extended/dmidecode/dmidecode_2.10.bb    | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb

diff --git a/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb b/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb
deleted file mode 100644
index 3437ef1..0000000
--- a/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb
+++ /dev/null
 <at>  <at>  -1,21 +0,0  <at>  <at> 
-DESCRIPTION = "DMI (Desktop Management Interface) table related utilities"
-SECTION = "console/utils"
-HOMEPAGE = "http://www.nongnu.org/dmidecode/"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
-LICENSE = "GPLv2"
-PR = "r2"
-
-SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
-
-COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
-
-do_compile() {
-    oe_runmake
-}
-
-do_install() {
(Continue reading)

Carlos Rafael Giani | 14 May 2013 18:04

[oe] Detecting empty packages

Hello,

inside a PACKAGESPLITFUNCS function , I need to detect if a package is 
empty, to determine another package's RDEPENDS list. I tried to look at 
"FILES_${packagename}", but the problem is that this list also includes 
empty directories sometimes. So, even though "FILES_${packagename}" isnt 
empty, the package actually is.

This leaves me with the question: how can I detect if a package is empty 
(as in, has no files) programmatically in a python function ?

cheers

Gmane