[oe] [meta-oe][PATCH] uim_1.8.6: fix QA issue

2015-09-08 Thread Lei Maohui
uim-1.8.6: uim: Files/directories were installed but not shipped in any
package:
  /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.so
  /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.la

Signed-off-by: Lei Maohui 
---
 meta-oe/recipes-support/uim/uim_1.8.6.bb | 26 ++
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb 
b/meta-oe/recipes-support/uim/uim_1.8.6.bb
index 8f3797f..5c502cf 100644
--- a/meta-oe/recipes-support/uim/uim_1.8.6.bb
+++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb
@@ -14,7 +14,7 @@ SRC_URI[md5sum] = "ecea4c597bab1fd4ba98ea84edcece59"
 SRC_URI[sha256sum] = 
"7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f"
 
 DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool"
-DEPENDS_class-target += "gtk+ uim-native takao-fonts"
+DEPENDS_class-target += "gtk+ gtk+3 uim-native takao-fonts"
 
 RDEPENDS_uim = "libuim0 libedit"
 RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
@@ -38,7 +38,17 @@ do_configure_prepend () {
 cp ${S}/sigscheme/m4/* ${S}/m4/
 }
 
-PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy 
libuim0 libuim-dev"
+do_install_append() {
+rm -rf ${D}/${datadir}/applications
+}
+
+PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-common 
uim-anthy libuim0 libuim-dev"
+
+FILES_${PN} = "${bindir}/uim-help \
+   ${libdir}/uim/plugin/libuim-* \
+   ${libdir}/libuim-scm* \
+   ${libdir}/libgcroots* \
+   ${libdir}/uim/plugin/libuim-*"
 
 FILES_libuim0 = "${libdir}/uim/plugin/libuim-custom-enabler.* \
  ${libdir}/libuim-custom.so.* \
@@ -72,11 +82,19 @@ FILES_uim-common = "${datadir}/uim/pixmaps/*.png \
 ${datadir}/uim"
 
 FILES_uim-fep = "${bindir}/uim-fep*"
+
 FILES_uim-gtk2.0 = "${libdir}/gtk-2.0 \
-${bindir}/uim-toolbar-gtk* \
+${bindir}/uim-toolbar-gtk \
+${bindir}/uim-toolbar-gtk-systray \
 ${bindir}/uim-*-gtk \
 ${bindir}/uim-input-pad-ja \
-${datadir}/uim/helperdata/uim-dict-ui.xml"
+${libdir}/uim/uim-*-gtk"
+
+FILES_uim-gtk3 = "${libdir}/gtk-3.0 \
+   ${bindir}/uim-toolbar-gtk3 \
+   ${bindir}/uim-toolbar-gtk3-systray \
+   ${bindir}/uim-*-gtk3 \
+   ${libdir}/uim/uim-*-gtk3"
 
 FILES_uim-skk = "${libdir}/uim/plugin/libuim-skk.* \
  ${datadir}/uim/skk*.scm"
-- 
1.8.4.2

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


Re: [oe] [meta-oe][PATCH] collectd: fix a floating dependence on openldap

2015-09-08 Thread Rongqing Li



On 2015年09月08日 23:10, Martin Jansa wrote:

On Sun, Sep 06, 2015 at 02:33:54PM +0800, rongqing...@windriver.com wrote:

From: Roy Li 

Signed-off-by: Roy Li 
---
  meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
  1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb 
b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
index fd3b1ab..55d7b38 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
@@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = 
"--enable-libvirt,--disable-libvirt,libvirt"
  PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
  PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
  PACKAGECONFIG[libatasmart] = 
"--with-libatasmart,--without-libatasmart,libatasmart"
+PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap 
--without-libldap, openldap"


With this patch applied I've still seen:
collectd-5.5.0: collectd rdepends on openldap, but it isn't a build dependency? 
[build-deps]

so I haven't merged it from master-next, but lets see if it's shown in
next build (maybe qemuarm was executed before I've included this in
master-next).



I test it on both x86 and arm again, it works for me.

-Roy






  EXTRA_OECONF = " \
  ${FPLAYOUT} \
--
1.9.1

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






--
Best Reagrds,
Roy | RongQing Li
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core] State of bitbake world, wrong PACKAGE_ARCHs 2015-09-08

2015-09-08 Thread Martin Jansa
On Tue, Sep 08, 2015 at 11:39:20PM +0200, Andreas Müller wrote:
> On Tue, Sep 8, 2015 at 7:09 PM, Martin Jansa  wrote:
> > ERROR: polkit-group-rule-datetime different signature for task 
> > do_configure.sigdata between qemux86copy and qemuarm
> > runtaskdeps changed from ['polkitpolkit-group-rule-datetime.bb.do_patch', 
> > 'polkitpolkit_0.113.bb.do_populate_sysroot', 
> > 'shadowshadow_4.2.1.bb.do_populate_sysroot:virtual:native'] to 
> > ['polkitpolkit-group-rule-datetime.bb.do_patch', 
> > 'polkitpolkit_0.113.bb.do_populate_sysroot', 
> > 'shadowshadow_4.2.1.bb.do_populate_sysroot:virtual:native']
> > /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_0.113.bb.do_populate_sysroot
> >  with hash 284d6bbd28ea723c466e0c5c88a09a50
> I missed many of these - because I am not up to date on oe-core (did
> not want to loose midori for my images) - will change that soon. For
> this type of error: is it correct that it is caused by allarch recipes
> depending on machine/architecture specific recipes?

close, the important part is few lines bellow:

/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_0.113.bb.do_populate_sysroot
with hash   
284d6bbd28ea723c466e0c5c88a09a50
  
 changed to 
  
/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_0.113.bb.do_populate_sysroot
with hash   
06cf7139c6588d047fa11444d88175ab
  
Hash for dependent task polkitpolkit_0.113.bb.do_populate_sysroot
changed from 284d6bbd28ea723c466e0c5c88a09a50 to
06cf7139c6588d047fa11444d88175ab   

so allarch recipe polkitpolkit-group-rule-datetime is depending on
TUNE_PKGARCH-specific recipe polkit (on it's do_populate_sysroot task
which is expected to be different for diferent TUNE_PKGARCHs)

Regards,

-- 
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] [OE-core] State of bitbake world, wrong PACKAGE_ARCHs 2015-09-08

2015-09-08 Thread Andreas Müller
On Tue, Sep 8, 2015 at 7:09 PM, Martin Jansa  wrote:
> ERROR: polkit-group-rule-datetime different signature for task 
> do_configure.sigdata between qemux86copy and qemuarm
> runtaskdeps changed from ['polkitpolkit-group-rule-datetime.bb.do_patch', 
> 'polkitpolkit_0.113.bb.do_populate_sysroot', 
> 'shadowshadow_4.2.1.bb.do_populate_sysroot:virtual:native'] to 
> ['polkitpolkit-group-rule-datetime.bb.do_patch', 
> 'polkitpolkit_0.113.bb.do_populate_sysroot', 
> 'shadowshadow_4.2.1.bb.do_populate_sysroot:virtual:native']
> /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_0.113.bb.do_populate_sysroot
>  with hash 284d6bbd28ea723c466e0c5c88a09a50
I missed many of these - because I am not up to date on oe-core (did
not want to loose midori for my images) - will change that soon. For
this type of error: is it correct that it is caused by allarch recipes
depending on machine/architecture specific recipes?

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


[oe] [meta-networking][PATCH][V3] netmap: fix multiple build issues.

2015-09-08 Thread Armin Kuster
From: Armin Kuster 

updated to latest version to get kernel 4.1 support

update makefile patch
fixed printf type issue
Fixed manual config options
Readme checksum changed, don't know why. must got it wrong to begin with.

V2: Fix "Upstream-Status" typos

Signed-off-by: Armin Kuster 
---
 ...1-testmmap-fix-compile-issue-with-gcc-5.x.patch | 33 +
 .../netmap/files/makefile_fixup.patch  | 34 +-
 .../recipes-kernel/netmap/netmap-modules_git.bb|  8 -
 meta-networking/recipes-kernel/netmap/netmap.inc   |  4 +--
 .../recipes-kernel/netmap/netmap_git.bb|  1 +
 5 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 
meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch

diff --git 
a/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
new file mode 100644
index 000..ea36b1c
--- /dev/null
+++ 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
@@ -0,0 +1,33 @@
+Upstream-Status: Pending
+
+From c81bf54d6eb870286662a11d3b4a994717c47696 Mon Sep 17 00:00:00 2001
+From: Armin Kuster 
+Date: Tue, 8 Sep 2015 05:36:27 -0700
+Subject: [PATCH] testmmap: fix compile issue with gcc 5.x
+
+this fixes:
+examples/testmmap.c:540:10: error: format '%ld' expects argument of type 'long 
int', but argument 3 has type 'ssize_t {aka const int}' [-Werror=format=]
+|printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
+|   ^
+
+Signed-off-by: Armin Kuster 
+---
+ examples/testmmap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/examples/testmmap.c b/examples/testmmap.c
+index d7f6acc..934489a 100644
+--- a/examples/testmmap.c
 b/examples/testmmap.c
+@@ -537,7 +537,7 @@ do_if()
+   for (i = 0; i < 5; i++)
+   printf("spare1[%d]  %u\n", i, nifp->ni_spare1[i]);
+   for (i = 0; i < (nifp->ni_tx_rings + nifp->ni_rx_rings + 2); i++)
+-  printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
++  printf("ring_ofs[%d] %zd\n", i, nifp->ring_ofs[i]);
+ }
+ 
+ struct netmap_ring *
+-- 
+2.3.5
+
diff --git a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch 
b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
index e838653..b050bf0 100644
--- a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
+++ b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
@@ -10,24 +10,24 @@ Index: LINUX/netmap.mak.in
 ===
 --- a/LINUX/netmap.mak.in
 +++ b/LINUX/netmap.mak.in
-@@ -12,10 +12,8 @@ SRCDIR:=@SRCDIR@
+@@ -12,10 +12,9 @@ SRCDIR:=@SRCDIR@
  # The following commands are needed to build the modules as out-of-tree,
  # in fact the kernel sources path must be specified.
  
 -PWD ?= $(CURDIR)
--
+ 
  # Additional compile flags (e.g. header location)
 -EXTRA_CFLAGS := -I$(PWD) -I$(SRCDIR) -I$(SRCDIR)/../sys 
-I$(SRCDIR)/../sys/dev -DCONFIG_NETMAP
 +EXTRA_CFLAGS := -I$(SRCDIR) -I$(SRCDIR)/../sys -I$(SRCDIR)/../sys/dev 
-DCONFIG_NETMAP
  EXTRA_CFLAGS += -Wno-unused-but-set-variable
- EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z 
A-Z))
+ EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z- 
A-Z_))
  
 Index: LINUX/configure
 ===
 --- a/LINUX/configure
 +++ b/LINUX/configure
-@@ -311,34 +311,6 @@ reset_tests() {
-   NEXTTEST=1
+@@ -349,52 +349,6 @@ reset_tests() {
+   EOF
  }
  
 -# run_tests: run all accumulated tests and exec the pertinent
@@ -48,28 +48,46 @@ Index: LINUX/configure
 -  cat >> $TMPDIR/Makefile <<-EOF
 -  get-$d:
 -  $t  [ -z "\$($d-src)" ] || cp -Rp \$($d-src) \$(if 
\$($d-dst),\$($d-dst),.)
+-  $t  touch get-$d
 -  EOF
 -  done
 -  echo endif >> $TMPDIR/Makefile
+-  {
+-  cat <<-EOF
+-##
+-## BEGIN RUNNING TESTS: $(date)
+-##
+-## Makefile:
+-  EOF
+-  cat $TMPDIR/Makefile
+-  cat <<-EOF
+-##
+-  EOF
+-  } >> config.log
 -  (
 -  cd $TMPDIR
 -  make -k -j $(grep -c processor /proc/cpuinfo)
 -  ) >> config.log
 -  eval "$TESTPOSTPROC"
+-  cat >> config.log <<-EOF
+-##
+-## END RUNNING TESTS: $(date)
+-##
+-  EOF
 -}
 -
  configh=netma

Re: [oe] [meta-networking][PATCH][V2] netmap: fix multiple build issues.

2015-09-08 Thread Martin Jansa
On Tue, Sep 08, 2015 at 12:28:41PM -0700, Armin Kuster wrote:
> From: Armin Kuster 
> 
> V2: Fix "Upstream-Status" typos

Again, this belongs under ---

> updated to latest version to get kernel 4.1 support
> 
> update makefile patch
> fixed printf type issue
> Fixed manual config options
> Readme checksum changed, don't know why. must got it wrong to begin with.
> 
> Signed-off-by: Armin Kuster 
> ---
>  ...1-testmmap-fix-compile-issue-with-gcc-5.x.patch | 33 +
>  .../netmap/files/makefile_fixup.patch  | 34 
> +-
>  .../recipes-kernel/netmap/netmap-modules_git.bb|  8 -
>  meta-networking/recipes-kernel/netmap/netmap.inc   |  4 +--
>  .../recipes-kernel/netmap/netmap_git.bb|  1 +
>  5 files changed, 69 insertions(+), 11 deletions(-)
>  create mode 100644 
> meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
> 
> diff --git 
> a/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
>  
> b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
> new file mode 100644
> index 000..ea36b1c
> --- /dev/null
> +++ 
> b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
> @@ -0,0 +1,33 @@
> +Upstream-Status: Pending
> +
> +From c81bf54d6eb870286662a11d3b4a994717c47696 Mon Sep 17 00:00:00 2001
> +From: Armin Kuster 
> +Date: Tue, 8 Sep 2015 05:36:27 -0700
> +Subject: [PATCH] testmmap: fix compile issue with gcc 5.x
> +
> +this fixes:
> +examples/testmmap.c:540:10: error: format '%ld' expects argument of type 
> 'long int', but argument 3 has type 'ssize_t {aka const int}' 
> [-Werror=format=]
> +|printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
> +|   ^
> +
> +Signed-off-by: Armin Kuster 
> +---
> + examples/testmmap.c | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/examples/testmmap.c b/examples/testmmap.c
> +index d7f6acc..934489a 100644
> +--- a/examples/testmmap.c
>  b/examples/testmmap.c
> +@@ -537,7 +537,7 @@ do_if()
> + for (i = 0; i < 5; i++)
> + printf("spare1[%d]  %u\n", i, nifp->ni_spare1[i]);
> + for (i = 0; i < (nifp->ni_tx_rings + nifp->ni_rx_rings + 2); i++)
> +-printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
> ++printf("ring_ofs[%d] %zd\n", i, nifp->ring_ofs[i]);
> + }
> + 
> + struct netmap_ring *
> +-- 
> +2.3.5
> +
> diff --git a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch 
> b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
> index e838653..b050bf0 100644
> --- a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
> +++ b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
> @@ -10,24 +10,24 @@ Index: LINUX/netmap.mak.in
>  ===
>  --- a/LINUX/netmap.mak.in
>  +++ b/LINUX/netmap.mak.in
> -@@ -12,10 +12,8 @@ SRCDIR:=@SRCDIR@
> +@@ -12,10 +12,9 @@ SRCDIR:=@SRCDIR@
>   # The following commands are needed to build the modules as out-of-tree,
>   # in fact the kernel sources path must be specified.
>   
>  -PWD ?= $(CURDIR)
> --
> + 
>   # Additional compile flags (e.g. header location)
>  -EXTRA_CFLAGS := -I$(PWD) -I$(SRCDIR) -I$(SRCDIR)/../sys 
> -I$(SRCDIR)/../sys/dev -DCONFIG_NETMAP
>  +EXTRA_CFLAGS := -I$(SRCDIR) -I$(SRCDIR)/../sys -I$(SRCDIR)/../sys/dev 
> -DCONFIG_NETMAP
>   EXTRA_CFLAGS += -Wno-unused-but-set-variable
> - EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr 
> a-z A-Z))
> + EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr 
> a-z- A-Z_))
>   
>  Index: LINUX/configure
>  ===
>  --- a/LINUX/configure
>  +++ b/LINUX/configure
> -@@ -311,34 +311,6 @@ reset_tests() {
> - NEXTTEST=1
> +@@ -349,52 +349,6 @@ reset_tests() {
> + EOF
>   }
>   
>  -# run_tests: run all accumulated tests and exec the pertinent
> @@ -48,28 +48,46 @@ Index: LINUX/configure
>  -cat >> $TMPDIR/Makefile <<-EOF
>  -get-$d:
>  -$t  [ -z "\$($d-src)" ] || cp -Rp \$($d-src) \$(if 
> \$($d-dst),\$($d-dst),.)
> +-$t  touch get-$d
>  -EOF
>  -done
>  -echo endif >> $TMPDIR/Makefile
> +-{
> +-cat <<-EOF
> +-##
> +-## BEGIN RUNNING TESTS: $(date)
> +-##
> +-## Makefile:
> +-EOF
> +-cat $TMPDIR/Makefile
> +-cat <<-EOF
> +-##
> +-EOF
> +-} >> config.log
>  -(
>  -cd $TMPDIR
>  -make -k -j $(grep -c processor /proc/cpuinfo)
>  -   

[oe] [meta-networking][PATCH][V2] netmap: fix multiple build issues.

2015-09-08 Thread Armin Kuster
From: Armin Kuster 

V2: Fix "Upstream-Status" typos

updated to latest version to get kernel 4.1 support

update makefile patch
fixed printf type issue
Fixed manual config options
Readme checksum changed, don't know why. must got it wrong to begin with.

Signed-off-by: Armin Kuster 
---
 ...1-testmmap-fix-compile-issue-with-gcc-5.x.patch | 33 +
 .../netmap/files/makefile_fixup.patch  | 34 +-
 .../recipes-kernel/netmap/netmap-modules_git.bb|  8 -
 meta-networking/recipes-kernel/netmap/netmap.inc   |  4 +--
 .../recipes-kernel/netmap/netmap_git.bb|  1 +
 5 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 
meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch

diff --git 
a/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
new file mode 100644
index 000..ea36b1c
--- /dev/null
+++ 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
@@ -0,0 +1,33 @@
+Upstream-Status: Pending
+
+From c81bf54d6eb870286662a11d3b4a994717c47696 Mon Sep 17 00:00:00 2001
+From: Armin Kuster 
+Date: Tue, 8 Sep 2015 05:36:27 -0700
+Subject: [PATCH] testmmap: fix compile issue with gcc 5.x
+
+this fixes:
+examples/testmmap.c:540:10: error: format '%ld' expects argument of type 'long 
int', but argument 3 has type 'ssize_t {aka const int}' [-Werror=format=]
+|printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
+|   ^
+
+Signed-off-by: Armin Kuster 
+---
+ examples/testmmap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/examples/testmmap.c b/examples/testmmap.c
+index d7f6acc..934489a 100644
+--- a/examples/testmmap.c
 b/examples/testmmap.c
+@@ -537,7 +537,7 @@ do_if()
+   for (i = 0; i < 5; i++)
+   printf("spare1[%d]  %u\n", i, nifp->ni_spare1[i]);
+   for (i = 0; i < (nifp->ni_tx_rings + nifp->ni_rx_rings + 2); i++)
+-  printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
++  printf("ring_ofs[%d] %zd\n", i, nifp->ring_ofs[i]);
+ }
+ 
+ struct netmap_ring *
+-- 
+2.3.5
+
diff --git a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch 
b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
index e838653..b050bf0 100644
--- a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
+++ b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
@@ -10,24 +10,24 @@ Index: LINUX/netmap.mak.in
 ===
 --- a/LINUX/netmap.mak.in
 +++ b/LINUX/netmap.mak.in
-@@ -12,10 +12,8 @@ SRCDIR:=@SRCDIR@
+@@ -12,10 +12,9 @@ SRCDIR:=@SRCDIR@
  # The following commands are needed to build the modules as out-of-tree,
  # in fact the kernel sources path must be specified.
  
 -PWD ?= $(CURDIR)
--
+ 
  # Additional compile flags (e.g. header location)
 -EXTRA_CFLAGS := -I$(PWD) -I$(SRCDIR) -I$(SRCDIR)/../sys 
-I$(SRCDIR)/../sys/dev -DCONFIG_NETMAP
 +EXTRA_CFLAGS := -I$(SRCDIR) -I$(SRCDIR)/../sys -I$(SRCDIR)/../sys/dev 
-DCONFIG_NETMAP
  EXTRA_CFLAGS += -Wno-unused-but-set-variable
- EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z 
A-Z))
+ EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z- 
A-Z_))
  
 Index: LINUX/configure
 ===
 --- a/LINUX/configure
 +++ b/LINUX/configure
-@@ -311,34 +311,6 @@ reset_tests() {
-   NEXTTEST=1
+@@ -349,52 +349,6 @@ reset_tests() {
+   EOF
  }
  
 -# run_tests: run all accumulated tests and exec the pertinent
@@ -48,28 +48,46 @@ Index: LINUX/configure
 -  cat >> $TMPDIR/Makefile <<-EOF
 -  get-$d:
 -  $t  [ -z "\$($d-src)" ] || cp -Rp \$($d-src) \$(if 
\$($d-dst),\$($d-dst),.)
+-  $t  touch get-$d
 -  EOF
 -  done
 -  echo endif >> $TMPDIR/Makefile
+-  {
+-  cat <<-EOF
+-##
+-## BEGIN RUNNING TESTS: $(date)
+-##
+-## Makefile:
+-  EOF
+-  cat $TMPDIR/Makefile
+-  cat <<-EOF
+-##
+-  EOF
+-  } >> config.log
 -  (
 -  cd $TMPDIR
 -  make -k -j $(grep -c processor /proc/cpuinfo)
 -  ) >> config.log
 -  eval "$TESTPOSTPROC"
+-  cat >> config.log <<-EOF
+-##
+-## END RUNNING TESTS: $(date)
+-##
+-  EOF
 -}
 -
  configh=netma

Re: [oe] [meta-networking][PATCH] netmap: fix multiple build issues.

2015-09-08 Thread Christopher Larson
On Tue, Sep 8, 2015 at 11:54 AM, Armin Kuster  wrote:

> +++
> b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
> @@ -0,0 +1,33 @@
> +upstream Status: pending
>

s/upstream Status: pending/Upstream-Status: Pending/
-- 
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-networking][PATCH] netmap: fix multiple build issues.

2015-09-08 Thread Armin Kuster
From: Armin Kuster 

updated to latest version to get kernel 4.1 support

update makefile patch
fixed printf type issue
Fixed manual config options
Readme checksum changed, don't know why. must got it wrong to begin with.

Signed-off-by: Armin Kuster 
---
 ...1-testmmap-fix-compile-issue-with-gcc-5.x.patch | 33 +
 .../netmap/files/makefile_fixup.patch  | 34 +-
 .../recipes-kernel/netmap/netmap-modules_git.bb|  8 -
 meta-networking/recipes-kernel/netmap/netmap.inc   |  4 +--
 .../recipes-kernel/netmap/netmap_git.bb|  1 +
 5 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 
meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch

diff --git 
a/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
new file mode 100644
index 000..00bbb3c
--- /dev/null
+++ 
b/meta-networking/recipes-kernel/netmap/files/0001-testmmap-fix-compile-issue-with-gcc-5.x.patch
@@ -0,0 +1,33 @@
+upstream Status: pending
+
+From c81bf54d6eb870286662a11d3b4a994717c47696 Mon Sep 17 00:00:00 2001
+From: Armin Kuster 
+Date: Tue, 8 Sep 2015 05:36:27 -0700
+Subject: [PATCH] testmmap: fix compile issue with gcc 5.x
+
+this fixes:
+examples/testmmap.c:540:10: error: format '%ld' expects argument of type 'long 
int', but argument 3 has type 'ssize_t {aka const int}' [-Werror=format=]
+|printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
+|   ^
+
+Signed-off-by: Armin Kuster 
+---
+ examples/testmmap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/examples/testmmap.c b/examples/testmmap.c
+index d7f6acc..934489a 100644
+--- a/examples/testmmap.c
 b/examples/testmmap.c
+@@ -537,7 +537,7 @@ do_if()
+   for (i = 0; i < 5; i++)
+   printf("spare1[%d]  %u\n", i, nifp->ni_spare1[i]);
+   for (i = 0; i < (nifp->ni_tx_rings + nifp->ni_rx_rings + 2); i++)
+-  printf("ring_ofs[%d] %ld\n", i, nifp->ring_ofs[i]);
++  printf("ring_ofs[%d] %zd\n", i, nifp->ring_ofs[i]);
+ }
+ 
+ struct netmap_ring *
+-- 
+2.3.5
+
diff --git a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch 
b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
index e838653..b050bf0 100644
--- a/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
+++ b/meta-networking/recipes-kernel/netmap/files/makefile_fixup.patch
@@ -10,24 +10,24 @@ Index: LINUX/netmap.mak.in
 ===
 --- a/LINUX/netmap.mak.in
 +++ b/LINUX/netmap.mak.in
-@@ -12,10 +12,8 @@ SRCDIR:=@SRCDIR@
+@@ -12,10 +12,9 @@ SRCDIR:=@SRCDIR@
  # The following commands are needed to build the modules as out-of-tree,
  # in fact the kernel sources path must be specified.
  
 -PWD ?= $(CURDIR)
--
+ 
  # Additional compile flags (e.g. header location)
 -EXTRA_CFLAGS := -I$(PWD) -I$(SRCDIR) -I$(SRCDIR)/../sys 
-I$(SRCDIR)/../sys/dev -DCONFIG_NETMAP
 +EXTRA_CFLAGS := -I$(SRCDIR) -I$(SRCDIR)/../sys -I$(SRCDIR)/../sys/dev 
-DCONFIG_NETMAP
  EXTRA_CFLAGS += -Wno-unused-but-set-variable
- EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z 
A-Z))
+ EXTRA_CFLAGS += $(foreach s,$(SUBSYS),-DCONFIG_NETMAP_$(shell echo $s|tr a-z- 
A-Z_))
  
 Index: LINUX/configure
 ===
 --- a/LINUX/configure
 +++ b/LINUX/configure
-@@ -311,34 +311,6 @@ reset_tests() {
-   NEXTTEST=1
+@@ -349,52 +349,6 @@ reset_tests() {
+   EOF
  }
  
 -# run_tests: run all accumulated tests and exec the pertinent
@@ -48,28 +48,46 @@ Index: LINUX/configure
 -  cat >> $TMPDIR/Makefile <<-EOF
 -  get-$d:
 -  $t  [ -z "\$($d-src)" ] || cp -Rp \$($d-src) \$(if 
\$($d-dst),\$($d-dst),.)
+-  $t  touch get-$d
 -  EOF
 -  done
 -  echo endif >> $TMPDIR/Makefile
+-  {
+-  cat <<-EOF
+-##
+-## BEGIN RUNNING TESTS: $(date)
+-##
+-## Makefile:
+-  EOF
+-  cat $TMPDIR/Makefile
+-  cat <<-EOF
+-##
+-  EOF
+-  } >> config.log
 -  (
 -  cd $TMPDIR
 -  make -k -j $(grep -c processor /proc/cpuinfo)
 -  ) >> config.log
 -  eval "$TESTPOSTPROC"
+-  cat >> config.log <<-EOF
+-##
+-## END RUNNING TESTS: $(date)
+-##
+-  EOF
 -}
 -
  configh=netmap_linux_config.h
  # succes/failu

[oe] State of bitbake world, wrong PACKAGE_ARCHs 2015-09-08

2015-09-08 Thread Martin Jansa
On Fri, Aug 01, 2014 at 03:46:13PM +0200, Martin Jansa wrote:
> ERROR: 63 issues were found in these recipes: android-tools dracut
> font-alias initramfs-framework initscripts ipsec-tools linux-firmware
> lmsensors oprofile oprofileui oprofileui-server
> polkit-group-rule-datetime polkit-group-rule-network ppp-dialin
> qt-demo-init resolvconf run-postinsts shr-theme-neo sysvinit
> terminus-font tipcutils ttf-arphic-uming ttf-dejavu ttf-droid
> ttf-gentium ttf-hunkyfonts ttf-inconsolata ttf-liberation ttf-mplus
> ttf-sazanami ttf-ubuntu-font-family ttf-wqy-zenhei usbinit vpnc
> weston-init xfce4-session xl2tpd xserver-common xserver-nodm-init
> xuser-account

ERROR: 154 issues were found in these recipes: android-tools
cmake-modules-webos-native cpushareholder-stub cryptodev-tests dracut
initscripts ipsec-tools libauthen-sasl-perl libdigest-hmac-perl
libio-socket-ssl-perl libpbnjson librolegen linux-atm lmsensors
lttng-tools luna-next luna-prefs luna-service2 luna-sysmgr-common
luna-sysmgr-ipc luna-sysmgr-ipc-messages luna-webkit-api netmap nyx-lib
openlmi-networking openlmi-providers openlmi-storage oprofile oprofileui
oprofileui-server packagegroup-efl-sdk phpmyadmin pmloglib
pmloglib-private polkit-group-rule-datetime polkit-group-rule-network
qt5-creator qtquick1 qtwebkit qtwebkit-examples rdx-utils-stub
serviceinstaller shr-theme-neo terminus-font tipcutils ttf-arphic-uming
ttf-dejavu ttf-droid ttf-gentium ttf-hunkyfonts ttf-inconsolata
ttf-liberation ttf-mplus ttf-sazanami ttf-tlwg ttf-ubuntu-font-family
ttf-wqy-zenhei xfce4-session xl2tpd xserver-common xserver-nodm-init
zabbix

Some of these are caused by cmake-modules-webos-native so I'll fix this
one first and then resend hopefully nicer-looking report.

Complete logs:
http://logs.nslu2-linux.org/buildlogs/oe/world/log.signatures.20150908_150743.log/


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


[oe] [PATCH 4/9] evolution-data-server: fix locale installation path

2015-09-08 Thread Andreas Müller
fixes:

WARNING: QA Issue: evolution-data-server: Files/directories were installed but 
not shipped in any package:
  /usr/locale
  /usr/locale/xh
  /usr/locale/hu
  /usr/locale/nn
  /usr/locale/fi
...

Signed-off-by: Andreas Müller 
---
 ...6-configure.ac-do-not-overwrite-localedir.patch | 34 ++
 .../recipes-gnome/eds/evolution-data-server_git.bb |  1 +
 2 files changed, 35 insertions(+)
 create mode 100644 
meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch

diff --git 
a/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch
 
b/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch
new file mode 100644
index 000..741e5e9
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch
@@ -0,0 +1,34 @@
+From 3feaea8e84b3ad8dc2d551e42224f3b4a9413e7d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
+Date: Thu, 3 Sep 2015 11:14:24 +0200
+Subject: [PATCH] configure.ac: do not overwrite localedir
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Backport [1]
+
+[1] https://git.gnome.org/browse/evolution-data-server/tree/configure.ac#n298
+
+Signed-off-by: Andreas Müller 
+---
+ configure.ac | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index f1d4ce8..cee847f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -257,9 +257,6 @@ GETTEXT_PACKAGE=evolution-data-server-$BASE_VERSION
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for 
gettext])
+ 
+-localedir='$(prefix)/$(DATADIRNAME)/locale'
+-AC_SUBST(localedir)
+-
+ dnl **
+ dnl Initialize libtool
+ dnl **
+-- 
+2.1.0
+
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb 
b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
index 7c935a3..426076f 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
@@ -22,6 +22,7 @@ SRC_URI = " \
 file://0003-Disable-Werror-for-automake.patch \
 file://0004-configure-Fix-libical-pkg-config-trying-to-use-host-.patch \
 file://0005-soup-adapt-to-new-libxml2-API-from-2.9.0.patch \
+file://0006-configure.ac-do-not-overwrite-localedir.patch \
 file://iconv-detect.h \
 "
 
-- 
2.1.0

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


[oe] [PATCH 8/9] gnome-settings-daemon: fix build for libnotify > 0.7.x

2015-09-08 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../files/0001-Require-libnotify-0.6.0.patch   | 81 ++
 .../gnome-settings-daemon_2.32.1.bb|  5 +-
 2 files changed, 85 insertions(+), 1 deletion(-)
 create mode 100644 
meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch

diff --git 
a/meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch
 
b/meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch
new file mode 100644
index 000..6dd33f3
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch
@@ -0,0 +1,81 @@
+From e1ab570b0dce479ba235e5542ea07d1b5bafc4c9 Mon Sep 17 00:00:00 2001
+From: William Jon McCann 
+Date: Mon, 11 Oct 2010 23:35:45 -0400
+Subject: [PATCH] Require libnotify 0.6.0
+
+Signed-off-by: Andreas Müller 
+
+Upstream-Status: Backport
+
+---
+ configure.ac  |  2 +-
+ plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c |  8 ++--
+ plugins/xrandr/gsd-xrandr-manager.c   | 13 +++--
+ 3 files changed, 6 insertions(+), 17 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8a90053..8624b2a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -54,7 +54,7 @@ GTK_REQUIRED_VERSION=2.91.0
+ GCONF_REQUIRED_VERSION=2.6.1
+ GIO_REQUIRED_VERSION=2.17.3
+ GNOME_DESKTOP_REQUIRED_VERSION=2.29.92
+-LIBNOTIFY_REQUIRED_VERSION=0.4.3
++LIBNOTIFY_REQUIRED_VERSION=0.6.1
+ 
+ EXTRA_COMPILE_WARNINGS(yes)
+ 
+diff --git a/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c 
b/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c
+index 9ca820a..f5964b9 100644
+--- a/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c
 b/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c
+@@ -608,9 +608,7 @@ ax_slowkeys_warning_post_bubble (GsdA11yKeyboardManager 
*manager,
+ gsd_a11y_keyboard_manager_ensure_status_icon (manager);
+ manager->priv->notification = notify_notification_new (title,
+message,
+-   
"preferences-desktop-accessibility",
+-   NULL);
+-notify_notification_attach_to_status_icon 
(manager->priv->notification, manager->priv->status_icon);
++   
"preferences-desktop-accessibility");
+ notify_notification_set_timeout (manager->priv->notification, 
NOTIFICATION_TIMEOUT * 1000);
+ 
+ notify_notification_add_action (manager->priv->notification,
+@@ -747,9 +745,7 @@ ax_stickykeys_warning_post_bubble (GsdA11yKeyboardManager 
*manager,
+ gsd_a11y_keyboard_manager_ensure_status_icon (manager);
+ manager->priv->notification = notify_notification_new (title,
+message,
+-   
"preferences-desktop-accessibility",
+-   NULL);
+-notify_notification_attach_to_status_icon 
(manager->priv->notification, manager->priv->status_icon);
++   
"preferences-desktop-accessibility");
+ notify_notification_set_timeout (manager->priv->notification, 
NOTIFICATION_TIMEOUT * 1000);
+ 
+ notify_notification_add_action (manager->priv->notification,
+diff --git a/plugins/xrandr/gsd-xrandr-manager.c 
b/plugins/xrandr/gsd-xrandr-manager.c
+index 02536a3..ef57d5b 100644
+--- a/plugins/xrandr/gsd-xrandr-manager.c
 b/plugins/xrandr/gsd-xrandr-manager.c
+@@ -1084,16 +1084,9 @@ error_message (GsdXrandrManager *mgr, const char 
*primary_text, GError *error_to
+ 
+ g_assert (error_to_display == NULL || secondary_text == NULL);
+ 
+-if (priv->status_icon)
+-notification = notify_notification_new_with_status_icon 
(primary_text,
+- 
error_to_display ? error_to_display->message : secondary_text,
+- 
GSD_XRANDR_ICON_NAME,
+- 
priv->status_icon);
+-else
+-notification = notify_notification_new (primary_text,
+-error_to_display ? 
error_to_display->message : secondary_text,
+-GSD_XRANDR_ICON_NAME,
+-NULL);
++notification = notify_notification_new (primary_text,
++error_to_display ? 
error_to_display->message : secondary_text,
++GS

[oe] [PATCH 5/9] openbox: update to 3.6.1

2015-09-08 Thread Andreas Müller
run tested with lxqt on raspi2

Signed-off-by: Andreas Müller 
---
 .../openbox/{openbox_3.5.0.bb => openbox_3.6.1.bb}| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-graphics/openbox/{openbox_3.5.0.bb => openbox_3.6.1.bb} 
(88%)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb 
b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
similarity index 88%
rename from meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
rename to meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index d9e58f1..de4d9f8 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "00441b53cf14c03566c8e82643544ff9"
-SRC_URI[sha256sum] = 
"6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a"
-
-PR = "r2"
+SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204"
+SRC_URI[sha256sum] = 
"8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7"
 
 inherit autotools gettext update-alternatives pkgconfig distro_features_check
 # depends on virtual/libx11
@@ -44,6 +42,9 @@ FILES_${PN}-lxde += "${datadir}/lxde/ \
  ${datadir}/xsessions \
  ${datadir}/icons"
 
-FILES_${PN}-gnome += "${datadir}/gnome/"
+FILES_${PN}-gnome += " \
+${datadir}/gnome \
+${datadir}/gnome-session \
+"
 
 FILES_${PN}-config += "${sysconfdir}"
-- 
2.1.0

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


[oe] [PATCH 3/9] packagegroup-xfce-multimedia: add parole

2015-09-08 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb 
b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
index 00b0b91..72a96f3 100644
--- a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
+++ b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = 
"file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 inherit packagegroup
 
 RDEPENDS_${PN} = " \
+parole \
 xfmpc \
 xfce4-mpc-plugin \
 "
-- 
2.1.0

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


[oe] [PATCH 9/9] libgtop: update to 2.30.0

2015-09-08 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../recipes-gnome/libgtop/{libgtop_2.28.2.bb => libgtop_2.30.0.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.28.2.bb => 
libgtop_2.30.0.bb} (52%)

diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb 
b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb
similarity index 52%
rename from meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb
rename to meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb
index 2816e00..51c51d4 100644
--- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb
+++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb
@@ -3,8 +3,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c"
 
 inherit gnomebase lib_package gtk-doc
-SRC_URI[archive.md5sum] = "ed44d736efd97d062b77621de6aff439"
-SRC_URI[archive.sha256sum] = 
"49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d"
-GNOME_COMPRESS_TYPE="bz2"
+SRC_URI[archive.md5sum] = "ee29a9ef60659ebf4b075ac281f71cb2"
+SRC_URI[archive.sha256sum] = 
"463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5"
 
 DEPENDS = "glib-2.0 intltool-native libxau"
-- 
2.1.0

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


[oe] [PATCH 7/9] meta-xfce/README: mention meta-gnome in layers required

2015-09-08 Thread Andreas Müller
form a quick glance meta-xfce at least requires libwnck and gvfs to
build an run properly.

Signed-off-by: Andreas Müller 
---
 meta-xfce/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/README b/meta-xfce/README
index e346888..33ef509 100644
--- a/meta-xfce/README
+++ b/meta-xfce/README
@@ -7,7 +7,7 @@ revision: HEAD
 URI: git://github.com/openembedded/meta-oe.git
 branch: master
 revision: HEAD
-meta-xfce depends on meta-oe and meta-multimedia in this repository.
+meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this 
repository.
 
 To avoid dependencies on meta-multimedia you need to mask recipes by adding
 this to local.conf:
-- 
2.1.0

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


[oe] [PATCH 6/9] openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDS

2015-09-08 Thread Andreas Müller
fixes:

WARNING: QA Issue: openbox-core rdepends on libcroco, but it isn't a build 
dependency? [build-deps]
WARNING: QA Issue: openbox-core rdepends on librsvg, but it isn't a build 
dependency? [build-deps]
WARNING: QA Issue: openbox-core rdepends on gdk-pixbuf, but it isn't a build 
dependency? [build-deps]

why no PACKAGECONFIG?

* libcroco and gdk-pixbuf are not configurable
* librsvg is required to display svg icons which is a basic requirement

Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb 
b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index de4d9f8..44afed2 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -1,6 +1,6 @@
 SUMMARY = "openbox Window Manager"
 SECTION = "x11/wm"
-DEPENDS = "glib-2.0 pango libxml2 virtual/libx11"
+DEPENDS = "glib-2.0 pango libxml2 virtual/libx11 libcroco librsvg gdk-pixbuf"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-- 
2.1.0

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


[oe] [PATCH 2/9] parole: initial add 0.8.0

2015-09-08 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../parole/files/parole-0.8.0-appdata.patch| 30 ++
 .../recipes-multimedia/parole/parole_0.8.0.bb  | 37 ++
 2 files changed, 67 insertions(+)
 create mode 100644 
meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch
 create mode 100644 meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb

diff --git 
a/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch 
b/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch
new file mode 100644
index 000..e076924
--- /dev/null
+++ b/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch
@@ -0,0 +1,30 @@
+Upstream-Status: submitted [1]
+Taken-From: [2]
+
+[1] https://bugzilla.xfce.org/show_bug.cgi?id=11653
+[2] 
http://pkgs.fedoraproject.org/cgit/parole.git/tree/parole-0.8.0-appdata.patch
+
+diff -Nur parole-0.8.0.orig/data/appdata/parole.appdata.xml.in 
parole-0.8.0/data/appdata/parole.appdata.xml.in
+--- parole-0.8.0.orig/data/appdata/parole.appdata.xml.in   2015-02-28 
07:23:54.0 -0700
 parole-0.8.0/data/appdata/parole.appdata.xml.in2015-03-07 
08:25:01.940009844 -0700
+@@ -41,7 +41,7 @@
+   
+ 
+   
+-
++
+   
+ <_p>This unstable development release adds the new clutter backend 
and cleans up
+ deprecated Gtk3 symbols. It also adds a "go to position" feature and 
several bugs
+diff -Nur parole-0.8.0.orig/po/es.po parole-0.8.0/po/es.po
+--- parole-0.8.0.orig/po/es.po 2015-02-28 07:23:54.0 -0700
 parole-0.8.0/po/es.po  2015-03-07 08:25:17.447726837 -0700
+@@ -514,7 +514,7 @@
+ "This unstable development release adds the new clutter backend and cleans up"
+ " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and "
+ "several bugs have been addressed."
+-msgstr "Esta versión de desarrollo añade un nuevo motor de clutter y 
elimina símbolos GTK3 obsoletos. Además añade la funcionalidad «Ir a la 
posición» y corrige un sinnúmero de errores."
++msgstr "Esta versión de desarrollo añade un nuevo motor de clutter y elimina 
símbolos GTK3 obsoletos. Además añade la funcionalidad «Ir a la posición» y 
corrige un sinnúmero de errores."
+ 
+ #: ../data/appdata/parole.appdata.xml.in.h:4
+ msgid "This release fixes a problem with detecting DVD drive locations."
diff --git a/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb 
b/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb
new file mode 100644
index 000..28bedaf
--- /dev/null
+++ b/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "Parole is a modern simple media player based on the GStreamer 
framework"
+HOMEPAGE = "http://goodies.xfce.org/projects/applications/parole";
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+inherit xfce-app gtk-doc mime
+
+DEPENDS = " \
+glib-2.0 \
+dbus-glib \
+gtk+3 \
+\
+xfce4-dev-tools-native \
+libxfce4util \
+libxfce4ui \
+xfconf \
+\
+gstreamer1.0-plugins-base \
+taglib \
+"
+
+SRC_URI[md5sum] = "fffdc23d2aa22271f01410a9e27c3404"
+SRC_URI[sha256sum] = 
"2d966aeb426de81d992829e33b3f66185b19fd031a1891968b3a40d6d50239cc"
+SRC_URI += "file://parole-0.8.0-appdata.patch"
+
+RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
+
+PACKAGECONFIG ??= "notify"
+PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
+PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, 
libnotify"
+
+FILES_${PN} += " \
+${datadir}/appdata \
+${libdir}/parole-0/*.so \
+"
+FILES_${PN}-dbg += "${libdir}/parole-0/.debug"
+FILES_${PN}-dev += "${libdir}/parole-0/*.la"
-- 
2.1.0

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


[oe] [PATCH 0/9] next series of fixes/updates

2015-09-08 Thread Andreas Müller
The following changes since commit d36e2d1066f50036080f978583a58fe79ecfac54:

  libunique: add a recipe from oe-core (2015-09-08 16:30:24 +0200)

are available in the git repository at:

  git://github.com/schnitzeltony/meta-openembedded.git patches

for you to fetch changes up to a879e4b3c1b8fefef6d9614efffcb7021e868a22:

  libgtop: update to 2.30.0 (2015-09-08 17:35:03 +0200)


Andreas Müller (9):
  xfce4-equake-plugin: update to 1.3.8
  parole: initial add 0.8.0
  packagegroup-xfce-multimedia: add parole
  evolution-data-server: fix locale installation path
  openbox: update to 3.6.1
  openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDS
  meta-xfce/README: mention meta-gnome in layers required
  gnome-settings-daemon: fix build for libnotify > 0.7.x
  libgtop: update to 2.30.0

 
meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch
 | 34 ++
 meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb  
   |  1 +
 
meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch
   | 81 
+++
 meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb 
   |  5 -
 meta-gnome/recipes-gnome/libgtop/{libgtop_2.28.2.bb => libgtop_2.30.0.bb}  
   |  5 ++---
 meta-oe/recipes-graphics/openbox/{openbox_3.5.0.bb => openbox_3.6.1.bb}
   | 13 ++--
 meta-xfce/README   
   |  2 +-
 meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb 
   |  1 +
 meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch   
   | 30 ++
 meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb
   | 37 
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.7.bb => 
xfce4-equake-plugin_1.3.8.bb} |  4 ++--
 11 files changed, 200 insertions(+), 13 deletions(-)
 create mode 100644 
meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch
 create mode 100644 
meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-Require-libnotify-0.6.0.patch
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.28.2.bb => 
libgtop_2.30.0.bb} (52%)
 rename meta-oe/recipes-graphics/openbox/{openbox_3.5.0.bb => openbox_3.6.1.bb} 
(84%)
 create mode 100644 
meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch
 create mode 100644 meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.7.bb => 
xfce4-equake-plugin_1.3.8.bb} (74%)

-- 
2.1.0

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


[oe] [PATCH 1/9] xfce4-equake-plugin: update to 1.3.8

2015-09-08 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../{xfce4-equake-plugin_1.3.7.bb => xfce4-equake-plugin_1.3.8.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.7.bb => 
xfce4-equake-plugin_1.3.8.bb} (74%)

diff --git 
a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb 
b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb
index 5969021..76d25f8 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "4f8b8fc85e9506f43c9343f3c3c99ae1"
-SRC_URI[sha256sum] = 
"6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf"
+SRC_URI[md5sum] = "c8f6cb2aec62513c343281eacc4fc395"
+SRC_URI[sha256sum] = 
"431575da3d49fea3afa60f02e83c8d74e20e9a229c9c4ec82c21d45e2c986925"
 
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin"
-- 
2.1.0

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


Re: [oe] [meta-oe][PATCH] collectd: fix a floating dependence on openldap

2015-09-08 Thread Martin Jansa
On Sun, Sep 06, 2015 at 02:33:54PM +0800, rongqing...@windriver.com wrote:
> From: Roy Li 
> 
> Signed-off-by: Roy Li 
> ---
>  meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb 
> b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> index fd3b1ab..55d7b38 100644
> --- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> +++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> @@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = 
> "--enable-libvirt,--disable-libvirt,libvirt"
>  PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
>  PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
>  PACKAGECONFIG[libatasmart] = 
> "--with-libatasmart,--without-libatasmart,libatasmart"
> +PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap 
> --without-libldap, openldap"

With this patch applied I've still seen:
collectd-5.5.0: collectd rdepends on openldap, but it isn't a build dependency? 
[build-deps]

so I haven't merged it from master-next, but lets see if it's shown in
next build (maybe qemuarm was executed before I've included this in
master-next).

>  
>  EXTRA_OECONF = " \
>  ${FPLAYOUT} \
> -- 
> 1.9.1
> 
> -- 
> ___
> 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] vlc: fix for libtool error

2015-09-08 Thread Martin Jansa
On Thu, Aug 27, 2015 at 06:53:18AM -0700, Tim Orling wrote:
> Changes since v1:
>   typo caught by Andreas Oberritter
> 
> Patch recommended by:
>   Rafaël Carré fun...@videolan.org
> 
> Signed-off-by: Tim Orling 
> ---
>  meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc 
> b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> index bf7ce0c..401bfa1 100644
> --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> @@ -63,7 +63,7 @@ do_configure_prepend() {
>  
>  do_configure_append() {
>  sed -i -e s:'$(MOC) $(DEFS) $(CPPFLAGS)':'$(MOC) $(DEFS)'\ 
> -I${B}/include\ -DSYS_LINUX:g ${B}/modules/gui/qt4/Makefile
> -sed -i -e s:'${top_builddir_slash}libtool':${TARGET_SYS}-libtool:g 
> ${B}/doltlibtool
> +sed -i -e 
> s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g
>  ${B}/doltlibtool
>  }
>  
>  # This recipe packages vlc as a library as well, so qt4 dependencies

We got a bit further, now it fails for qemuarm somewhere else:

http://errors.yoctoproject.org/Errors/Details/16535/
./ui/open.h:14:25: fatal error: QtGui/QAction: No such file or directory

Can we add PACKAGECONFIG for qt5? It depends on qt4-x11-free but maybe
new version is now searching for qt5 as well?

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


[oe] State of bitbake world, Failed tasks 2015-09-07

2015-09-08 Thread Martin Jansa
This is last build with gcc-4.9, next one will contain more failures,
because the default gcc is 5.2 now.

OE @ ~/openembedded-core $ git log --oneline origin/master..jansa/master
5355c3b initramfs-framework: Drop allarch
12b9e2d linux-firmware: Drop allarch
30ce672 ppp-dialin: Drop allarch
6a9fd12 resolvconf: Drop allarch
ee5200c usbinit, weston-init, run-postinsts, qt-demo-init: Drop allarch
4fd8d3b Fix recursive mode -st on BUILDDIR setup
55f6fe5 fontcache: allow to pass extra parameters and environment to fc-cache
a7ca2df postinst_intercept: allow to pass variables with spaces
baa5e0b rootfs.py: show intercept script output in log.do_rootfs
b9a485c rootfs.py: Allow to override postinst-intercepts location
2cec7eb guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind:
disable thumb where it fails for qemuarm
d4fef86 icu: force arm mode
124020b gdb: force arm mode
958c7e8 DO-NOT-MERGE: distutils3.bbclass: Don't use MACHINE variable
d548848 libsdl: Add support for libsdl-native
643b312 WIP: Add KERNEL_EXTRA_ARGS?
72ebe94 sstate-sysroot-cruft: Add /usr/src/kernel/.* to whitelist
251dea7 report-error: Allow to upload reports automatically
91394fd qemux86: Add identical qemux86copy variant for tests

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

== Failed tasks 2015-09-07 ==

INFO: jenkins-job.sh-1.3.1 Complete log available at 
http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150908_140743.log

=== common (8) ===
* /meta-openembedded/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb, 
do_fetch
* 
/meta-openembedded/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_git.bb, 
do_compile
* 
/meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb,
 do_patch
* 
/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb,
 do_fetch
* 
/meta-openembedded/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb, 
do_compile
* /meta-openembedded/meta-oe/recipes-support/gd/gd_2.1.1.bb, do_compile
* 
/meta-openembedded/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb, 
do_compile
* 
/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb,
 do_install

=== common-x86 (1) ===
* 
/meta-openembedded/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb, 
do_compile

=== qemuarm (8) ===
* /meta-openembedded/meta-efl/recipes-efl/efl/epdf_svn.bb, do_compile
* 
/meta-openembedded/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb,
 do_compile
* 
/meta-openembedded/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb,
 do_compile
* /meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb, 
do_configure
* /meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb, 
do_compile
* /meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb, 
do_compile
* /openembedded-core/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb, do_compile
* /openembedded-core/meta/recipes-support/libunwind/libunwind_1.1.bb, 
do_compile

=== qemux86 (2) ===
* 
/meta-openembedded/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb,
 do_compile
* /openembedded-core/meta/recipes-graphics/mesa/mesa_10.6.3.bb, do_compile

=== qemux86_64 (2) ===
* /meta-browser/recipes-browser/chromium/cef3_280796.bb, do_configure
* /meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_1.11.0.bb, 
do_compile

=== Number of failed tasks (44) ===
{| class=wikitable
|-
|| qemuarm  || 16|| 
http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.20150905_133750.log// 
|| http://errors.yoctoproject.org:80/Errors/Build/8592/
|-
|| qemux86  || 11|| 
http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.20150906_143529.log// 
|| http://errors.yoctoproject.org:80/Errors/Build/8597/
|-
|| qemux86_64   || 17|| 
http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.20150907_074215.log// 
|| http://errors.yoctoproject.org:80/Errors/Build/8611/
|}

=== PNBLACKLISTs (66) ===

=== QA issues (56) ===
{| class=wikitable
!| Count||Issue
|-
||0 ||libdir
|-
||0 ||version-going-backwards
|-
||21||file-rdeps
|-
||23||build-deps
|-
||3 ||already-stripped
|-
||9 ||textrel
|}


PNBLACKLISTs:
openembedded-core/:
meta-browser:
meta-openembedded:
meta-efl/recipes-efl/e17/diskio_svn.bb:PNBLACKLIST[diskio] ?= "broken: switch 
to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 
0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid 
state name: 'off'. "default" state must always be first."
meta-efl/recipes-efl/efl/entrance_svn.bb:PNBLACKLIST[entrance] ?= "broken: 
switch to https://git.enlightenment.org/misc/entrance.git and fix 
0.0.4+svnr82070-r7/entrance/data/themes/old/default.edc:678. invalid state 
name: 'defaault'. "default" state must always be first."
meta-efl/recipes-navigation/mcnavi/

[oe] [meta-efl][PATCH 2/3] python-efl: upgrade to 1.15.0

2015-09-08 Thread Martin Jansa
* announcement:
  https://phab.enlightenment.org/phame/live/3/post/python_efl_1_15_0_release/

Signed-off-by: Martin Jansa 
---
 meta-efl/recipes-devtools/python/python-efl_1.14.0.bb | 4 
 meta-efl/recipes-devtools/python/python-efl_1.15.0.bb | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 meta-efl/recipes-devtools/python/python-efl_1.14.0.bb
 create mode 100644 meta-efl/recipes-devtools/python/python-efl_1.15.0.bb

diff --git a/meta-efl/recipes-devtools/python/python-efl_1.14.0.bb 
b/meta-efl/recipes-devtools/python/python-efl_1.14.0.bb
deleted file mode 100644
index de86cd3..000
--- a/meta-efl/recipes-devtools/python/python-efl_1.14.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require ${BPN}.inc
-
-SRC_URI[md5sum] = "e90871bb1c9f647e763c480e74bbfcbd"
-SRC_URI[sha256sum] = 
"0003151b224937d36ef78236398b9a3d6dd39a5692fb1ba4f9c900e65b2ddade"
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb 
b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb
new file mode 100644
index 000..7abbc32
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb
@@ -0,0 +1,4 @@
+require ${BPN}.inc
+
+SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a"
+SRC_URI[sha256sum] = 
"11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc"
-- 
2.5.1

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


[oe] [meta-efl][PATCH 3/3] e-wm: upgrade to 0.19.9

2015-09-08 Thread Martin Jansa
* announcements:
  https://phab.enlightenment.org/phame/live/3/post/e19_6_release/
  https://phab.enlightenment.org/phame/live/3/post/e19_7_release/
  https://phab.enlightenment.org/phame/live/3/post/e19_8_release/
  https://phab.enlightenment.org/phame/live/3/post/e19_9_release/

Signed-off-by: Martin Jansa 
---
 meta-efl/recipes-efl/e17/e-wm_0.19.5.bb | 19 ---
 meta-efl/recipes-efl/e17/e-wm_0.19.9.bb | 19 +++
 2 files changed, 19 insertions(+), 19 deletions(-)
 delete mode 100644 meta-efl/recipes-efl/e17/e-wm_0.19.5.bb
 create mode 100644 meta-efl/recipes-efl/e17/e-wm_0.19.9.bb

diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.5.bb 
b/meta-efl/recipes-efl/e17/e-wm_0.19.5.bb
deleted file mode 100644
index 6e374bd..000
--- a/meta-efl/recipes-efl/e17/e-wm_0.19.5.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require ${BPN}.inc
-
-SRCNAME = "enlightenment"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-# couple of modules needed for illume2 (mobile) profile were removed in
-# 
http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca
-# and replacements aren't included yet, if you want to use e-wm on device with 
small screen, better stay with 0.18 release
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "\
-${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
-file://enlightenment_start.oe \
-file://applications.menu \
-"
-
-SRC_URI[md5sum] = "f7557e89b914b4c66eacace66c739437"
-SRC_URI[sha256sum] = 
"93d27d04e129f6ff751eeec8cda45bbf4f5da6787f8c3e85a4f1aecadc3f0372"
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.9.bb 
b/meta-efl/recipes-efl/e17/e-wm_0.19.9.bb
new file mode 100644
index 000..9563501
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm_0.19.9.bb
@@ -0,0 +1,19 @@
+require ${BPN}.inc
+
+SRCNAME = "enlightenment"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+# couple of modules needed for illume2 (mobile) profile were removed in
+# 
http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca
+# and replacements aren't included yet, if you want to use e-wm on device with 
small screen, better stay with 0.18 release
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "\
+${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
+file://enlightenment_start.oe \
+file://applications.menu \
+"
+
+SRC_URI[md5sum] = "9a5ca3ddf85132ecc43c8d78919eb2f9"
+SRC_URI[sha256sum] = 
"363b3c4e13f799dcb547dd76c4e4964441886453843948d852911448c6fa8df5"
-- 
2.5.1

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


[oe] [meta-oe][PATCH] postgresql.inc: fix indentation to use 4 spaces

2015-09-08 Thread Martin Jansa
* like rest of meta-oe and other sane layers
* never mix tabs and spaces (especially on the same line)

Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/postgresql/postgresql.inc | 165 +++---
 1 file changed, 82 insertions(+), 83 deletions(-)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc 
b/meta-oe/recipes-support/postgresql/postgresql.inc
index 2b8db34..f3ff225 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -12,11 +12,11 @@ DESCRIPTION = "\
 server over a network connection. This package contains the docs \
 in HTML for the whole package, as well as command-line utilities for \
 managing PostgreSQL databases on a PostgreSQL server. \
- \
+\
 If you want to manipulate a PostgreSQL database on a local or remote \
 PostgreSQL server, you need this package. You also need to install \
 this package if you're installing the postgresql-server package. \
-"
+"
 HOMEPAGE = "http://www.postgresql.com";
 LICENSE = "BSD"
 DEPENDS = "zlib readline tzcode-native"
@@ -25,13 +25,13 @@ INC_PR = "r0"
 ARM_INSTRUCTION_SET = "arm"
 
 SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
-   file://postgresql.init \
-   file://postgresql-bashprofile \
-   file://postgresql.pam \
-   file://postgresql-setup \
-   file://postgresql.service \
-   file://0001-Use-pkg-config-for-libxml2-detection.patch \
-  "
+file://postgresql.init \
+file://postgresql-bashprofile \
+file://postgresql.pam \
+file://postgresql-setup \
+file://postgresql.service \
+file://0001-Use-pkg-config-for-libxml2-detection.patch \
+"
 
 LEAD_SONAME = "libpq.so"
 
@@ -60,22 +60,21 @@ PACKAGECONFIG[openssl] = 
"--with-openssl,--without-openssl,openssl,"
 PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
 PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
 # when tcl native package  is fixed change WORKDIR to STAGING_BINDIR_CROSS
-PACKAGECONFIG[tcl] = \
-"--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
+PACKAGECONFIG[tcl] = "--with-tcl 
--with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
 PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
 PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2"
 PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"
 
 EXTRA_OECONF += "--enable-thread-safety --disable-rpath \
- --datadir=${datadir}/${BPN} \
- --sysconfdir=${sysconfdir}/${BPN} \
+--datadir=${datadir}/${BPN} \
+--sysconfdir=${sysconfdir}/${BPN} \
 "
 EXTRA_OECONF_sh4 += "--disable-spinlocks"
 EXTRA_OECONF_aarch64 += "--disable-spinlocks"
 
 PACKAGES_DYNAMIC += "^${PN}-plperl ^${PN}-plperl-dbg \
- ^${PN}-pltcl ^${PN}-pltcl-dbg \
- ^${PN}-plpython ^${PN}-plpython-dbg \
+^${PN}-pltcl ^${PN}-pltcl-dbg \
+^${PN}-plpython ^${PN}-plpython-dbg \
 "
 
 python populate_packages_prepend() {
@@ -110,47 +109,47 @@ python populate_packages_prepend() {
 }
 
 do_configure() {
-   # do_configure_prepend
-   # make sure configure finds python includdirs with these envs
-   export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
-  STAGING_INCDIR=${STAGING_INCDIR} \
-  STAGING_LIBDIR=${STAGING_LIBDIR}
-
-   # do_configure
-   autotools_do_configure
-
-   # do_configure_append
-   # workaround perl package related bugs
-   sed -i -e "s:-L/usr/local/lib:-L=/usr/local/lib:g" \
-   ${B}/src/Makefile.global
-   LIBPNA="\${STAGING_LIBDIR_NATIVE}/perl-native"
-   LIBNA="\${STAGING_LIBDIR_NATIVE}"
-   BLIBNA="\${STAGING_BASE_LIBDIR_NATIVE}"
-   sed -i -e "/^perl_archlibexp/s:${LIBPNA}:${STAGING_LIBDIR}:g" \
-   ${B}/src/Makefile.global
-   sed -i -e "/^perl_privlibexp/s:${LIBPNA}:${STAGING_LIBDIR}:g" \
-   ${B}/src/Makefile.global
-   # remove the rpath, replace with correct lib path
-   sed -i \
-   -e "/^perl_embed_ldflags/s:-Wl,-rpath,${LIBNA}::g" \
-   -e "/^perl_embed_ldflags/s:-Wl,-rpath,${BLIBNA}::g" \
-   -e "/^perl_embed_ldflags/s:-Wl,-rpath-link,${LIBNA}::g" \
-   -e "/^perl_embed_ldflags/s:-Wl,-rpath-link,${BLIBNA}::g" \
-   -e "/^perl_embed_ldflags/s:${LIBPNA}:${STAGING_LIBDIR}:g" \
-   -e "/^perl_embed_ldflags/s:${LIBNA}:${STAGING_LIBDIR}:g"  \
-   -e "/^perl_embed_ldflags/s:${BLIBNA}:${STAGING_BASELIBDIR}:g" \
-   -e "/^TCLSH/s:=.*:= ${bindir}/tclsh:g" \
-   ${B}/src/Makefile.global
-
-   # workaround perl package's libperl.so problem
-   # we are using perlnative so this perl should have same version
-   perl_version=`perl -v 2>/dev/null | \
-sed -n 's/This is perl.*v[a-z ]*\([0-9]\.[0-9][0-9.]*\).*$/\1/p'`
-   if [ ! -h "${STAGING_LIBDIR}/perl

[oe] [meta-efl][PATCH 1/3] efl, elementary, emotion-generic-players, evas-generic-loaders: upgrade to 1.15.*

2015-09-08 Thread Martin Jansa
* announcements:
  
https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_15_and_friends_are_out/
  
https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_15_1_release/

Signed-off-by: Martin Jansa 
---
 meta-efl/recipes-efl/efl/efl.inc   |  2 +-
 .../efl/efl/0001-evas_3d-Add-Eet.h-includes.patch  | 51 ++
 meta-efl/recipes-efl/efl/efl_1.14.1.bb | 25 ---
 meta-efl/recipes-efl/efl/efl_1.15.1.bb | 25 +++
 meta-efl/recipes-efl/efl/elementary_1.14.1.bb  | 16 ---
 meta-efl/recipes-efl/efl/elementary_1.15.1.bb  | 16 +++
 .../efl/emotion-generic-players_1.14.0.bb  |  8 
 .../efl/emotion-generic-players_1.15.0.bb  |  8 
 .../recipes-efl/efl/evas-generic-loaders_1.14.0.bb |  8 
 .../recipes-efl/efl/evas-generic-loaders_1.15.0.bb |  8 
 10 files changed, 109 insertions(+), 58 deletions(-)
 create mode 100644 
meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch
 delete mode 100644 meta-efl/recipes-efl/efl/efl_1.14.1.bb
 create mode 100644 meta-efl/recipes-efl/efl/efl_1.15.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/elementary_1.14.1.bb
 create mode 100644 meta-efl/recipes-efl/efl/elementary_1.15.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/emotion-generic-players_1.14.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb
 delete mode 100644 meta-efl/recipes-efl/efl/evas-generic-loaders_1.14.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb

diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc
index 65c9f37..1948a80 100644
--- a/meta-efl/recipes-efl/efl/efl.inc
+++ b/meta-efl/recipes-efl/efl/efl.inc
@@ -1,6 +1,6 @@
 SUMMARY = "EFL"
 LICENSE = "MIT & BSD & LGPL-2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5cb19adb5be911811c7a4e05152548e8"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ca7873210523dcfd32694b94286dca60"
 
 DEPENDS_class-native = "freetype-native libxext-native libpng-native 
jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native"
 DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg 
openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext 
virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev 
libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native 
util-linux"
diff --git a/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch 
b/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch
new file mode 100644
index 000..d0f26c7
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch
@@ -0,0 +1,51 @@
+From 2e50fd2dfc68b77e7acddc79550f22987778a897 Mon Sep 17 00:00:00 2001
+From: Martin Jansa 
+Date: Tue, 2 Dec 2014 12:21:10 +0100
+Subject: [PATCH] evas_3d: Add Eet.h includes
+
+* with some very restrictive options like we use in efl-native, the build is 
complaining
+  about missing symbols from Eet.h, add include where needed
+
+Signed-off-by: Martin Jansa 
+---
+ src/lib/evas/canvas/evas_canvas3d_eet.c  | 1 +
+ src/modules/evas/model_loaders/eet/evas_model_load_eet.c | 1 +
+ src/modules/evas/model_savers/eet/evas_model_save_eet.c  | 1 +
+ 3 files changed, 3 insertions(+)
+
+diff --git a/src/lib/evas/canvas/evas_canvas3d_eet.c 
b/src/lib/evas/canvas/evas_canvas3d_eet.c
+index 281f69d..a604076 100644
+--- a/src/lib/evas/canvas/evas_canvas3d_eet.c
 b/src/lib/evas/canvas/evas_canvas3d_eet.c
+@@ -1,3 +1,4 @@
++#include 
+ #include 
+ #include "evas_common_private.h"
+ #include "evas_private.h"
+diff --git a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c 
b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
+index 803846d..7ebaf8e 100644
+--- a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
 b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
+@@ -3,6 +3,7 @@
+ #endif
+ 
+ #include 
++#include 
+ #include 
+ #include "evas_common_private.h"
+ #include "evas_private.h"
+diff --git a/src/modules/evas/model_savers/eet/evas_model_save_eet.c 
b/src/modules/evas/model_savers/eet/evas_model_save_eet.c
+index 71e094a..4d56977 100644
+--- a/src/modules/evas/model_savers/eet/evas_model_save_eet.c
 b/src/modules/evas/model_savers/eet/evas_model_save_eet.c
+@@ -2,6 +2,7 @@
+#include "config.h"
+ #endif
+ 
++#include 
+ #include 
+ #include "evas_common_private.h"
+ #include "evas_private.h"
+-- 
+2.5.0
+
diff --git a/meta-efl/recipes-efl/efl/efl_1.14.1.bb 
b/meta-efl/recipes-efl/efl/efl_1.14.1.bb
deleted file mode 100644
index a17a685..000
--- a/meta-efl/recipes-efl/efl/efl_1.14.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-require ${BPN}.inc
-
-SRC_URI = "\
-${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
-file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \
-file://0002-evas_3d-Add-Eet.h-includes.patch \
-"

[oe] [PATCH 2/2] efibootmgr: 0.6.0 -> 0.12

2015-09-08 Thread kai.kang
From: Kai Kang 

Upgrade efibootmgr from 0.6.0 to 0.12.

* update HOMEPAGE
* drop useless patches
* add dependency efivar
* update CFLAGS to fix print wrong version issue

Signed-off-by: Kai Kang 
---
 .../{efibootmgr_0.6.0.bb => efibootmgr_0.12.bb}| 21 
 .../efibootmgr/files/docbook-fixes.patch   | 28 --
 .../files/w-keep-existing-mbr-signature.patch  | 26 
 3 files changed, 11 insertions(+), 64 deletions(-)
 rename meta-oe/recipes-extended/efibootmgr/{efibootmgr_0.6.0.bb => 
efibootmgr_0.12.bb} (39%)
 delete mode 100644 
meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
 delete mode 100644 
meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch

diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb 
b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
similarity index 39%
rename from meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb
rename to meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
index 501ff2a..03aaf13 100644
--- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb
+++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
@@ -1,26 +1,27 @@
 DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager."
 SUMMARY = "EFI Boot Manager"
-HOMEPAGE = "http://linux.dell.com/efibootmgr/";
+HOMEPAGE = "https://github.com/rhinstaller/efibootmgr";
 SECTION = "base"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
-DEPENDS = "pciutils zlib"
+DEPENDS = "pciutils zlib efivar"
 
 COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 
-SRC_URI = "http://linux.dell.com/efibootmgr/permalink/efibootmgr-${PV}.tar.gz \
-file://ldflags.patch \
-file://docbook-fixes.patch \
-file://w-keep-existing-mbr-signature.patch \
-"
+SRC_URI = 
"https://github.com/rhinstaller/efibootmgr/releases/download/${BP}/${BP}.tar.bz2
 \
+   file://ldflags.patch \
+  "
 
-SRC_URI[md5sum] = "9e9a31d79e579644de83a14139b66d10"
-SRC_URI[sha256sum] = 
"5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155"
+SRC_URI[md5sum] = "6647f5cd807bc8484135ba74fcbcc39a"
+SRC_URI[sha256sum] = 
"a66f5850677e86255d93cb1cead04c3c48a823a2b864c579321f2a07f00256e6"
 
-EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib -I${S}/src/include 
-fgnu89-inline'"
+EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/include `pkg-config 
--cflags efivar` \
+ -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR)\" '"
 
 do_install () {
 install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr
 }
+
+inherit pkgconfig
diff --git a/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch 
b/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
deleted file mode 100644
index f2dc83b..000
--- a/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Upstream-Status: Pending
-
-Import this patch from meta-linaro.
-
-Signed-off-by: Kai Kang 
-
-diff --git a/src/man/man8/efibootmgr.8.docbook 
b/src/man/man8/efibootmgr.8.docbook
-index aef..eb8f266 100644
 a/src/man/man8/efibootmgr.8.docbook
-+++ b/src/man/man8/efibootmgr.8.docbook
-@@ -302,7 +302,7 @@
-   Displaying the current settings (must be root).
-   
-   
--
-+
-   [root@localhost ~]# efibootmgr
-   BootCurrent: 0004
-   BootNext: 0003
-@@ -313,7 +313,7 @@
-   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
-   Boot0003* PXE Boot: MAC(00D0B7C15D91)   
-   Boot0004* Linux
--
-+
-   
-   This shows:
-   
diff --git 
a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch 
b/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
deleted file mode 100644
index 58bd135..000
--- 
a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Upstream-Status: Pending
-
-Import this patch from meta-linaro.
-
-Signed-off-by: Kai Kang 

-Description: Fix -w option to leave an existing unique MBR signature intact
- This makes the implementation match the documentation.
-Author: Colin Watson 
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/1065261
-Forwarded: no
-Last-Update: 2013-02-01
-
-Index: b/src/lib/disk.c
-===
 a/src/lib/disk.c
-+++ b/src/lib/disk.c
-@@ -352,7 +352,7 @@
-   
printf("**\n\n");
-   
-   }
--  else if (opts.write_signature) {
-+  else if (!mbr->unique_mbr_signature && opts.write_signature) {
-   
-   /* MBR Signatures must be unique for the 
-  EFI Boot Manager
-- 
1.9.1

-- 
___
Openembedded-devel mailing 

[oe] [PATCH 1/2] efivar: 0.7 -> 0.21

2015-09-08 Thread kai.kang
From: Kai Kang 

Upgrade efivar from 0.7 to 0.21.

* update HOMEPAGE

Signed-off-by: Kai Kang 
---
 meta-oe/recipes-extended/efivar/efivar_git.bb | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-extended/efivar/efivar_git.bb 
b/meta-oe/recipes-extended/efivar/efivar_git.bb
index 18446a0..bf2e6d2 100644
--- a/meta-oe/recipes-extended/efivar/efivar_git.bb
+++ b/meta-oe/recipes-extended/efivar/efivar_git.bb
@@ -1,14 +1,14 @@
 SUMMARY = "Tools to manipulate UEFI variables"
 DESCRIPTION = "efivar provides a simple command line interface to the UEFI 
variable facility"
-HOMEPAGE = "https://github.com/vathpela/efivar";
+HOMEPAGE = "https://github.com/rhinstaller/efivar";
 
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
 
 DEPENDS = "popt"
 
-SRCREV = "c9e1f24a81b5374408bca5616402276e47171cf7"
-PV = "0.7+git${SRCPV}"
+SRCREV = "aab6c2a64d90b6e5a63661fb5bd6be8d878b0784"
+PV = "0.21+git${SRCPV}"
 SRC_URI = "git://github.com/vathpela/efivar.git"
 
 S = "${WORKDIR}/git"
-- 
1.9.1

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


[oe] [meta-oe][PATCH 0/2] Upgrade efivar and efibootmgr

2015-09-08 Thread kai.kang
From: Kai Kang 


Kai Kang (2):
  efivar: 0.7 -> 0.21
  efibootmgr: 0.6.0 -> 0.12

 .../{efibootmgr_0.6.0.bb => efibootmgr_0.12.bb}| 21 
 .../efibootmgr/files/docbook-fixes.patch   | 28 --
 .../files/w-keep-existing-mbr-signature.patch  | 26 
 meta-oe/recipes-extended/efivar/efivar_git.bb  |  8 +++
 4 files changed, 15 insertions(+), 68 deletions(-)
 rename meta-oe/recipes-extended/efibootmgr/{efibootmgr_0.6.0.bb => 
efibootmgr_0.12.bb} (39%)
 delete mode 100644 
meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
 delete mode 100644 
meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch

-- 
1.9.1

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


Re: [oe] OpenEmbeddded Developer meeting Oct 9 after ELCE in Dublin

2015-09-08 Thread Paul Eggleton
I think you may be mixing up the Yocto Project Developer Day (which leans more 
towards training and is a Yocto Project event) and OEDEM (which is a 
developer's meeting and an OpenEmbedded event). They're also on separate days 
so you can attend both :)

Cheers,
Paul

On Monday 07 September 2015 18:17:19 Eduardo Silva wrote:
> Hi,
> 
> would you please confirm the date ?, Linux Foundation page says is October
> 8 (this email Oct 9):
> 
> http://events.linuxfoundation.org/events/embedded-linux-conference-europe/ex
> tend-the-experience/co-located-events
> 
> best
> 
> note:
> 
> 
> On Sat, Aug 15, 2015 at 1:23 AM, Philip Balister 
> 
> wrote:
> > Just a reminder about the meeting in Dublin after ELCE and the Yocto
> > Project developer day. Everyone, even if you are not sure you are a
> > developer, is welcome. The goal of the meeting is to work out future
> > directions for OpenEmbedded so input from users and developers is welcome.
> > 
> > http://openembedded.org/wiki/OEDEM_2015
> > 
> > Please add your name to the attendee list, even if tentative so we can
> > plan accordingly.
> > 
> > Thanks,
> > 
> > Philip
> > --
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 

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] [PATCH] gnome-icon-theme: add a recipe from oe-core

2015-09-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 .../gnome-icon-theme/files/pkgconfig-native.patch  | 28 ++
 .../gnome-icon-theme/gnome-icon-theme_2.31.0.bb| 22 +
 2 files changed, 50 insertions(+)
 create mode 100644 
meta-gnome/recipes-gnome/gnome-icon-theme/files/pkgconfig-native.patch
 create mode 100644 
meta-gnome/recipes-gnome/gnome-icon-theme/gnome-icon-theme_2.31.0.bb

diff --git 
a/meta-gnome/recipes-gnome/gnome-icon-theme/files/pkgconfig-native.patch 
b/meta-gnome/recipes-gnome/gnome-icon-theme/files/pkgconfig-native.patch
new file mode 100644
index 000..6139eab
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-icon-theme/files/pkgconfig-native.patch
@@ -0,0 +1,28 @@
+icon-naming-utils is a native dependency so we need to use the native 
pkg-config
+to find it.  Simply perform the old switcheroonie on $PKG_CONFIG so
+pkg-config-native is used temporarily.
+
+Upstream-Status: Inappropriate (OE-specific)
+Signed-off-by: Ross Burton 
+
+diff --git a/configure.ac b/configure.ac
+index 6074f2c..3d38e49 100644
+--- a/configure.ac
 b/configure.ac
+@@ -40,6 +40,8 @@ if test "x$enable_mapping" != "xno"; then
+UTILS_REQUIRED=0.8.7
+ 
+AC_MSG_CHECKING([icon-naming-utils >= $UTILS_REQUIRED])
++   save_PKG_CONFIG=$PKG_CONFIG
++   PKG_CONFIG=pkg-config-native
+PKG_CHECK_EXISTS(icon-naming-utils >= $UTILS_REQUIRED,
+ have_utils=yes, have_utils=no)
+if test "x$have_utils" = "xyes"; then
+@@ -51,6 +53,7 @@ if test "x$enable_mapping" != "xno"; then
+   AC_MSG_ERROR([icon-naming-utils >= $UTILS_REQUIRED is required to build
+ and install gnome-icon-theme])
+fi
++   PKG_CONFIG=save_PKG_CONFIG
+ else
+ICONMAP="false"
+ fi
diff --git 
a/meta-gnome/recipes-gnome/gnome-icon-theme/gnome-icon-theme_2.31.0.bb 
b/meta-gnome/recipes-gnome/gnome-icon-theme/gnome-icon-theme_2.31.0.bb
new file mode 100644
index 000..a6a3afa
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-icon-theme/gnome-icon-theme_2.31.0.bb
@@ -0,0 +1,22 @@
+SUMMARY = "GNOME 2 default icon themes"
+HOMEPAGE = "http://www.gnome.org/";
+BUGTRACKER = "https://bugzilla.gnome.org/";
+SECTION = "x11/gnome"
+
+LICENSE = "LGPLv3+ | CC-BY-SA-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
+
+PR = "r5"
+
+DEPENDS = "icon-naming-utils-native intltool-native libxml-simple-perl-native"
+
+inherit allarch autotools perlnative gtk-icon-cache pkgconfig gettext
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
+   file://pkgconfig-native.patch"
+
+SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed"
+SRC_URI[sha256sum] = 
"ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982"
+
+FILES_${PN} += "${datadir}/*"
+RRECOMMENDS_${PN} += "librsvg-gtk"
-- 
2.1.4

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


[oe] [PATCH] ypbind-mt: add status command for initscript

2015-09-08 Thread rongqing.li
From: Zhu Yanjun 

Add the "status" command in initscript to check the status of ypbind.
remove ypbind-yocto.init as ypbind.init, which is the initscript, make
its name similar to other recipes

Signed-off-by: Zhu Yanjun 
Signed-off-by: Roy Li 
---
 .../recipes-support/nis/files/{ypbind-yocto.init => ypbind.init}   | 7 +++
 meta-networking/recipes-support/nis/ypbind-mt_1.38.bb  | 4 ++--
 meta-networking/recipes-support/nis/ypbind-mt_2.2.bb   | 4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/nis/files/{ypbind-yocto.init => 
ypbind.init} (96%)

diff --git a/meta-networking/recipes-support/nis/files/ypbind-yocto.init 
b/meta-networking/recipes-support/nis/files/ypbind.init
similarity index 96%
rename from meta-networking/recipes-support/nis/files/ypbind-yocto.init
rename to meta-networking/recipes-support/nis/files/ypbind.init
index 2c50d12..244dc78 100644
--- a/meta-networking/recipes-support/nis/files/ypbind-yocto.init
+++ b/meta-networking/recipes-support/nis/files/ypbind.init
@@ -21,6 +21,9 @@
 #  the NIS binding information.
 ### END INIT INFO
 
+# Need to use status function
+. /etc/init.d/functions
+
 YPBIND_BIN=/usr/sbin/ypbind
 pidfile=/var/run/ypbind.pid
 
@@ -92,6 +95,10 @@ case "$1" in
echo -n "Reload service ypbind"
start-stop-daemon --stop --quiet --signal 1 --pidfile $pidfile
;;
+status)
+   echo -n "Checking for ypbind: "
+   status $YPBIND_BIN
+   ;;
 *)
echo "Usage: $0 
{start|stop|status|try-restart|restart|force-reload|reload|probe}"
exit 1
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb 
b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb
index d25ef5c..5702cd6 100644
--- a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb
+++ b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb
@@ -26,7 +26,7 @@ DEPENDS = " \
 PROVIDES += "ypbind"
 
 SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \
-   file://ypbind-yocto.init \
+   file://ypbind.init \
file://ypbind.service \
 "
 SRC_URI[md5sum] = "094088c0e282fa7f3b3dd6cc51d0a4e1"
@@ -44,7 +44,7 @@ do_install_append () {
 install -d ${D}${sysconfdir}/init.d
 install -d ${D}${sysconfdir}/rcS.d
 
-install -m 0755 ${WORKDIR}/ypbind-yocto.init 
${D}${sysconfdir}/init.d/ypbind
+install -m 0755 ${WORKDIR}/ypbind.init ${D}${sysconfdir}/init.d/ypbind
 
 install -d ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/ypbind.service ${D}${systemd_unitdir}/system
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb 
b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
index 6a9262a..cee5880 100644
--- a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
+++ b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
@@ -21,7 +21,7 @@ PROVIDES += "ypbind"
 PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools"
 
 SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \
-   file://ypbind-yocto.init \
+   file://ypbind.init \
file://ypbind.service \
 "
 SRC_URI[md5sum] = "54e2040d8266ae7d302d081ca310c8a8"
@@ -41,7 +41,7 @@ do_install_append () {
 install -d ${D}${sysconfdir}/init.d
 install -d ${D}${sysconfdir}/rcS.d
 
-install -m 0755 ${WORKDIR}/ypbind-yocto.init 
${D}${sysconfdir}/init.d/ypbind
+install -m 0755 ${WORKDIR}/ypbind.init ${D}${sysconfdir}/init.d/ypbind
 
 install -d ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/ypbind.service ${D}${systemd_unitdir}/system
-- 
2.1.4

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


Re: [oe] [meta-qt5] Backport fix for qt5-opengles2-test to fido?

2015-09-08 Thread Martin Jansa
On Tue, Sep 08, 2015 at 08:49:01AM +0200, Stefan Christ wrote:
> Hi,
> 
> I'm currently using the fido branch of meta-qt5 and having troubles with the
> qt5-opengles2-test program. It segfaults on start.
> 
> The problem is fixed by the following commit in the master branch.
> 
> commit 6d9e2a6dfc21f7d9a3a11b4bcb426b5dfe6feaeb
> Author: Andreas Müller 
> Date:   Sat Jun 13 09:02:55 2015 +0200
> 
> qt5-opengles2-test: update to last commit
> 
> * don't segfault in case qtsensors does not find accelerometer values
> 
> Signed-off-by: Andreas Müller 
> Signed-off-by: Martin Jansa 
> 
> Is it possible to backport this patch to fido?

Yes, will do in next few days. Thanks for bringing this up.

> Mit freundlichen Grüßen / Kind regards,
>   Stefan Christ
> 
> -- 
> ___
> 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] [meta-oe][PATCH] acpica: update to 20150515 and fix conflicts with other layers

2015-09-08 Thread Koen Kooi
Meta-virtualization and meta-luv both has iasl_*.bb, which is a subset of this 
recipe. Extend this recipe to provide the native tools and add the necessary 
runtime conflict options.

Also address style issues by moving around a few bits and adding some 
whitespace.

Signed-off-by: Koen Kooi 
---
 .../acpica/{acpica_20140828.bb => acpica_20150515.bb}  | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/acpica/{acpica_20140828.bb => 
acpica_20150515.bb} (80%)

diff --git a/meta-oe/recipes-extended/acpica/acpica_20140828.bb 
b/meta-oe/recipes-extended/acpica/acpica_20150515.bb
similarity index 80%
rename from meta-oe/recipes-extended/acpica/acpica_20140828.bb
rename to meta-oe/recipes-extended/acpica/acpica_20150515.bb
index fb19c88..de897e1 100644
--- a/meta-oe/recipes-extended/acpica/acpica_20140828.bb
+++ b/meta-oe/recipes-extended/acpica/acpica_20150515.bb
@@ -5,17 +5,22 @@ Power Interface Specification (ACPI). ACPICA code contains 
those portions of \
 ACPI meant to be directly integrated into the host OS as a kernel-resident \
 subsystem, and a small set of tools to assist in developing and debugging \
 ACPI tables."
+
 HOMEPAGE = "http://www.acpica.org/";
 SECTION = "console/tools"
+
 LICENSE = "BSD | GPLv2"
 LIC_FILES_CHKSUM = 
"file://generate/unix/readme.txt;md5=204407e197c1a01154a48f6c6280c3aa"
+
+COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
+
 DEPENDS = "bison flex"
 
 SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
 file://no-werror.patch \
 "
-SRC_URI[md5sum] = "6f05f0d10166a1b1ff6107f3d1cdf1e5"
-SRC_URI[sha256sum] = 
"01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e"
+SRC_URI[md5sum] = "2bc4a7ccc82de9df9fa964f784ecb29c"
+SRC_URI[sha256sum] = 
"61204ec56d71bc9bfa2ee2ade4c66f7e8541772ac72ef8ccc20b3f339cc96374"
 
 S = "${WORKDIR}/acpica-unix2-${PV}"
 
@@ -31,4 +36,11 @@ do_install() {
 install -D -p -m0755 generate/unix/bin*/acpixtract ${D}${bindir}/acpixtract
 }
 
-COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
+# iasl*.bb is a subset of this recipe, so RREPLACE it
+PROVIDES = "iasl"
+RPROVIDES_${PN} += "iasl"
+RREPLACES_${PN} += "iasl"
+RCONFLIGHTS_${PN} += "iasl"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
-- 
2.1.0

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