[oe] [meta-networking][PATCH 2/2] openvpn: avoid hardcoded path

2017-04-12 Thread Andrea Galbusera
Signed-off-by: Andrea Galbusera 
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index b6bd69f..db510de 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -25,7 +25,7 @@ EXTRA_OECONF += "--enable-iproute2"
 EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', 
'--disable-plugin-auth-pam', d)}"
 
 # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip 
on the host.
-EXTRA_OECONF += "IPROUTE=/sbin/ip"
+EXTRA_OECONF += "IPROUTE=${base_sbindir}/ip"
 
 do_install_append() {
 install -d ${D}/${sysconfdir}/init.d
-- 
2.7.4

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


[oe] [meta-networking][PATCH 1/2] openvpn: avoid packaging /run

2017-04-12 Thread Andrea Galbusera
/run is in FILES_${PN} but nothing either populate or even create it.

Signed-off-by: Andrea Galbusera 
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index 8892a9e..b6bd69f 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -61,7 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
 FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
 FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
 ${sysconfdir}/tmpfiles.d \
-/run"
+   "
 FILES_${PN}-sample += 
"${systemd_unitdir}/system/openvpn@loopback-server.service \

${systemd_unitdir}/system/openvpn@loopback-client.service \
${sysconfdir}/openvpn/sample/"
-- 
2.7.4

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


[oe] [meta-oe] [PATCH] php: remove PNBLACKLIST

2017-04-12 Thread Robert Yang
It has been fixed since:
commit b5bb61163751d93672bdcdfb24dda21398e42657
Author: dengke...@windriver.com 
Date:   Tue Mar 28 04:13:36 2017 -0400

php: fix install failure

Also remove it for xdebug since php works now.

Signed-off-by: Robert Yang 
---
 meta-oe/recipes-devtools/php/php_5.6.26.bb| 2 --
 meta-oe/recipes-devtools/php/php_7.1.0.bb | 2 --
 meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb | 2 --
 3 files changed, 6 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_5.6.26.bb 
b/meta-oe/recipes-devtools/php/php_5.6.26.bb
index 30a71f6..ddc7ce3 100644
--- a/meta-oe/recipes-devtools/php/php_5.6.26.bb
+++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb
@@ -7,5 +7,3 @@ SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \
"
 SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e"
 SRC_URI[sha256sum] = 
"d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236"
-
-PNBLACKLIST[php] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/131630/ - the recipe will be 
removed on 2017-09-01 unless the issue is fixed"
diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb 
b/meta-oe/recipes-devtools/php/php_7.1.0.bb
index 99075d0..210d91f 100644
--- a/meta-oe/recipes-devtools/php/php_7.1.0.bb
+++ b/meta-oe/recipes-devtools/php/php_7.1.0.bb
@@ -12,5 +12,3 @@ PACKAGECONFIG[mysql] = 
"--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
 ,mysql5"
 
 FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"
-
-PNBLACKLIST[php] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130601/ - the recipe will be 
removed on 2017-09-01 unless the issue is fixed"
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb 
b/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb
index 651745f..077bdc8 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb
@@ -31,5 +31,3 @@ do_install() {
 
 FILES_${PN} += "${libdir}/php5/extensions/*/*.so"
 FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug"
-
-PNBLACKLIST[xdebug] ?= "Depends on blacklisted php - the recipe will be 
removed on 2017-09-01 unless the issue is fixed"
-- 
2.9.0

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


[oe] [meta-networking][PATCH] netmap: Update to tip and fix misc build issues

2017-04-12 Thread Armin Kuster
Update to pick up 4.10 and below kernel patches.
Change LICENSE to reflect changes noted by the maintainer
adapt to makefile changes for module install dest location
fix compile issues do to gcc 6.x
remove unneeded patches

Signed-off-by: Armin Kuster 
---
 .../recipes-kernel/netmap/files/gcc_6_fix.patch| 170 +
 .../recipes-kernel/netmap/netmap-modules_git.bb|   9 +-
 meta-networking/recipes-kernel/netmap/netmap.inc   |   8 +-
 .../recipes-kernel/netmap/netmap_git.bb|   8 +-
 4 files changed, 182 insertions(+), 13 deletions(-)
 create mode 100644 meta-networking/recipes-kernel/netmap/files/gcc_6_fix.patch

diff --git a/meta-networking/recipes-kernel/netmap/files/gcc_6_fix.patch 
b/meta-networking/recipes-kernel/netmap/files/gcc_6_fix.patch
new file mode 100644
index 000..5065225
--- /dev/null
+++ b/meta-networking/recipes-kernel/netmap/files/gcc_6_fix.patch
@@ -0,0 +1,170 @@
+Fix build issues do to gcc 6.x
+
+Upstream-Status: Pending
+
+loads of error: format '%lu' expects argument of type 'long unsigned int', but 
argument 7 has type 'long long unsigned int'
+
+and  error: left shift count >= width of type [-Werror=shift-count-overflow]
+
+Signed-off-by: Armin Kuster 
+
+Index: git/apps/lb/lb.c
+===
+--- git.orig/apps/lb/lb.c
 git/apps/lb/lb.c
+@@ -935,7 +935,7 @@ run:
+   if (hash == 0) {
+   non_ip++; // XXX ??
+   }
+-  rs->ptr = hash | (1UL << 32);
++  rs->ptr = hash | (1ULL << 32);
+   // prefetch the buffer for the next round
+   next_cur = nm_ring_next(rxring, next_cur);
+   next_slot = &rxring->slot[next_cur];
+Index: git/apps/tlem/tlem.c
+===
+--- git.orig/apps/tlem/tlem.c
 git/apps/tlem/tlem.c
+@@ -513,7 +513,7 @@ no_room(struct _qs *q)
+   q_reclaim(q);
+   if (q->prod_queued > q->qsize) {
+   q->prod_drop++;
+-  RD(1, "too many bytes queued %lu, drop %lu",
++  RD(1, "too many bytes queued %llu, drop %llu",
+   (_P64)q->prod_queued, (_P64)q->prod_drop);
+   return 1;
+   }
+@@ -523,7 +523,7 @@ no_room(struct _qs *q)
+   h = q->prod_head = q->head; /* re-read head, just in case */
+   /* repeat the test */
+   if ((h <= t && new_t == 0 && h == 0) || (h > t && (new_t == 0 || new_t 
>= h)) ) {
+-  ND(1, "no room for insert h %ld t %ld new_t %ld",
++  ND(1, "no room for insert h %lld t %lld new_t %lld",
+   (_P64)h, (_P64)t, (_P64)new_t);
+   return 1; /* no room for insert */
+   }
+@@ -906,14 +906,14 @@ tlem_main(void *_a)
+ 
+ q->buf = calloc(1, need);
+ if (q->buf == NULL) {
+-  ED("alloc %ld bytes for queue failed, exiting", (_P64)need);
++  ED("alloc %lld bytes for queue failed, exiting", (_P64)need);
+   nm_close(a->pa);
+   nm_close(a->pb);
+   return(NULL);
+ }
+ q->buflen = need;
+-ED("\n\t%s -> %s :  bps %ld delay %s loss %s queue %ld bytes"
+-  "\n\tbuffer %lu bytes",
++ED("\n\t%s -> %s :  bps %lld delay %s loss %s queue %lld bytes"
++  "\n\tbuffer %llu bytes",
+   q->prod_ifname, q->cons_ifname,
+   (_P64)q->max_bps, q->c_delay.optarg, q->c_loss.optarg, (_P64)q->qsize,
+   (_P64)q->buflen);
+@@ -1258,7 +1258,7 @@ main(int argc, char **argv)
+   struct _qs *q0 = &bp[0].q, *q1 = &bp[1].q;
+ 
+   sleep(1);
+-  ED("%ld -> %ld maxq %d round %ld, %ld <- %ld maxq %d round %ld",
++  ED("%lld -> %lld maxq %d round %lld, %lld <- %lld maxq %d round 
%lld",
+   (_P64)(q0->rx - olda.rx), (_P64)(q0->tx - olda.tx),
+   q0->rx_qmax, (_P64)q0->prod_max_gap,
+   (_P64)(q1->rx - oldb.rx), (_P64)(q1->tx - oldb.tx),
+@@ -1553,7 +1553,7 @@ uniform_delay_parse(struct _qs *q, struc
+   dmax = parse_time(av[2]);
+   if (dmin == U_PARSE_ERR || dmax == U_PARSE_ERR || dmin > dmax)
+   return 1;
+-  D("dmin %ld dmax %ld", (_P64)dmin, (_P64)dmax);
++  D("dmin %lld dmax %lld", (_P64)dmin, (_P64)dmax);
+   dst->d[0] = dmin;
+   dst->d[1] = dmax;
+   dst->d[2] = dmax - dmin;
+@@ -1618,7 +1618,7 @@ exp_delay_run(struct _qs *q, struct _cfg
+ {
+   uint64_t *t = (uint64_t *)arg->arg;
+ q->cur_delay = t[my_random24() & (PTS_D_EXP - 1)];
+-  RD(5, "delay %lu", (_P64)q->cur_delay);
++  RD(5, "delay %llu", (_P64)q->cur_delay);
+ return 0;
+ }
+ 
+@@ -1777,7 +1777,7 @@ const_ber_parse(struct _qs *q, struct _c
+   plr[i] = mask;
+ #if 0
+   if (i>= 60) //  && plr[i] < mask/2)
+-  RD(50,"%4d: %le %ld", i, 1.0 - cur, (_P64)plr[i]);
++  RD(50,"%

Re: [oe] [meta-oe][PATCH] autoconf-archive: Upgrade to 2016.09.16

2017-04-12 Thread Zhixiong Chi

Please suspend to check in this patch.
Because if we upgrade it, there will be something macros(ax_*.m4) 
conflictions between autoconf-archive
and gnome-common. even if we can use the option 
'--with-autoconf-archive' for gnome-common then set
it depend on autoconf-archive, unfortunately the gnome-common is from 
oe-core and autoconf-archive is

from meta-oe.
As the same time, the lvm2 depends on autoconf-archive in meta-oe, so we 
can't only move autoconf-archive

into oe-core.

Any thoughts on that?

Thanks.

On 2017年04月12日 18:52, Zhixiong Chi wrote:

Signed-off-by: Zhixiong Chi 
---
  .../recipes-devtools/autoconf-archive/autoconf-archive.inc  |  2 +-
  .../autoconf-archive/autoconf-archive_2012.04.07.bb | 13 -
  .../autoconf-archive/autoconf-archive_2016.09.16.bb | 13 +
  3 files changed, 14 insertions(+), 14 deletions(-)
  delete mode 100644 
meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
  create mode 100644 
meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb

diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
index 9399363..779115a 100644
--- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
+++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
@@ -10,6 +10,6 @@ RDEPENDS_${PN} = "m4 gnu-config"
  RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
  RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
  
-SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2"

+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
  
  inherit autotools

diff --git 
a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
deleted file mode 100644
index 5baaecc..000
--- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require autoconf-archive.inc
-
-
-PARALLEL_MAKE = ""
-
-LICENSE = "GPLv2 & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-SRC_URI[md5sum] = "e842c5b9fae021007bd70550362e5e80"
-SRC_URI[sha256sum] = 
"040b443bf68efd52fbfcb294b556bfbbbfe432db78445ca25e0cfe2e88f96a14"
-
-EXTRA_OECONF += "ac_cv_path_M4=m4"
-BBCLASSEXTEND = "native nativesdk"
diff --git 
a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
new file mode 100644
index 000..0a1a771
--- /dev/null
+++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
@@ -0,0 +1,13 @@
+require autoconf-archive.inc
+
+
+PARALLEL_MAKE = ""
+
+LICENSE = "GPLv2 & GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
+SRC_URI[sha256sum] = 
"e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
+
+EXTRA_OECONF += "ac_cv_path_M4=m4"
+BBCLASSEXTEND = "native nativesdk"


--
-
Thanks,
Zhixiong Chi
Tel: +86-10-8477-7036

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


Re: [oe] [meta-networking][PATCH] postfix: do NOT create directory /var/spool/mail

2017-04-12 Thread Kang Kai

On 2017年04月13日 03:32, Mark Hatle wrote:

On 4/9/17 9:18 PM, kai.k...@windriver.com wrote:

From: Kai Kang 

postfix installs directory /var/spool/mail which conflicts with package
shadow.

| Error: Transaction check error:
|  file /var/spool/mail conflicts between attempted installs of
|  postfix-3.1.1-r0.ppc64e6500 and shadow-4.2.1-r0.1.ppc64e6500

Make postfix not create /var/spool/mail that it does NOT create the
directory on Fedora and Ubuntu either.

I am not sure this is correct.

The two packages have (according to DNF/RPM) different permissions, owner or
group assigned to that particular directory.

I think it's reasonable for both of the packages to create the directory,
however they must match in perms/owner/group.  I would defer to shadow as the
correct source for this information.


Do you mean use to update-alternative to keep them both?



It may be necessary though to change shadow's default to something more
reasonable if 'root:root' is not right.


I checked on both Fedora and Ubuntu that /var/spool/mail is set with 
'root:mail'.  I will update it in recipe shadow.

And it also set with  'setgid' on Ubuntu, do we need 'setgid' too?

Thanks.



--Kai




--Mark


Signed-off-by: Kai Kang 
---
  meta-networking/recipes-daemons/postfix/postfix.inc | 2 --
  1 file changed, 2 deletions(-)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc 
b/meta-networking/recipes-daemons/postfix/postfix.inc
index 5bb2491..4c794ff 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -164,8 +164,6 @@ do_install () {
  install -m 770 -d ${D}${localstatedir}/spool/postfix
  chown postfix:postfix ${D}${localstatedir}/spool/postfix
  
-install -m 2755 -d ${D}${localstatedir}/spool/mail

-chown postfix:nogroup ${D}${localstatedir}/spool/mail
  install -m 0755 -d ${D}${localstatedir}/lib/postfix
  chown postfix:nogroup ${D}${localstatedir}/lib/postfix
  install -m 0755 -d ${D}${localstatedir}/spool/postfix






--
Regards,
Neil | Kai Kang

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


Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-04-12 Thread Andre McCurdy
On Wed, Apr 12, 2017 at 5:11 PM, Andreas Oberritter
 wrote:
> On Wed, 12 Apr 2017 16:38:58 -0700
> Andre McCurdy  wrote:
>
>> On Wed, Apr 12, 2017 at 3:45 PM, Andreas Oberritter
>>  wrote:
>> > On Wed, 29 Mar 2017 19:06:14 -0400
>> > Denys Dmytriyenko  wrote:
>> >
>> >> On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote:
>> >> > Hi,
>> >> >
>> >> > I've been having the following build issues lately with qtwebkit 5.8 
>> >> > from
>> >> > master:
>> >> >
>> >> > | make[2]: Entering directory 
>> >> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
>> >> > | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 
>> >> > libQt5WebKit.so.5.8
>> >> > | linking ../lib/libQt5WebKit.so.5.8.0
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `__bss_start'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `__bss_start'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `_edata'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `_edata'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `_end'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >> >  multiple definition of `_end'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >> >  multiple definition of `__bss_start'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >> >  multiple definition of `_edata'
>> >> > | 
>> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >> >  multiple definition of `_end'
>> >> > | collect2: error: ld returned 1 exit status
>> >> > | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' 
>> >> > failed
>> >> > | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1
>> >> > | make[2]: Leaving directory 
>> >> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
>> >> > | Makefile.QtWebKit:44: recipe for target 
>> >> > 'sub-api-pri-make_first-ordered' failed
>> >> > | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
>> >> >
>> >> > I believe I was able to build 5.8/master before, so I'm suspecting 
>> >> > recent
>> >> > binutils upgrade... But I can be wrong. Would really appreciate some 
>> >> > help
>> >> > here. Thanks.
>> >>
>> >> Anyone else see this?
>> >>
>> >
>> > I do. Have you been able to solve it in the meantime?
>>
>> Do you both have gold enabled?
>>
>>   
>> https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1653529
>
> I don't use the ld-is-gold flag, but gold gets built nevertheless. It's just 
> not
> the default linker. I guess qtwebkit forces its use. So the question becomes 
> whether
> I should set ld-is-gold or teach qtwebkit not to use gold, in order not to 
> mix both
> linkers.

Assuming qtwebkit has a configure option to explicitly enable/disable
gold, I'd say add a PACKAGECONFIG option.

In the short term keep the PACKAGECONFIG option disabled and in the
longer term (once qtwebkit builds successfully with gold enabled) set
the PACKAGECONFIG option based on the testing the distro feature.

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


Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-04-12 Thread Andreas Oberritter
On Wed, 12 Apr 2017 16:38:58 -0700
Andre McCurdy  wrote:

> On Wed, Apr 12, 2017 at 3:45 PM, Andreas Oberritter
>  wrote:
> > On Wed, 29 Mar 2017 19:06:14 -0400
> > Denys Dmytriyenko  wrote:
> >  
> >> On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote:  
> >> > Hi,
> >> >
> >> > I've been having the following build issues lately with qtwebkit 5.8 from
> >> > master:
> >> >
> >> > | make[2]: Entering directory 
> >> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> >> > | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 
> >> > libQt5WebKit.so.5.8
> >> > | linking ../lib/libQt5WebKit.so.5.8.0
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `__bss_start'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `__bss_start'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `_edata'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `_edata'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `_end'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >> >  multiple definition of `_end'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >> >  multiple definition of `__bss_start'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >> >  multiple definition of `_edata'
> >> > | 
> >> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >> >  multiple definition of `_end'
> >> > | collect2: error: ld returned 1 exit status
> >> > | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' 
> >> > failed
> >> > | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1
> >> > | make[2]: Leaving directory 
> >> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> >> > | Makefile.QtWebKit:44: recipe for target 
> >> > 'sub-api-pri-make_first-ordered' failed
> >> > | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
> >> >
> >> > I believe I was able to build 5.8/master before, so I'm suspecting recent
> >> > binutils upgrade... But I can be wrong. Would really appreciate some help
> >> > here. Thanks.  
> >>
> >> Anyone else see this?
> >>  
> >
> > I do. Have you been able to solve it in the meantime?  
> 
> Do you both have gold enabled?
> 
>   
> https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1653529
> 

I don't use the ld-is-gold flag, but gold gets built nevertheless. It's just not
the default linker. I guess qtwebkit forces its use. So the question becomes 
whether
I should set ld-is-gold or teach qtwebkit not to use gold, in order not to mix 
both
linkers.

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


Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-04-12 Thread Andre McCurdy
On Wed, Apr 12, 2017 at 3:45 PM, Andreas Oberritter
 wrote:
> On Wed, 29 Mar 2017 19:06:14 -0400
> Denys Dmytriyenko  wrote:
>
>> On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote:
>> > Hi,
>> >
>> > I've been having the following build issues lately with qtwebkit 5.8 from
>> > master:
>> >
>> > | make[2]: Entering directory 
>> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
>> > | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 
>> > libQt5WebKit.so.5.8
>> > | linking ../lib/libQt5WebKit.so.5.8.0
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `__bss_start'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `__bss_start'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `_edata'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `_edata'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `_end'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
>> >  multiple definition of `_end'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >  multiple definition of `__bss_start'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >  multiple definition of `_edata'
>> > | 
>> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
>> >  multiple definition of `_end'
>> > | collect2: error: ld returned 1 exit status
>> > | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' failed
>> > | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1
>> > | make[2]: Leaving directory 
>> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
>> > | Makefile.QtWebKit:44: recipe for target 'sub-api-pri-make_first-ordered' 
>> > failed
>> > | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
>> >
>> > I believe I was able to build 5.8/master before, so I'm suspecting recent
>> > binutils upgrade... But I can be wrong. Would really appreciate some help
>> > here. Thanks.
>>
>> Anyone else see this?
>>
>
> I do. Have you been able to solve it in the meantime?

Do you both have gold enabled?

  https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1653529

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


Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-04-12 Thread Andreas Oberritter
On Wed, 29 Mar 2017 19:06:14 -0400
Denys Dmytriyenko  wrote:

> On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote:
> > Hi,
> > 
> > I've been having the following build issues lately with qtwebkit 5.8 from 
> > master:
> > 
> > | make[2]: Entering directory 
> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> > | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 
> > libQt5WebKit.so.5.8
> > | linking ../lib/libQt5WebKit.so.5.8.0
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `__bss_start'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `__bss_start'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `_edata'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `_edata'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `_end'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0):
> >  multiple definition of `_end'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >  multiple definition of `__bss_start'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >  multiple definition of `_edata'
> > | 
> > /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0):
> >  multiple definition of `_end'
> > | collect2: error: ld returned 1 exit status
> > | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' failed
> > | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1
> > | make[2]: Leaving directory 
> > '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> > | Makefile.QtWebKit:44: recipe for target 'sub-api-pri-make_first-ordered' 
> > failed
> > | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
> > 
> > I believe I was able to build 5.8/master before, so I'm suspecting recent 
> > binutils upgrade... But I can be wrong. Would really appreciate some help 
> > here. Thanks.  
> 
> Anyone else see this?
> 

I do. Have you been able to solve it in the meantime?

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


[oe] [PATCH 29/29] xfce4-sensors-plugin: update 1.2.6 -> 1.2.97

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../{xfce4-sensors-plugin_1.2.6.bb => xfce4-sensors-plugin_1.2.97.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/sensors/{xfce4-sensors-plugin_1.2.6.bb 
=> xfce4-sensors-plugin_1.2.97.bb} (86%)

diff --git 
a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb 
b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.97.bb
similarity index 86%
rename from 
meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb
rename to meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.97.bb
index c2e0ed9..4d78bb2 100644
--- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb
+++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.97.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b94789bed9aec03b9656a9cc5398c706"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "33c2e343c1224d9c4ae757a70cbe08eb"
-SRC_URI[sha256sum] = 
"235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0"
+SRC_URI[md5sum] = "0c74c3112c5e6e07647c116cd43ff5a7"
+SRC_URI[sha256sum] = 
"7524ec4534de9ef7f676de2895a41bf70b73b94da5a27fd4a022b16eda56d0f4"
 
 EXTRA_OECONF = " \
 --disable-procacpi \
-- 
2.9.3

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


[oe] [PATCH 28/29] xarchiver: Upstream printf-fix-patch

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...formatting-string-to-printf-like-function.patch | 40 --
 meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb  |  6 ++--
 2 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 
meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch

diff --git 
a/meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch
 
b/meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch
deleted file mode 100644
index a115883..000
--- 
a/meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From baf93ea9acf845c5455d577ac19a6f680dac3d2d Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Thu, 30 Mar 2017 11:22:42 -0700
-Subject: [PATCH] Add proper formatting string to printf-like functions
-
-Avoids potential security holes and makes compiler happy
-
-| ../../../../../../../workspace/sources/xarchiver/src/window.c:236:72: error: 
format string is not a string literal (potentially insecure) 
[-Werror,-Wformat-security]
-| gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG 
(dialog),message2);
-
-Signed-off-by: Khem Raj 

- src/window.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-Index: git/src/window.c
-===
 git.orig/src/window.c
-+++ git/src/window.c
-@@ -231,9 +231,9 @@ int xa_show_message_dialog (GtkWindow *w
- {
-   int response;
- 
--  dialog = gtk_message_dialog_new (window,mode,type,button,message1);
-+  dialog = gtk_message_dialog_new (window,mode,type,button,"%s",message1);
-   gtk_dialog_set_default_response (GTK_DIALOG (dialog),GTK_RESPONSE_NO);
--  gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG 
(dialog),message2);
-+  gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG 
(dialog),"%s",message2);
-   response = gtk_dialog_run (GTK_DIALOG (dialog));
-   gtk_widget_destroy (GTK_WIDGET (dialog));
-   return response;
-@@ -511,7 +511,7 @@ void xa_list_archive (GtkMenuItem *menui
-   g_fprintf (stream,_("Comment:\n"));
-   if (bp)
-   g_fprintf(stream,"");
--  g_fprintf (stream,archive[idx]->comment->str);
-+  g_fprintf (stream,"%s",archive[idx]->comment->str);
-   if (bp)
-   g_fprintf(stream,"");
-   g_fprintf (stream,"\n");
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb 
b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
index ea34a52..e275af0 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native"
 
-SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master \
-   
file://0001-Add-proper-formatting-string-to-printf-like-function.patch \
-   "
-SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
+SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master"
+SRCREV = "5a26dd8ceab0af71b30c83286d7c7398a858c814"
 PV = "0.5.3"
 S = "${WORKDIR}/git"
 
-- 
2.9.3

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


[oe] [PATCH 25/29] mpv: update 0.15.0 -> 0.24.0

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../mpv/0001-Fix-build-with-HAVE_GL-0.patch| 39 ++
 .../mplayer/{mpv_0.15.0.bb => mpv_0.24.0.bb}   | 12 +++
 2 files changed, 45 insertions(+), 6 deletions(-)
 create mode 100644 
meta-oe/recipes-multimedia/mplayer/mpv/0001-Fix-build-with-HAVE_GL-0.patch
 rename meta-oe/recipes-multimedia/mplayer/{mpv_0.15.0.bb => mpv_0.24.0.bb} 
(83%)

diff --git 
a/meta-oe/recipes-multimedia/mplayer/mpv/0001-Fix-build-with-HAVE_GL-0.patch 
b/meta-oe/recipes-multimedia/mplayer/mpv/0001-Fix-build-with-HAVE_GL-0.patch
new file mode 100644
index 000..ab2b534
--- /dev/null
+++ b/meta-oe/recipes-multimedia/mplayer/mpv/0001-Fix-build-with-HAVE_GL-0.patch
@@ -0,0 +1,39 @@
+From 212f6c8206bd4dcc7d8970c5f1632823ae4e783a Mon Sep 17 00:00:00 2001
+From: Michael Forney 
+Date: Sun, 12 Feb 2017 23:01:21 -0800
+Subject: [PATCH] Fix build with HAVE_GL==0
+
+video/out/opengl/hwdec.h includes video/out/opengl/common.h, which tries
+to include opengl headers.
+
+Upstream-Status: Backport
+---
+ options/options.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/options/options.c b/options/options.c
+index b711156..0bb36ad 100644
+--- a/options/options.c
 b/options/options.c
+@@ -40,7 +40,6 @@
+ #include "stream/stream.h"
+ #include "video/csputils.h"
+ #include "video/hwdec.h"
+-#include "video/out/opengl/hwdec.h"
+ #include "video/image_writer.h"
+ #include "sub/osd.h"
+ #include "audio/filter/af.h"
+@@ -53,6 +52,10 @@
+ #include "video/out/drm_common.h"
+ #endif
+ 
++#if HAVE_GL
++#include "video/out/opengl/hwdec.h"
++#endif
++
+ extern const char mp_help_text[];
+ 
+ static void print_version(struct mp_log *log)
+-- 
+2.9.3
+
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb 
b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
similarity index 83%
rename from meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
rename to meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
index f51df77..3f46dc1 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
@@ -11,11 +11,13 @@ REQUIRED_DISTRO_FEATURES = "x11"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=91f1cb870c1cc2d31351a4d2595441cb"
 
-SRC_URI = "https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz;name=mpv \
-   
http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;subdir=${BPN}-${PV}
 \
+SRC_URI = " \
+https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz;name=mpv \
+
http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;subdir=${BPN}-${PV}
 \
+file://0001-Fix-build-with-HAVE_GL-0.patch \
 "
-SRC_URI[mpv.md5sum] = "9042bd3fbff2bc8ba0b7fadaa4a22101"
-SRC_URI[mpv.sha256sum] = 
"7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc"
+SRC_URI[mpv.md5sum] = "5c85d1163911e49315a5bf1ca1fae13d"
+SRC_URI[mpv.sha256sum] = 
"a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15"
 SRC_URI[waf.md5sum] = "cef4ee82206b1843db082d0b0506bf71"
 SRC_URI[waf.sha256sum] = 
"01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b"
 
@@ -43,8 +45,6 @@ EXTRA_OECONF = " \
 --disable-dvdread \
 --disable-dvdnav \
 --disable-cdda \
---disable-enca \
---disable-libguess \
 --disable-uchardet \
 --disable-rubberband \
 --disable-lcms2 \
-- 
2.9.3

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


[oe] [PATCH 26/29] mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb 
b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
index 3f46dc1..60f653a 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "mpv is a fork of mplayer2 and MPlayer. It shares 
some features wi
 SECTION = "multimedia"
 HOMEPAGE = "http://www.mpv.io/";
 DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \
-   libxscrnsaver libv4l libxinerama libvdpau \
+   libxscrnsaver libv4l libxinerama \
 "
 
 REQUIRED_DISTRO_FEATURES = "x11"
@@ -24,14 +24,23 @@ SRC_URI[waf.sha256sum] = 
"01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f2
 inherit waf pkgconfig pythonnative distro_features_check
 
 # Note: both lua and libass are required to get on-screen-display (controls)
-PACKAGECONFIG ??= "lua libass"
+PACKAGECONFIG ??= " \
+lua \
+libass \
+${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
+"
+PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
+PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa"
 PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
 PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass"
 PACKAGECONFIG[libarchive] = 
"--enable-libarchive,--disable-libarchive,libarchive"
 PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack"
 PACKAGECONFIG[vaapi] = "--enable-vaapi, --disable-vaapi,libva"
+PACKAGECONFIG[vdpau] = "--enable-vdpau, --disable-vdpau,libvdpau"
+PACKAGECONFIG[wayland] = "--enable-wayland, --enable-wayland,wayland"
 
 SIMPLE_TARGET_SYS = "${@'${TARGET_SYS}'.replace('${TARGET_VENDOR}', '')}"
+
 EXTRA_OECONF = " \
 --prefix=${prefix} \
 --target=${SIMPLE_TARGET_SYS} \
-- 
2.9.3

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


[oe] [PATCH 27/29] xfce4-closebutton-plugin: Upstream clang-fix-patch

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...n_val_if_fail-in-functions-expecting-a-re.patch | 62 --
 .../closebutton/xfce4-closebutton-plugin_git.bb|  6 +--
 2 files changed, 2 insertions(+), 66 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin/0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch

diff --git 
a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin/0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch
 
b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin/0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch
deleted file mode 100644
index 2e824ec..000
--- 
a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin/0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From b0bda2dfc2d8d7bb244e59897b5bf0776f4fe44c Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Wed, 22 Mar 2017 15:07:26 -0700
-Subject: [PATCH] Use g_return_val_if_fail() in functions expecting a return
- value
-
-Clang detects that we are not returning any value when function
-expects it.
-
-Fixes
-
-| ../../git/panel-plugin/closebutton.c:170:3: error: non-void function 
'closebutton_plugin_set_icon' should return a value [-Wreturn-type]
-|   g_return_if_fail (XFCE_IS_PANEL_IMAGE (icon));
-
-Signed-off-by: Khem Raj 

-Upstream-Status: Pending
-
- panel-plugin/closebutton-settings.c | 2 +-
- panel-plugin/closebutton.c  | 6 +++---
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/panel-plugin/closebutton-settings.c 
b/panel-plugin/closebutton-settings.c
-index f2fa370..d4e6b0c 100644
 a/panel-plugin/closebutton-settings.c
-+++ b/panel-plugin/closebutton-settings.c
-@@ -60,7 +60,7 @@ closebutton_builder_new (XfcePanelPlugin  *panel_plugin,
-   GtkBuilder  *builder;
-   GObject *dialog, *button;
- 
--  g_return_if_fail (XFCE_IS_PANEL_PLUGIN (panel_plugin));
-+  g_return_val_if_fail (XFCE_IS_PANEL_PLUGIN (panel_plugin), 0);
- 
-   builder = gtk_builder_new ();
-   if (gtk_builder_add_from_string (builder, buffer, length, &error))
-diff --git a/panel-plugin/closebutton.c b/panel-plugin/closebutton.c
-index fd0a7b5..2120728 100644
 a/panel-plugin/closebutton.c
-+++ b/panel-plugin/closebutton.c
-@@ -167,8 +167,8 @@ closebutton_plugin_set_icon (CloseButtonPlugin *plugin, 
gboolean force_reload)
-   XfcePanelPlugin   *panel_plugin = XFCE_PANEL_PLUGIN (plugin);
-   XfcePanelImage*icon = XFCE_PANEL_IMAGE (plugin->icon);
- 
--  g_return_if_fail (XFCE_IS_PANEL_IMAGE (icon));
--  g_return_if_fail (XFCE_IS_CLOSEBUTTON_PLUGIN (plugin));
-+  g_return_val_if_fail (XFCE_IS_PANEL_IMAGE (icon), 0);
-+  g_return_val_if_fail (XFCE_IS_CLOSEBUTTON_PLUGIN (plugin), 0);
- 
-   window = closebutton_plugin_get_effective_window (plugin);
-   if (window != NULL)
-@@ -404,7 +404,7 @@ closebutton_plugin_size_changed (XfcePanelPlugin 
*panel_plugin,
-  gint size)
- {
-   CloseButtonPlugin *plugin = XFCE_CLOSEBUTTON_PLUGIN (panel_plugin);
--  g_return_if_fail (XFCE_IS_CLOSEBUTTON_PLUGIN (plugin));
-+  g_return_val_if_fail (XFCE_IS_CLOSEBUTTON_PLUGIN (plugin), 0);
- 
- #if LIBXFCE4PANEL_CHECK_VERSION(4,9,0)
-   size /= xfce_panel_plugin_get_nrows (panel_plugin);
--- 
-2.12.0
-
diff --git 
a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb 
b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
index 746b122..3cd4ee6 100644
--- 
a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
+++ 
b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
@@ -9,10 +9,8 @@ DEPENDS += "exo-native libwnck xfconf"
 
 PV = "0.1.0+gitr${SRCPV}"
 
-SRC_URI = 
"git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master \
-   
file://0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch \
-  "
-SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850"
+SRC_URI = 
"git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master"
+SRCREV = "02b74f13ad6f639234c8db1854963038b2780a2c"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF += "--enable-maintainer-mode"
-- 
2.9.3

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


[oe] [PATCH 24/29] libass: update 0.13.2 -> 0.13.6

2017-04-12 Thread Andreas Müller
License checksum was changed by some back and forth [1-2] - now it is really
ISC again.

[1] 
https://github.com/libass/libass/commit/9422a80578bc44f662f07edf723f85239a0579f5
[2] 
https://github.com/libass/libass/commit/cde05e0716ef2b74530633d463ad7f6d0b94ac61

Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-multimedia/libass/libass.inc   | 2 +-
 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb | 4 
 meta-oe/recipes-multimedia/libass/libass_0.13.6.bb | 4 
 3 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
 create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.13.6.bb

diff --git a/meta-oe/recipes-multimedia/libass/libass.inc 
b/meta-oe/recipes-multimedia/libass/libass.inc
index 85ac873..4bc3db0 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/libass/libass";
 SECTION = "libs/multimedia"
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
 
 DEPENDS = "enca fontconfig freetype libpng fribidi"
 
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb 
b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
deleted file mode 100644
index 8cf2bd8..000
--- a/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require recipes-multimedia/${BPN}/${BPN}.inc
-
-SRC_URI[md5sum] = "1c8cbd5751aeb192bda04a65d0464fd9"
-SRC_URI[sha256sum] = 
"d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face"
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.13.6.bb 
b/meta-oe/recipes-multimedia/libass/libass_0.13.6.bb
new file mode 100644
index 000..40ac0f8
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libass/libass_0.13.6.bb
@@ -0,0 +1,4 @@
+require recipes-multimedia/${BPN}/${BPN}.inc
+
+SRC_URI[md5sum] = "daa6cfca437c0776af5f79750cdd9b4e"
+SRC_URI[sha256sum] = 
"f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d"
-- 
2.9.3

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


[oe] [PATCH 23/29] poppler: update 0.51.0 -> 0.53.0

2017-04-12 Thread Andreas Müller
c++ is now set by poppler itself [1]

[1] https://lists.freedesktop.org/archives/poppler/2017-March/012106.html

Signed-off-by: Andreas Müller 
---
 .../poppler/{poppler_0.51.0.bb => poppler_0.53.0.bb}  | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)
 rename meta-oe/recipes-support/poppler/{poppler_0.51.0.bb => 
poppler_0.53.0.bb} (78%)

diff --git a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb 
b/meta-oe/recipes-support/poppler/poppler_0.53.0.bb
similarity index 78%
rename from meta-oe/recipes-support/poppler/poppler_0.51.0.bb
rename to meta-oe/recipes-support/poppler/poppler_0.53.0.bb
index f683a3a..c1bfb31 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.53.0.bb
@@ -7,8 +7,8 @@ SRC_URI = " \
 file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \
 file://0002-fix-gcc-6-math-ambiguous-errors.patch \
 "
-SRC_URI[md5sum] = "342452b9dfd16f3c9912eb029fe0d4e2"
-SRC_URI[sha256sum] = 
"e997c9ad81a8372f2dd03a02b00692b8cc479c220340c8881edaca540f402c1f"
+SRC_URI[md5sum] = "943679f1030b9bc19a989f24121a282a"
+SRC_URI[sha256sum] = 
"592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8"
 
 DEPENDS = "fontconfig zlib cairo lcms"
 
@@ -24,13 +24,6 @@ PACKAGECONFIG[qt5] = "--enable-poppler-qt5 
--with-moc-qt5=${STAGING_BINDIR_NATIV
 PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 
--with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded"
 PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss"
 
-# Needed for qt5
-CXXFLAGS += "--std=c++11"
-
-#| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to 
`__init_array_end'
-#| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to 
`__init_array_start'
-#| 
/mnt/a/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/6.2.0/ld:
 .libs/libpoppler.so.65.0.0: hidden symbol `__init_array_end' isn't defined 
-
 SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
 
 EXTRA_OECONF = "\
-- 
2.9.3

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


[oe] [PATCH 22/29] xfce4-mount-plugin: update 0.6.4 -> 1.1.2

2017-04-12 Thread Andreas Müller
I've given my best to port musl-patch but did not test build with musl.

Signed-off-by: Andreas Müller 
---
 .../0001-check-for-fstab.h-during-configure.patch  | 50 +++---
 ...plugin_0.6.4.bb => xfce4-mount-plugin_1.1.2.bb} |  7 ++-
 2 files changed, 29 insertions(+), 28 deletions(-)
 rename meta-xfce/recipes-panel-plugins/mount/{xfce4-mount-plugin_0.6.4.bb => 
xfce4-mount-plugin_1.1.2.bb} (68%)

diff --git 
a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
 
b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
index dcc2a37..e2165c2 100644
--- 
a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
+++ 
b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch
@@ -10,16 +10,19 @@ plugin
 Makes it compile/build with musl
 
 Signed-off-by: Khem Raj 
+
+Patch Reworked for xfce4-mount-plugin 0.6.4->1.1.2
+Signed-off-by: Andreas Müller 
 ---
  configure.ac   |  1 +
- panel-plugin/devices.c | 22 ++
- 2 files changed, 19 insertions(+), 4 deletions(-)
+ panel-plugin/devices.c | 22 +++---
+ 2 files changed, 20 insertions(+), 3 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 34d6f7f..52ecc4a 100644
+index b131117..c633fef 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -67,6 +67,7 @@ AC_CHECK_HEADERS([sys/socket.h])
+@@ -69,6 +69,7 @@ AC_CHECK_HEADERS([sys/socket.h])
  AC_CHECK_HEADERS([sys/time.h])
  AC_CHECK_HEADERS([unistd.h])
  AC_CHECK_HEADERS([sys/sockio.h])
@@ -28,10 +31,10 @@ index 34d6f7f..52ecc4a 100644
  AC_PROG_GCC_TRADITIONAL
  AC_TYPE_SIZE_T
 diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
-index afa954e..345b603 100644
+index 797b079..d29df56 100644
 --- a/panel-plugin/devices.c
 +++ b/panel-plugin/devices.c
-@@ -24,8 +24,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+@@ -24,8 +24,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  #ifdef HAVE_CONFIG_H
  #include 
  #endif
@@ -39,41 +42,40 @@ index afa954e..345b603 100644
 +#if HAVE_FSTAB_H
  #include 
 +#endif
++
  #include 
  #include 
  #include 
-@@ -370,14 +371,15 @@ out:
- GPtrArray *
- disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
+@@ -468,11 +470,12 @@ disks_new (gboolean include_NFSs, gboolean 
*showed_fstab_dialog, gint length)
  {
--GPtrArray * pdisks; /* to be returned */
-+GtkWidget *dialog;
+ GPtrArray * pdisks; /* to be returned */
  t_disk * pdisk;
 -struct fstab *pfstab;
-+GPtrArray * pdisks; /* to be returned */
  gboolean has_valid_mount_device;
--GtkWidget *dialog;
  
  pdisks = g_ptr_array_new();
-+#if HAVE_FSTAB_H
  
++#if HAVE_FSTAB_H
 +struct fstab *pfstab;
  /* open fstab */
  if (setfsent()!=1)
  {
-@@ -422,6 +424,18 @@ disks_new (gboolean include_NFSs, gboolean 
*showed_fstab_dialog, gint length)
+@@ -526,7 +529,20 @@ disks_new (gboolean include_NFSs, gboolean 
*showed_fstab_dialog, gint length)
+ } /* end for */
  
  endfsent(); /* close file */
- 
+-
 +#else
++/* popup notification dialog */
 +if (! (*showed_fstab_dialog) ) {
-+dialog = gtk_message_dialog_new (NULL, 
GTK_DIALOG_DESTROY_WITH_PARENT,
-+GTK_MESSAGE_INFO, 
GTK_BUTTONS_OK,
-+"Your /etc/fstab could not be read because fstab is not supported. This 
will severely degrade the plugin's abilities.");
-+/* gtk_dialog_run (GTK_DIALOG (dialog)); */
-+g_signal_connect (dialog, "response",
-+G_CALLBACK (gtk_widget_destroy), dialog);
-+ gtk_widget_show (dialog);
++xfce_message_dialog (NULL,
++   _("Xfce 4 Mount Plugin"),
++   "dialog-info",
++   _("Your /etc/fstab could not be read because 
fstab is not supported. This will severely degrade the plugin's abilities."),
++   NULL,
++   "gtk-ok",
++   GTK_RESPONSE_OK,
++   NULL);
 + *showed_fstab_dialog = TRUE;
 + }
 +#endif
@@ -81,5 +83,5 @@ index afa954e..345b603 100644
  }
  
 -- 
-2.12.0
+2.9.3
 
diff --git a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb 
b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.2.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb
rename to meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.2.bb
index 2a646eb..6700937 100644
--- a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb
+++ b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.2.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36

[oe] [PATCH 20/29] networkmanager-openvpn: update 1.2.6 -> 1.2.8

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...etworkmanager-openvpn_1.2.6.bb => networkmanager-openvpn_1.2.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-oe/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.2.6.bb => 
networkmanager-openvpn_1.2.8.bb} (87%)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.8.bb
similarity index 87%
rename from 
meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
rename to 
meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.8.bb
index d360a71..cce3f91 100644
--- 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
+++ 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.8.bb
@@ -9,8 +9,8 @@ DEPENDS = "dbus dbus-glib networkmanager openvpn 
intltool-native glib-2.0-native
 inherit gnomebase useradd gettext systemd
 
 SRC_URI = 
"${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/NetworkManager-openvpn-${PV}.tar.xz"
-SRC_URI[md5sum] = "47ed9b6c43ca364976a15e84207687df"
-SRC_URI[sha256sum] = 
"2373e2bb0a8a876cb2997cd8b0e3d6e10012d9bef3705ea3ac21f6394b3f1fb0"
+SRC_URI[md5sum] = "9f325be386aa906ff9b0b7c0bdf2a59a"
+SRC_URI[sha256sum] = 
"3e0b4007f248d96df4b8eb5d0f937536044af7053debbbf525e67c9bc5d30654"
 
 S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
 
-- 
2.9.3

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


[oe] [PATCH 21/29] network-manager-applet: update 1.4.2 -> 1.4.4

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...etwork-manager-applet_1.4.2.bb => network-manager-applet_1.4.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-gnome/recipes-connectivity/network-manager-applet/{network-manager-applet_1.4.2.bb
 => network-manager-applet_1.4.4.bb} (84%)

diff --git 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.2.bb
 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
similarity index 84%
rename from 
meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.2.bb
rename to 
meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
index e8c3dd6..5ad1070 100644
--- 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.2.bb
+++ 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
@@ -11,8 +11,8 @@ inherit gnomebase gsettings gtk-icon-cache 
gobject-introspection
 
 GNOME_COMPRESS_TYPE = "xz"
 
-SRC_URI[archive.md5sum] = "35684ee788d8d1d6f913c63bb0ada0cf"
-SRC_URI[archive.sha256sum] = 
"431b7b4876638c6a537c8bf9c91a9250532b3d960b22b056df554695a81e4499"
+SRC_URI[archive.md5sum] = "3f82cedc4703df0277c76d9feb5bf2c8"
+SRC_URI[archive.sha256sum] = 
"693846eeae0986e79eb1cedfbc499f132f27a9976ef189a0f16938ac59ec3226"
 
 PACKAGECONFIG[modemmanager] = "--with-wwan,--without-wwan,modemmanager"
 PACKAGECONFIG ??= ""
-- 
2.9.3

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


[oe] [PATCH 19/29] networkmanager-openvpn: pack static libs properly

2017-04-12 Thread Andreas Müller
WARNING: networkmanager-openvpn-1.2.6-r0 do_package: QA Issue: 
networkmanager-openvpn: Files/directories were installed but not shipped in any 
package:
  /usr/lib/NetworkManager/libnm-vpn-plugin-openvpn.a

Signed-off-by: Andreas Müller 
---
 .../networkmanager/networkmanager-openvpn_1.2.6.bb| 4 
 1 file changed, 4 insertions(+)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
index ff2ad87..d360a71 100644
--- 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
+++ 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
@@ -29,6 +29,10 @@ FILES_${PN} += " \
 ${libdir}/NetworkManager/VPN/nm-openvpn-service.name \
 "
 
+FILES_${PN}-staticdev += " \
+${libdir}/NetworkManager/*.a \
+"
+
 RDEPENDS_${PN} = " \
 networkmanager \
 openvpn \
-- 
2.9.3

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


[oe] [PATCH 18/29] networkmanager-openvpn: add glib-2.0-native to DEPENDS and unblacklist

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../networkmanager/networkmanager-openvpn_1.2.6.bb| 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
index 7260323..ff2ad87 100644
--- 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
+++ 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb
@@ -4,7 +4,7 @@ SECTION = "net/misc"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=100d5a599bead70ddcd70dcd73f2e29c"
 
-DEPENDS = "dbus dbus-glib networkmanager openvpn intltool-native"
+DEPENDS = "dbus dbus-glib networkmanager openvpn intltool-native 
glib-2.0-native"
 
 inherit gnomebase useradd gettext systemd
 
@@ -33,5 +33,3 @@ RDEPENDS_${PN} = " \
 networkmanager \
 openvpn \
 "
-
-PNBLACKLIST[networkmanager-openvpn] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130667/ - the recipe will be 
removed on 2017-09-01 unless the issue is fixed"
-- 
2.9.3

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


[oe] [PATCH 17/29] networkmanager: update 1.4.2 -> 1.4.4

2017-04-12 Thread Andreas Müller
Have no idea what made license checksum change but it is still GPLv2+.

Signed-off-by: Andreas Müller 
---
 .../{networkmanager_1.4.2.bb => networkmanager_1.4.4.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/networkmanager/{networkmanager_1.4.2.bb => 
networkmanager_1.4.4.bb} (94%)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.2.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.2.bb
rename to meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
index 90499a6..85098fe 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.2.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
@@ -4,7 +4,7 @@ SECTION = "net/misc"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cbbffd568227ada506640fe950a4823b \
 
file://libnm-util/COPYING;md5=1c4fa765d6eb3cd2fbd84344a1b816cd \
-
file://docs/api/html/license.html;md5=6baf214193dfc5d10b297b41fc2d22c9 \
+
file://docs/api/html/license.html;md5=8eb8e72bab097b9d11763002cb003697 \
 "
 
 DEPENDS = " \
@@ -33,8 +33,8 @@ SRC_URI = 
"${GNOME_MIRROR}/NetworkManager/${@gnome_verdir("${PV}")}/NetworkManag

file://0005-sd-lldp.h-Remove-net-ethernet.h-seems-to-be-over-spe.patch \
file://0001-check-for-strndupa-before-using-it.patch \
"
-SRC_URI[md5sum] = "59b5b5585467756787c6cb535cbd306e"
-SRC_URI[sha256sum] = 
"a864e347ddf6da8dabd40e0185b8c10a655d4a94b45cbaa2b3bb4b5e8360d204"
+SRC_URI[md5sum] = "63f1e0d6d7e9099499d062c84c927a75"
+SRC_URI[sha256sum] = 
"829378f318cc008d138a23ca6a9191928ce75344e7e47a2f2c35f4ac82133309"
 
 S = "${WORKDIR}/NetworkManager-${PV}"
 
-- 
2.9.3

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


[oe] [PATCH 16/29] xfce4-whiskermenu-plugin: update 2.1.0 -> 2.1.2

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...-whiskermenu-plugin_2.1.0.bb => xfce4-whiskermenu-plugin_2.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.0.bb 
=> xfce4-whiskermenu-plugin_2.1.2.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.0.bb 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.2.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.0.bb
rename to 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.2.bb
index 81be871..46b508a 100644
--- 
a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.0.bb
+++ 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit xfce-panel-plugin cmake
 
-SRC_URI[md5sum] = "29240011d455d0fc591b4a1e2262b7a7"
-SRC_URI[sha256sum] = 
"7e25706376e00fd216a9295aca3d0ff9f34bc13d4962bb6217e5f4270b973a80"
+SRC_URI[md5sum] = "eb07c2107c9d1276e9b1bec01f7347a1"
+SRC_URI[sha256sum] = 
"efd95c330055fd7901a59a48569d14885c168017c5fdb2e233976a78bccb8923"
 
 RRECOMMENDS_${PN} += "menulibre"
-- 
2.9.3

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


[oe] [PATCH 13/29] xfce4-netload-plugin: update 1.3.0 -> 1.3.1

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../{xfce4-netload-plugin_1.3.0.bb => xfce4-netload-plugin_1.3.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.3.0.bb 
=> xfce4-netload-plugin_1.3.1.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.0.bb 
b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.1.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.0.bb
rename to meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.1.bb
index 9e31ebe..7d77782 100644
--- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.0.bb
+++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.1.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=35a7203c41b86d15546dddc05995f97f"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "9b625d8ad513085f2e1569171db00b44"
-SRC_URI[sha256sum] = 
"615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057"
+SRC_URI[md5sum] = "f25aa3242e3119b49f259a3e4a1af08b"
+SRC_URI[sha256sum] = 
"99762781099d1e0ab9aa6a7b30c2bd94d8f658dbe61c760410d5d42d0766391c"
-- 
2.9.3

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


[oe] [PATCH 15/29] xfce4-genmon-plugin: update 3.4.0 -> 4.0.0

2017-04-12 Thread Andreas Müller
Patch was a backport and is now included in tarball

Signed-off-by: Andreas Müller 
---
 ...-period-to-be-set-at-250ms-resolution.-Pa.patch | 36 --
 ...lugin_3.4.0.bb => xfce4-genmon-plugin_4.0.0.bb} |  8 ++---
 2 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
 rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_3.4.0.bb => 
xfce4-genmon-plugin_4.0.0.bb} (57%)

diff --git 
a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
 
b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
deleted file mode 100644
index 28c0eb1..000
--- 
a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 Mon Sep 17 00:00:00 2001
-From: John Lindgren 
-Date: Tue, 21 Aug 2012 19:33:45 -0400
-Subject: [PATCH] Allow timer period to be set at 250ms resolution.  Patch
- from Miguel Guedes.  Closes: #9102.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Applied [1]
-
-[1] 
http://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=2d5fa307827a7b32af4f7b2ae0604f943e3a6e99
-
-Signed-off-by: Andreas Müller 

- panel-plugin/config_gui.c |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
-index a4c891d..90e55c1 100644
 a/panel-plugin/config_gui.c
-+++ b/panel-plugin/config_gui.c
-@@ -106,8 +106,8 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1,
- gtk_widget_show (alignment1);
- gtk_container_add (GTK_CONTAINER (eventbox1), alignment1);
- 
--wSc_Period_adj = gtk_adjustment_new (15, 1, 60*60*24, 1, 1, 0);
--wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), 1, 0);
-+wSc_Period_adj = gtk_adjustment_new (15, .25, 60*60*24, .25, 1, 0);
-+wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), .25, 
2);
- gtk_widget_show (wSc_Period);
- gtk_container_add (GTK_CONTAINER (alignment1), wSc_Period);
- gtk_tooltips_set_tip (tooltips, wSc_Period,
--- 
-1.7.6.5
-
diff --git 
a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb 
b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
similarity index 57%
rename from meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb
rename to meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
index a13db62..0624fe9 100644
--- a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb
+++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
@@ -5,9 +5,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
 
 inherit xfce-panel-plugin
 
-SRC_URI += 
"file://0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch"
-
-SRC_URI[md5sum] = "24108b339bb040ed360266f53a245224"
-SRC_URI[sha256sum] = 
"b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387"
-
-S = "${WORKDIR}/xfce4-genmon-plugin-3.4"
+SRC_URI[md5sum] = "f28cfbf9c82e758a236c1f5fcbcb8a35"
+SRC_URI[sha256sum] = 
"a7db4f786166643076323dcde99ad12e92383cc29b4b806862d5483ec468c3e3"
-- 
2.9.3

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


[oe] [PATCH 14/29] xfce4-equake-plugin: update 1.3.8 -> 1.3.8.1

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...{xfce4-equake-plugin_1.3.8.bb => xfce4-equake-plugin_1.3.8.1.bb} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.8.bb => 
xfce4-equake-plugin_1.3.8.1.bb} (72%)

diff --git 
a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb 
b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb
similarity index 72%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb
index 76d25f8..8b24e98 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "c8f6cb2aec62513c343281eacc4fc395"
-SRC_URI[sha256sum] = 
"431575da3d49fea3afa60f02e83c8d74e20e9a229c9c4ec82c21d45e2c986925"
+DEPENDS += "curl"
+
+SRC_URI[md5sum] = "07d42b8a3d440d6f1861048a6cc3a15a"
+SRC_URI[sha256sum] = 
"eff9cfd604d1bd998c5208176fbe2c6da705c250dce572f5e30b2c77f4ec741c"
 
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin"
-- 
2.9.3

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


[oe] [PATCH 12/29] xfce4-systemload-plugin: update 1.2.0 -> 1.2.1

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...e4-systemload-plugin_1.2.0.bb => xfce4-systemload-plugin_1.2.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.2.0.bb => 
xfce4-systemload-plugin_1.2.1.bb} (70%)

diff --git 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.1.bb
similarity index 70%
rename from 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb
rename to 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.1.bb
index 1da87d2..eeb4518 100644
--- 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.0.bb
+++ 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.2.1.bb
@@ -7,5 +7,5 @@ inherit xfce-panel-plugin
 
 DEPENDS += "upower"
 
-SRC_URI[md5sum] = "f2c7e77c8ef7d654c0b429d2e109d4a0"
-SRC_URI[sha256sum] = 
"4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad"
+SRC_URI[md5sum] = "550277af9886c47005117110f6e7ec0d"
+SRC_URI[sha256sum] = 
"2bf7d0802534a1eb2e9f251af2bb97abc3f58608c1f01511d302c06111d34812"
-- 
2.9.3

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


[oe] [PATCH 08/29] xfce4-terminal: update 0.8.3 -> 0.8.4

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../{xfce4-terminal_0.8.3.bb => xfce4-terminal_0.8.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.3.bb => 
xfce4-terminal_0.8.4.bb} (68%)

diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.3.bb 
b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.4.bb
similarity index 68%
rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.3.bb
rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.4.bb
index 7d49785..bc1d216 100644
--- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.3.bb
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.4.bb
@@ -8,5 +8,5 @@ inherit xfce-app
 FILES_${PN} += "${datadir}/xfce4 \
 ${datadir}/gnome-control-center"
 
-SRC_URI[md5sum] = "d4a3211c23aa3f588e86cb21d34c0e91"
-SRC_URI[sha256sum] = 
"40e6e4b3b8e887a326d9491a47388bbdc379f971a8d622509c0a006e53dc12f1"
+SRC_URI[md5sum] = "7d9ea57301d6a770e5db8e7ecd6e4cda"
+SRC_URI[sha256sum] = 
"c5c1163b30e7a43d56ff92a25193bf9f29ce60e6cf43e5988530df79c84cfdc8"
-- 
2.9.3

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


[oe] [PATCH 11/29] xfce4-weather-plugin: update 0.8.8 -> 0.8.9

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../{xfce4-weather-plugin_0.8.8.bb => xfce4-weather-plugin_0.8.9.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.8.bb 
=> xfce4-weather-plugin_0.8.9.bb} (72%)

diff --git 
a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb 
b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb
similarity index 72%
rename from 
meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb
rename to meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb
index 28d3bda..d9ed2ce 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.8.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb
@@ -7,7 +7,7 @@ inherit xfce-panel-plugin
 
 DEPENDS += "libsoup-2.4 dbus-glib upower"
 
-SRC_URI[md5sum] = "29fe8892bb4c6b1e639862a63110618e"
-SRC_URI[sha256sum] = 
"651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f"
+SRC_URI[md5sum] = "0c56c057e1c354b30409b7871ab6f314"
+SRC_URI[sha256sum] = 
"0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5"
 
 FILES_${PN} += "${datadir}/xfce4/weather"
-- 
2.9.3

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


[oe] [PATCH 07/29] xfce4-taskmanager: update 1.1.0 -> 1.2.0

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb  | 10 --
 .../recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.0.bb  | 10 ++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 
meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb
 create mode 100644 
meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.0.bb

diff --git 
a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb 
b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb
deleted file mode 100644
index cb1be67..000
--- a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Easy to use task manager"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-inherit xfce-app
-
-DEPENDS += "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
-
-SRC_URI[md5sum] = "7da465a4798629ebd8650fef62770ab7"
-SRC_URI[sha256sum] = 
"2e1eb161f966cbfbd68bd029fb59115bc5ab0c0704cb500d20e7d73967e59ecb"
diff --git 
a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.0.bb 
b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.0.bb
new file mode 100644
index 000..f955585
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Easy to use task manager"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+inherit xfce-app
+
+DEPENDS += "gtk+ cairo libwnck libxmu xfce4-dev-tools-native exo-native"
+
+SRC_URI[md5sum] = "6f30ce3c688454812008281065a6e05c"
+SRC_URI[sha256sum] = 
"5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69"
-- 
2.9.3

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


[oe] [PATCH 10/29] xfwm4: 4.12.3 -> 4.12.4

2017-04-12 Thread Andreas Müller
After ages my patch was finally applied

Signed-off-by: Andreas Müller 
---
 ...-display-events-when-time-is-set-backward.patch | 33 --
 .../xfwm4/{xfwm4_4.12.3.bb => xfwm4_4.12.4.bb} |  5 ++--
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 
meta-xfce/recipes-xfce/xfwm4/files/0001-don-t-block-display-events-when-time-is-set-backward.patch
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.3.bb => xfwm4_4.12.4.bb} (80%)

diff --git 
a/meta-xfce/recipes-xfce/xfwm4/files/0001-don-t-block-display-events-when-time-is-set-backward.patch
 
b/meta-xfce/recipes-xfce/xfwm4/files/0001-don-t-block-display-events-when-time-is-set-backward.patch
deleted file mode 100644
index 08fd76b..000
--- 
a/meta-xfce/recipes-xfce/xfwm4/files/0001-don-t-block-display-events-when-time-is-set-backward.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From e87977696f03b0c9f72884f8e3e3ec3248dfd80a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
-Date: Tue, 18 Jun 2013 12:46:42 +0200
-Subject: [PATCH] don't block display events when time is set backwards
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Submitted [1]
-
-[1] https://bugzilla.xfce.org/show_bug.cgi?id=10184
-
-Signed-off-by: Andreas Müller 

- src/display.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/display.c b/src/display.c
-index 00318d5..651bc7a 100644
 a/src/display.c
-+++ b/src/display.c
-@@ -733,7 +733,7 @@ myDisplayUpdateCurrentTime (DisplayInfo *display, XEvent 
*ev)
- break;
- }
- 
--if ((timestamp != (guint32) CurrentTime) && 
TIMESTAMP_IS_BEFORE(display->current_time, timestamp))
-+if ((timestamp != (guint32) CurrentTime) /*&& 
TIMESTAMP_IS_BEFORE(display->current_time, timestamp)*/)
- {
- display->current_time = timestamp;
- }
--- 
-1.7.6.5
-
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb 
b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb
similarity index 80%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb
index ad70860..2aa68e3 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb
@@ -8,9 +8,8 @@ inherit xfce update-alternatives distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI += 
"file://0001-don-t-block-display-events-when-time-is-set-backward.patch"
-SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f"
-SRC_URI[sha256sum] = 
"f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac"
+SRC_URI[md5sum] = "3ec136efc5387fd3b53cd66b684f52d7"
+SRC_URI[sha256sum] = 
"fa74048a75649a6e92df763a3cfb706d3fed1e1a6adf567f6693325a5a6efb36"
 
 python populate_packages_prepend () {
 themedir = d.expand('${datadir}/themes')
-- 
2.9.3

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


[oe] [PATCH 06/29] xfce4-notifyd: update 0.3.4 -> 0.3.6

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../xfce4-notifyd/{xfce4-notifyd_0.3.4.bb => xfce4-notifyd_0.3.6.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.3.4.bb => 
xfce4-notifyd_0.3.6.bb} (79%)

diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb 
b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
similarity index 79%
rename from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb
rename to meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
index 9602ac8..ac2360a 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
@@ -8,8 +8,8 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib 
libnotify \
 
 inherit xfce-app
 
-SRC_URI[md5sum] = "793490b488c3c4a3f97d644431f048d8"
-SRC_URI[sha256sum] = 
"038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf"
+SRC_URI[md5sum] = "19e602fa5e33afaf7563f069261ae1db"
+SRC_URI[sha256sum] = 
"f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9"
 
 do_compile_prepend() {
 mkdir -p xfce4-notifyd
-- 
2.9.3

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


[oe] [PATCH 09/29] xfce4-diskperf-plugin: update 2.6.0 -> 2.6.1

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...{xfce4-diskperf-plugin_2.6.0.bb => xfce4-diskperf-plugin_2.6.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/diskperf/{xfce4-diskperf-plugin_2.6.0.bb => 
xfce4-diskperf-plugin_2.6.1.bb} (65%)

diff --git 
a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.0.bb 
b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb
similarity index 65%
rename from 
meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.0.bb
rename to 
meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb
index 31845e6..161b2bb 100644
--- a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.0.bb
+++ b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "fdb061b5dee6efe04b14d10c166727b0"
-SRC_URI[sha256sum] = 
"4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e"
+SRC_URI[md5sum] = "63d5f03934c2dbddb3ad7bf7f535cc23"
+SRC_URI[sha256sum] = 
"212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa"
-- 
2.9.3

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


[oe] [PATCH 05/29] geany-plugins: update 1.29 -> 1.30

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../geany/{geany-plugins_1.29.bb => geany-plugins_1.30.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/geany/{geany-plugins_1.29.bb => 
geany-plugins_1.30.bb} (98%)

diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb 
b/meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb
similarity index 98%
rename from meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb
rename to meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb
index 89bb966..f01dda8 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb
@@ -25,8 +25,8 @@ DEPENDS = " \
 inherit autotools pkgconfig gtk-icon-cache
 
 SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2";
-SRC_URI[md5sum] = "2059c63ac0ec29d2da66b6243ae792e1"
-SRC_URI[sha256sum] = 
"2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7"
+SRC_URI[md5sum] = "13f8e5d900b4911059385649b8dde887"
+SRC_URI[sha256sum] = 
"8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b"
 
 do_configure_prepend() {
 rm -f ${S}/build/cache/glib-gettext.m4
-- 
2.9.3

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


[oe] [PATCH 04/29] geany: update 1.29 -> 1.30.1

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-devtools/geany/{geany_1.29.bb => geany_1.30.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/geany/{geany_1.29.bb => geany_1.30.1.bb} (75%)

diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb 
b/meta-oe/recipes-devtools/geany/geany_1.30.1.bb
similarity index 75%
rename from meta-oe/recipes-devtools/geany/geany_1.29.bb
rename to meta-oe/recipes-devtools/geany/geany_1.30.1.bb
index fa1c244..e316ea7 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.29.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.30.1.bb
@@ -8,8 +8,8 @@ DEPENDS = "gtk+ libxml-parser-perl-native 
python3-docutils-native intltool-nativ
 inherit autotools pkgconfig perlnative pythonnative gettext
 
 SRC_URI = "http://download.geany.org/${BP}.tar.bz2";
-SRC_URI[md5sum] = "9b62a443461cc917b41c94fa7d58fdb1"
-SRC_URI[sha256sum] = 
"394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f"
+SRC_URI[md5sum] = "75081b600560c5c8366eda0e1b8cc531"
+SRC_URI[sha256sum] = 
"0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491"
 
 FILES_${PN} += "${datadir}/icons"
 
-- 
2.9.3

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


[oe] [PATCH 03/29] thunar: update 1.6.10 -> 1.6.11

2017-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-xfce/recipes-xfce/thunar/{thunar_1.6.10.bb => thunar_1.6.11.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.10.bb => thunar_1.6.11.bb} 
(88%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb 
b/meta-xfce/recipes-xfce/thunar/thunar_1.6.11.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.6.11.bb
index 90fd788..c750e8c 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.11.bb
@@ -9,8 +9,8 @@ inherit xfce distro_features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = 
"http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "3089e1dca6e408641b07cd9c759dea5e"
-SRC_URI[sha256sum] = 
"7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a"
+SRC_URI[md5sum] = "9749be8247cb19ed0fd36e4118c6236a"
+SRC_URI[sha256sum] = 
"b1c7c3121827f59610900ef1cc19aa10a50ab2cc3ae38eee15181b64256e8b42"
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
-- 
2.9.3

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


[oe] [PATCH 01/29] fltk: rework completely

2017-04-12 Thread Andreas Müller
* Use cmake as build system. Projects also using cmake and depending on fltk
  would not find all required components. Note that FindFLTK.cmake is part of
  cmake.
* Add a native recipe and split out common - we need fluid (Fast Light User
  Interface Designer) as working binary

Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-support/fltk/fltk-native.bb| 16 
 meta-oe/recipes-support/fltk/fltk.bb   | 34 
 meta-oe/recipes-support/fltk/fltk.inc  | 21 ++
 ...ces.cxx-do-not-use-dlopen-in-case-glibc-s.patch | 39 ++
 ...02-always-build-fluid-and-export-pointers.patch | 31 ++
 meta-oe/recipes-support/fltk/fltk_1.3.4-1.bb   | 47 --
 6 files changed, 141 insertions(+), 47 deletions(-)
 create mode 100644 meta-oe/recipes-support/fltk/fltk-native.bb
 create mode 100644 meta-oe/recipes-support/fltk/fltk.bb
 create mode 100644 meta-oe/recipes-support/fltk/fltk.inc
 create mode 100644 
meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch
 create mode 100644 
meta-oe/recipes-support/fltk/fltk/0002-always-build-fluid-and-export-pointers.patch
 delete mode 100644 meta-oe/recipes-support/fltk/fltk_1.3.4-1.bb

diff --git a/meta-oe/recipes-support/fltk/fltk-native.bb 
b/meta-oe/recipes-support/fltk/fltk-native.bb
new file mode 100644
index 000..353987e
--- /dev/null
+++ b/meta-oe/recipes-support/fltk/fltk-native.bb
@@ -0,0 +1,16 @@
+require ${BPN}.inc
+
+DEPENDS = "zlib-native jpeg-native libpng-native libxext-native libxft-native"
+
+inherit native
+
+EXTRA_OECMAKE += " \
+-DOPTION_BUILD_SHARED_LIBS=OFF \
+-DOPTION_USE_THREADS=OFF \
+-DOPTION_USE_XDBE=OFF \
+-DOPTION_USE_XFT=OFF \
+-DOPTION_BUILD_EXAMPLES=OFF \
+-DOPTION_USE_XINERAMA=OFF \
+-DOPTION_USE_XFIXES=OFF \
+-DOPTION_USE_XCURSOR=OFF \
+"
diff --git a/meta-oe/recipes-support/fltk/fltk.bb 
b/meta-oe/recipes-support/fltk/fltk.bb
new file mode 100644
index 000..542fd66
--- /dev/null
+++ b/meta-oe/recipes-support/fltk/fltk.bb
@@ -0,0 +1,34 @@
+require ${BPN}.inc
+
+DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft  ${BPN}-native"
+
+inherit binconfig lib_package gtk-icon-cache mime
+
+EXTRA_OECMAKE = " \
+-DOPTION_BUILD_SHARED_LIBS=ON \
+-DOPTION_USE_THREADS=ON \
+-DOPTION_USE_XDBE=ON \
+-DOPTION_USE_XFT=ON \
+-DFLTK_CONFIG_PATH=${libdir}/cmake \
+"
+
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)}"
+
+PACKAGECONFIG[examples] = 
"-DOPTION_BUILD_EXAMPLES=ON,-DOPTION_BUILD_EXAMPLES=OFF,"
+PACKAGECONFIG[opengl] = "-DOPTION_USE_GL=ON,-DOPTION_USE_GL=OFF,virtual/libgl"
+PACKAGECONFIG[xinerama] = 
"-DOPTION_USE_XINERAMA=ON,-DOPTION_USE_XINERAMA=OFF,libxinerama"
+PACKAGECONFIG[xfixes] = 
"-DOPTION_USE_XFIXES=ON,-DOPTION_USE_XFIXES=OFF,libxfixes"
+PACKAGECONFIG[xcursor] = 
"-DOPTION_USE_XCURSOR=ON,-DOPTION_USE_XCURSOR=OFF,libxcursor"
+
+do_install_append() {
+sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/fltk-config
+}
+
+python populate_packages_prepend () {
+if (d.getVar('DEBIAN_NAMES')):
+d.setVar('PKG_${BPN}', 'libfltk${PV}')
+}
+
+LEAD_SONAME = "libfltk.so"
+
+FILES_${PN} += "${datadir}/mime"
diff --git a/meta-oe/recipes-support/fltk/fltk.inc 
b/meta-oe/recipes-support/fltk/fltk.inc
new file mode 100644
index 000..dbe700a
--- /dev/null
+++ b/meta-oe/recipes-support/fltk/fltk.inc
@@ -0,0 +1,21 @@
+SUMMARY = "FLTK is a cross-platform C++ GUI toolkit"
+HOMEPAGE = "http://www.fltk.org";
+SECTION = "libs"
+LICENSE = "LGPLv2 & FLTK"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca"
+
+SRC_URI = " \
+http://fltk.org/pub/fltk/1.3.4/${BP}-source.tar.gz \
+file://disable_test.patch \
+file://fltk-no-freetype-config.patch \
+file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \
+file://0002-always-build-fluid-and-export-pointers.patch \
+"
+
+PV = "1.3.4-1"
+SRC_URI[md5sum] = "d7fcd27ab928648e1a1366dd2e273970"
+SRC_URI[sha256sum] = 
"7fb2c8882433ce694e6900c94fda505e8f4ed3fa9c7e597007098a33b85c53f4"
+
+inherit cmake pkgconfig
+
+TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"
diff --git 
a/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch
 
b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch
new file mode 100644
index 000..e6e68a0
--- /dev/null
+++ 
b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch
@@ -0,0 +1,39 @@
+From e76a062338063615c069fedc5a143cc38c34d9b2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
+Date: Tue, 28 Feb 2017 01:00:21 +0100
+Subject: [PATCH] Fl_Preferences.cxx: do not use dlopen in case glibc's headers
+ are missing
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+| 
/home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3

[oe] [PATCH 02/29] jack: update to latest git-revision

2017-04-12 Thread Andreas Müller
NEON patches are upstream

Signed-off-by: Andreas Müller 
---
 ...N-acceleration-for-all-non-dithering-samp.patch | 496 -
 ...sts-add-application-checking-accurracy-an.patch | 433 --
 meta-oe/recipes-multimedia/jack/jack_git.bb|   8 +-
 3 files changed, 2 insertions(+), 935 deletions(-)
 delete mode 100644 
meta-oe/recipes-multimedia/jack/jack/0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch
 delete mode 100644 
meta-oe/recipes-multimedia/jack/jack/0002-jack_simdtests-add-application-checking-accurracy-an.patch

diff --git 
a/meta-oe/recipes-multimedia/jack/jack/0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch
 
b/meta-oe/recipes-multimedia/jack/jack/0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch
deleted file mode 100644
index 76ec713..000
--- 
a/meta-oe/recipes-multimedia/jack/jack/0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch
+++ /dev/null
@@ -1,496 +0,0 @@
-From 99785aabc685a94415fcd445345c093488e10350 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
-Date: Fri, 13 Jan 2017 22:42:11 +0100
-Subject: [PATCH 1/2] Add ARM-NEON acceleration for all non-dithering sample
- conversion functions
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Submitted [1]
-
-[1] https://github.com/jackaudio/jack2/pull/250
-
-Signed-off-by: Andreas Müller 

- common/memops.c | 356 +++-
- 1 file changed, 351 insertions(+), 5 deletions(-)
-
-diff --git a/common/memops.c b/common/memops.c
-index 2ff0792..8f9ece2 100644
 a/common/memops.c
-+++ b/common/memops.c
-@@ -42,6 +42,10 @@
- #endif
- #endif
- 
-+#ifdef __ARM_NEON__
-+#include 
-+#endif
-+
- /* Notes about these *_SCALING values.
- 
-the MAX_BIT values are floating point. when multiplied by
-@@ -193,6 +197,35 @@ static inline __m128i float_24_sse(__m128 s)
- }
- #endif
- 
-+
-+#ifdef __ARM_NEON__
-+
-+static inline float32x4_t clip(float32x4_t s, float32x4_t min, float32x4_t 
max)
-+{
-+  return vminq_f32(max, vmaxq_f32(s, min));
-+}
-+
-+static inline int32x4_t float_24_neon(float32x4_t s)
-+{
-+  const float32x4_t upper_bound = vdupq_n_f32(NORMALIZED_FLOAT_MAX);
-+  const float32x4_t lower_bound = vdupq_n_f32(NORMALIZED_FLOAT_MIN);
-+
-+  float32x4_t clipped = clip(s, lower_bound, upper_bound);
-+  float32x4_t scaled = vmulq_f32(clipped, 
vdupq_n_f32(SAMPLE_24BIT_SCALING));
-+  return vcvtq_s32_f32(scaled);
-+}
-+
-+static inline int16x4_t float_16_neon(float32x4_t s)
-+{
-+  const float32x4_t upper_bound = vdupq_n_f32(NORMALIZED_FLOAT_MAX);
-+  const float32x4_t lower_bound = vdupq_n_f32(NORMALIZED_FLOAT_MIN);
-+
-+  float32x4_t clipped = clip(s, lower_bound, upper_bound);
-+  float32x4_t scaled = vmulq_f32(clipped, 
vdupq_n_f32(SAMPLE_16BIT_SCALING));
-+  return vmovn_s32(vcvtq_s32_f32(scaled));
-+}
-+#endif
-+
- /* Linear Congruential noise generator. From the music-dsp list
-  * less random than rand(), but good enough and 10x faster 
-  */
-@@ -248,6 +281,32 @@ void sample_move_dS_floatLE (char *dst, 
jack_default_audio_sample_t *src, unsign
- 
- void sample_move_d32u24_sSs (char *dst, jack_default_audio_sample_t *src, 
unsigned long nsamples, unsigned long dst_skip, dither_state_t *state)
- {
-+#ifdef __ARM_NEON__
-+  unsigned long unrolled = nsamples / 4;
-+  nsamples = nsamples & 3;
-+
-+  while (unrolled--) {
-+  float32x4_t samples = vld1q_f32(src);
-+  int32x4_t converted = float_24_neon(samples);
-+  int32x4_t shifted = vshlq_n_s32(converted, 8);
-+  shifted = 
vreinterpretq_s32_u8(vrev32q_u8(vreinterpretq_u8_s32(shifted)));
-+
-+  switch(dst_skip) {
-+  case 4:
-+  vst1q_s32((int32_t*)dst, shifted);
-+  break;
-+  default:
-+  vst1q_lane_s32((int32_t*)(dst),
shifted, 0);
-+  vst1q_lane_s32((int32_t*)(dst+dst_skip),   
shifted, 1);
-+  vst1q_lane_s32((int32_t*)(dst+2*dst_skip), 
shifted, 2);
-+vst1q_lane_s32((int32_t*)(dst+3*dst_skip), shifted, 3);
-+  break;
-+  }
-+  dst += 4*dst_skip;
-+  src+= 4;
-+  }
-+#endif
-+
-   int32_t z;
- 
-   while (nsamples--) {
-@@ -321,7 +380,33 @@ void sample_move_d32u24_sS (char *dst, 
jack_default_audio_sample_t *src, unsigne
-   src++;
-   }
- 
--#else
-+#elif defined(__ARM_NEON__)
-+  unsigned long unrolled = nsamples / 4;
-+  nsamples = nsamples & 3;
-+
-+  while (unrolled--) {
-+  float32x4_t samples = vld1q_f32(src);
-+  int32x4_t converted = float_24_neon(samples);
-+  int32x4_t shifted = vshlq_n_s32(converted

[oe] [PATCH 00/29] updates and more

2017-04-12 Thread Andreas Müller
The following changes since commit 2cdea6c5bb09aa90184c17c9157f4fed0e10b3c2:

  opencv: do not depend on swig. (2017-04-06 13:00:31 +0200)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git pre-easter-stuff

for you to fetch changes up to 79828cc0084a26602385a82e0f3fd73e739f1537:

  xfce4-sensors-plugin: update 1.2.6 -> 1.2.97 (2017-04-12 18:38:18 +0200)


Andreas Müller (29):
  fltk: rework completely
  jack: update to latest git-revision
  thunar: update 1.6.10 -> 1.6.11
  geany: update 1.29 -> 1.30.1
  geany-plugins: update 1.29 -> 1.30
  xfce4-notifyd: update 0.3.4 -> 0.3.6
  xfce4-taskmanager: update 1.1.0 -> 1.2.0
  xfce4-terminal: update 0.8.3 -> 0.8.4
  xfce4-diskperf-plugin: update 2.6.0 -> 2.6.1
  xfwm4: 4.12.3 -> 4.12.4
  xfce4-weather-plugin: update 0.8.8 -> 0.8.9
  xfce4-systemload-plugin: update 1.2.0 -> 1.2.1
  xfce4-netload-plugin: update 1.3.0 -> 1.3.1
  xfce4-equake-plugin: update 1.3.8 -> 1.3.8.1
  xfce4-genmon-plugin: update 3.4.0 -> 4.0.0
  xfce4-whiskermenu-plugin: update 2.1.0 -> 2.1.2
  networkmanager: update 1.4.2 -> 1.4.4
  networkmanager-openvpn: add glib-2.0-native to DEPENDS and unblacklist
  networkmanager-openvpn: pack static libs properly
  networkmanager-openvpn: update 1.2.6 -> 1.2.8
  network-manager-applet: update 1.4.2 -> 1.4.4
  xfce4-mount-plugin: update 0.6.4 -> 1.1.2
  poppler: update 0.51.0 -> 0.53.0
  libass: update 0.13.2 -> 0.13.6
  mpv: update 0.15.0 -> 0.24.0
  mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland
  xfce4-closebutton-plugin: Upstream clang-fix-patch
  xarchiver: Upstream printf-fix-patch
  xfce4-sensors-plugin: update 1.2.6 -> 1.2.97

 .../network-manager-applet/{network-manager-applet_1.4.2.bb => 
network-manager-applet_1.4.4.bb}   |   4 +-
 meta-oe/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.2.6.bb 
=> networkmanager-openvpn_1.2.8.bb}  |  12 +-
 meta-oe/recipes-connectivity/networkmanager/{networkmanager_1.4.2.bb => 
networkmanager_1.4.4.bb}  |   6 +-
 meta-oe/recipes-devtools/geany/{geany-plugins_1.29.bb => 
geany-plugins_1.30.bb}   |   4 +-
 meta-oe/recipes-devtools/geany/{geany_1.29.bb => geany_1.30.1.bb}  
   |   4 +-
 
meta-oe/recipes-multimedia/jack/jack/0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch
  | 496 --
 
meta-oe/recipes-multimedia/jack/jack/0002-jack_simdtests-add-application-checking-accurracy-an.patch
  | 433 --
 meta-oe/recipes-multimedia/jack/jack_git.bb
   |   8 +-
 meta-oe/recipes-multimedia/libass/libass.inc   
   |   2 +-
 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb 
   |   4 -
 meta-oe/recipes-multimedia/libass/libass_0.13.6.bb 
   |   4 +
 meta-oe/recipes-multimedia/mplayer/mpv/0001-Fix-build-with-HAVE_GL-0.patch 
   |  39 +
 meta-oe/recipes-multimedia/mplayer/{mpv_0.15.0.bb => mpv_0.24.0.bb}
   |  25 ++-
 meta-oe/recipes-support/fltk/fltk-native.bb
   |  16 ++
 meta-oe/recipes-support/fltk/fltk.bb   
   |  34 
 meta-oe/recipes-support/fltk/fltk.inc  
   |  21 +++
 
meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch
 |  39 +
 
meta-oe/recipes-support/fltk/fltk/0002-always-build-fluid-and-export-pointers.patch
   |  31 
 meta-oe/recipes-support/fltk/fltk_1.3.4-1.bb   
   |  47 --
 meta-oe/recipes-support/poppler/{poppler_0.51.0.bb => poppler_0.53.0.bb}   
   |  11 +-
 
meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch
|  40 -
 meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb  
   |   6 +-
 meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.3.4.bb => 
xfce4-notifyd_0.3.6.bb}   |   4 +-
 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.1.0.bb
   |  10 --
 meta-xfce/recipes-apps/x

Re: [oe] [[meta-networking][PATCH v2] tinyproxy: Add recipe

2017-04-12 Thread Andre McCurdy
On Wed, Apr 12, 2017 at 12:04 PM, Martin Jansa  wrote:
> If you're testing it with master, then the xmllint from host cannot be used
> because of HOSTPATH filtering recently merged.
>
> For other configuration you can see:
> http://www.openembedded.org/wiki/Bitbake_World_Status_Setup
>
> On Wed, Apr 12, 2017 at 8:46 PM, Benjamin Gaignard <
> benjamin.gaign...@linaro.org> wrote:
>
>> 2017-04-12 14:45 GMT+02:00 Martin Jansa :
>> > Still fails to build:
>> > http://errors.yoctoproject.org/Errors/Details/140323/
>>
>> That is an error I never had in my setup.
>> I guess that libxml2 native is missing but I have way to reproduce the
>> problem.
>> How is it possible to perform the same build then you ?

You need to make the configure tests for xsltproc, asciidoc and
xmllint deterministic. e.g. to remove dependencies on all three, add:

  ac_cv_path_XSLTPROC=no
  ac_cv_path_A2X=no
  ac_cv_path_XMLLINT=no

to EXTRA_OECONF (which would allow you to remove asciidoc-native from DEPENDS).

>> >
>> > On Thu, Apr 6, 2017 at 3:42 PM, Benjamin Gaignard
>> >  wrote:
>> >>
>> >> Signed-off-by: Benjamin Gaignard 
>> >> ---
>> >> version 2:
>> >> - create user and group for tinyproxy
>> >> - only install the service if systemd is present in DISTRO_FEATURE
>> >> - add dependency on asciidoc-native
>> >>  .../tinyproxy/tinyproxy/tinyproxy.service  | 14 
>> >>  .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb   | 41
>> >> ++
>> >>  2 files changed, 55 insertions(+)
>> >>  create mode 100644
>> >> meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> >>  create mode 100644
>> >> meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> >>
>> >> diff --git
>> >> a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> >> new file mode 100644
>> >> index 000..ea079f9
>> >> --- /dev/null
>> >> +++
>> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> >> @@ -0,0 +1,14 @@
>> >> +[Unit]
>> >> +Description=Tinyproxy, Lightweight http(s) proxy daemon
>> >> +RequiresMountsFor=/var
>> >> +
>> >> +[Service]
>> >> +Group=tinyproxy
>> >> +ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
>> >> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy
>> >> +ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
>> >> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy
>> >> +ExecStart=/usr/sbin/tinyproxy -d
>> >> +
>> >> +[Install]
>> >> +WantedBy=multi-user.target
>> >> diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.
>> 8.4.bb
>> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> >> new file mode 100644
>> >> index 000..ef2a2d8
>> >> --- /dev/null
>> >> +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> >> @@ -0,0 +1,41 @@
>> >> +SUMMARY = "Lightweight http(s) proxy daemon"
>> >> +HOMEPAGE = "https://tinyproxy.github.io/";
>> >> +LICENSE = "GPLv2"
>> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882b
>> be"
>> >> +
>> >> +SRC_URI =
>> >> "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz
>> \
>> >> +  file://tinyproxy.service"
>> >> +
>> >> +SRC_URI[md5sum] = "3b60f7d08e0821ed1a3e2cf1e5778cac"
>> >> +SRC_URI[sha256sum] =
>> >> "8234c879a129feee61efa98bac14a1a3e46e5cf08f01696a216940872aa70faf"
>> >> +
>> >> +DEPENDS = "asciidoc-native"
>> >> +
>> >> +EXTRA_OECONF += " \
>> >> +   --enable-filter \
>> >> +   --enable-transparent \
>> >> +   --disable-regexcheck \
>> >> +   --enable-reverse \
>> >> +   --enable-upstream \
>> >> +   --enable-xtinyproxy \
>> >> +   "
>> >> +
>> >> +inherit autotools systemd useradd
>> >> +
>> >> +#User specific
>> >> +USERADD_PACKAGES = "${PN}"
>> >> +USERADD_PARAM_${PN} = "nobody"
>> >> +GROUPADD_PARAM_${PN} = "--system tinyproxy"
>> >> +
>> >> +SYSTEMD_PACKAGES += "${BPN}"
>> >> +SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
>> >> +SYSTEMD_AUTO_ENABLE_${PN} = "enable"
>> >> +
>> >> +do_install_append() {
>> >> +   if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true',
>> >> 'false', d)}; then
>> >> +   install -d ${D}${systemd_system_unitdir}
>> >> +   install -m 0644 ${WORKDIR}/tinyproxy.service
>> >> ${D}${systemd_system_unitdir}
>> >> +   fi
>> >> +}
>> >> +
>> >> +FILES_${PN} =+ "${systemd_system_unitdir}/tinyproxy.service"

This shouldn't be required if SYSTEMD_SERVICE_${PN} includes
"tinyproxy.service".

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


Re: [oe] [meta-networking][PATCH] postfix: do NOT create directory /var/spool/mail

2017-04-12 Thread Mark Hatle
On 4/9/17 9:18 PM, kai.k...@windriver.com wrote:
> From: Kai Kang 
> 
> postfix installs directory /var/spool/mail which conflicts with package
> shadow.
> 
> | Error: Transaction check error:
> |  file /var/spool/mail conflicts between attempted installs of
> |  postfix-3.1.1-r0.ppc64e6500 and shadow-4.2.1-r0.1.ppc64e6500
> 
> Make postfix not create /var/spool/mail that it does NOT create the
> directory on Fedora and Ubuntu either.

I am not sure this is correct.

The two packages have (according to DNF/RPM) different permissions, owner or
group assigned to that particular directory.

I think it's reasonable for both of the packages to create the directory,
however they must match in perms/owner/group.  I would defer to shadow as the
correct source for this information.

It may be necessary though to change shadow's default to something more
reasonable if 'root:root' is not right.

--Mark

> Signed-off-by: Kai Kang 
> ---
>  meta-networking/recipes-daemons/postfix/postfix.inc | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc 
> b/meta-networking/recipes-daemons/postfix/postfix.inc
> index 5bb2491..4c794ff 100644
> --- a/meta-networking/recipes-daemons/postfix/postfix.inc
> +++ b/meta-networking/recipes-daemons/postfix/postfix.inc
> @@ -164,8 +164,6 @@ do_install () {
>  install -m 770 -d ${D}${localstatedir}/spool/postfix
>  chown postfix:postfix ${D}${localstatedir}/spool/postfix
>  
> -install -m 2755 -d ${D}${localstatedir}/spool/mail
> -chown postfix:nogroup ${D}${localstatedir}/spool/mail
>  install -m 0755 -d ${D}${localstatedir}/lib/postfix
>  chown postfix:nogroup ${D}${localstatedir}/lib/postfix
>  install -m 0755 -d ${D}${localstatedir}/spool/postfix
> 

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


Re: [oe] [[meta-networking][PATCH v2] tinyproxy: Add recipe

2017-04-12 Thread Martin Jansa
If you're testing it with master, then the xmllint from host cannot be used
because of HOSTPATH filtering recently merged.

For other configuration you can see:
http://www.openembedded.org/wiki/Bitbake_World_Status_Setup


On Wed, Apr 12, 2017 at 8:46 PM, Benjamin Gaignard <
benjamin.gaign...@linaro.org> wrote:

> 2017-04-12 14:45 GMT+02:00 Martin Jansa :
> > Still fails to build:
> > http://errors.yoctoproject.org/Errors/Details/140323/
>
> That is an error I never had in my setup.
> I guess that libxml2 native is missing but I have way to reproduce the
> problem.
> How is it possible to perform the same build then you ?
>
> >
> > On Thu, Apr 6, 2017 at 3:42 PM, Benjamin Gaignard
> >  wrote:
> >>
> >> Signed-off-by: Benjamin Gaignard 
> >> ---
> >> version 2:
> >> - create user and group for tinyproxy
> >> - only install the service if systemd is present in DISTRO_FEATURE
> >> - add dependency on asciidoc-native
> >>  .../tinyproxy/tinyproxy/tinyproxy.service  | 14 
> >>  .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb   | 41
> >> ++
> >>  2 files changed, 55 insertions(+)
> >>  create mode 100644
> >> meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> >>  create mode 100644
> >> meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> >>
> >> diff --git
> >> a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> >> new file mode 100644
> >> index 000..ea079f9
> >> --- /dev/null
> >> +++
> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> >> @@ -0,0 +1,14 @@
> >> +[Unit]
> >> +Description=Tinyproxy, Lightweight http(s) proxy daemon
> >> +RequiresMountsFor=/var
> >> +
> >> +[Service]
> >> +Group=tinyproxy
> >> +ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
> >> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy
> >> +ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
> >> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy
> >> +ExecStart=/usr/sbin/tinyproxy -d
> >> +
> >> +[Install]
> >> +WantedBy=multi-user.target
> >> diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.
> 8.4.bb
> >> b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> >> new file mode 100644
> >> index 000..ef2a2d8
> >> --- /dev/null
> >> +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> >> @@ -0,0 +1,41 @@
> >> +SUMMARY = "Lightweight http(s) proxy daemon"
> >> +HOMEPAGE = "https://tinyproxy.github.io/";
> >> +LICENSE = "GPLv2"
> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882b
> be"
> >> +
> >> +SRC_URI =
> >> "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz
> \
> >> +  file://tinyproxy.service"
> >> +
> >> +SRC_URI[md5sum] = "3b60f7d08e0821ed1a3e2cf1e5778cac"
> >> +SRC_URI[sha256sum] =
> >> "8234c879a129feee61efa98bac14a1a3e46e5cf08f01696a216940872aa70faf"
> >> +
> >> +DEPENDS = "asciidoc-native"
> >> +
> >> +EXTRA_OECONF += " \
> >> +   --enable-filter \
> >> +   --enable-transparent \
> >> +   --disable-regexcheck \
> >> +   --enable-reverse \
> >> +   --enable-upstream \
> >> +   --enable-xtinyproxy \
> >> +   "
> >> +
> >> +inherit autotools systemd useradd
> >> +
> >> +#User specific
> >> +USERADD_PACKAGES = "${PN}"
> >> +USERADD_PARAM_${PN} = "nobody"
> >> +GROUPADD_PARAM_${PN} = "--system tinyproxy"
> >> +
> >> +SYSTEMD_PACKAGES += "${BPN}"
> >> +SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
> >> +SYSTEMD_AUTO_ENABLE_${PN} = "enable"
> >> +
> >> +do_install_append() {
> >> +   if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true',
> >> 'false', d)}; then
> >> +   install -d ${D}${systemd_system_unitdir}
> >> +   install -m 0644 ${WORKDIR}/tinyproxy.service
> >> ${D}${systemd_system_unitdir}
> >> +   fi
> >> +}
> >> +
> >> +FILES_${PN} =+ "${systemd_system_unitdir}/tinyproxy.service"
> >> --
> >> 1.9.1
> >>
> >
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Full Python3 Installation

2017-04-12 Thread Paul Eggleton
Hi Fabjan,

FYI python3-modules is a package provided by the main python3 recipe (actually 
more of a meta-package that depends on all of the module packages).

Regarding the layer index, we don't actually index packages or anything on the 
runtime side, since you would have to actually run a build to get full 
information there, and it can easily change depending on configuration. It's 
possible we may add that in future but we'd have to ensure everyone understood 
those limitations that mean that the information might not directly match what 
they see when they do a build locally.

Cheers,
Paul

On Thursday, 13 April 2017 6:07:29 AM NZST Fabjan Sukalia wrote:
> Thanks, I will try this out. How does it come that this recipe isn't listed
> on https://layers.openembedded.org/ and that there seems to be no matching
> receipe file?
> 
> Best regards,
> Fabjan Sukalia
> 
> 2017-04-12 19:21 GMT+02:00 Alexander Kanavin <
> 
> alexander.kana...@linux.intel.com>:
> > On 04/12/2017 08:19 PM, Fabjan Sukalia wrote:
> >> How do I get a "full" python installation that is comparable with desktop
> >> systems? Thanks in advance.
> > 
> > I think you need python3-modules (however try to avoid writing recipes
> > that rdepend on that, and list things that are specifically needed).
> > 
> > Alex
> > 
> > --
> > ___
> > 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


Re: [oe] [[meta-networking][PATCH v2] tinyproxy: Add recipe

2017-04-12 Thread Benjamin Gaignard
2017-04-12 14:45 GMT+02:00 Martin Jansa :
> Still fails to build:
> http://errors.yoctoproject.org/Errors/Details/140323/

That is an error I never had in my setup.
I guess that libxml2 native is missing but I have way to reproduce the problem.
How is it possible to perform the same build then you ?

>
> On Thu, Apr 6, 2017 at 3:42 PM, Benjamin Gaignard
>  wrote:
>>
>> Signed-off-by: Benjamin Gaignard 
>> ---
>> version 2:
>> - create user and group for tinyproxy
>> - only install the service if systemd is present in DISTRO_FEATURE
>> - add dependency on asciidoc-native
>>  .../tinyproxy/tinyproxy/tinyproxy.service  | 14 
>>  .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb   | 41
>> ++
>>  2 files changed, 55 insertions(+)
>>  create mode 100644
>> meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>>  create mode 100644
>> meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>>
>> diff --git
>> a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> new file mode 100644
>> index 000..ea079f9
>> --- /dev/null
>> +++
>> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
>> @@ -0,0 +1,14 @@
>> +[Unit]
>> +Description=Tinyproxy, Lightweight http(s) proxy daemon
>> +RequiresMountsFor=/var
>> +
>> +[Service]
>> +Group=tinyproxy
>> +ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
>> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy
>> +ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
>> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy
>> +ExecStart=/usr/sbin/tinyproxy -d
>> +
>> +[Install]
>> +WantedBy=multi-user.target
>> diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> new file mode 100644
>> index 000..ef2a2d8
>> --- /dev/null
>> +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
>> @@ -0,0 +1,41 @@
>> +SUMMARY = "Lightweight http(s) proxy daemon"
>> +HOMEPAGE = "https://tinyproxy.github.io/";
>> +LICENSE = "GPLv2"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>> +
>> +SRC_URI =
>> "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \
>> +  file://tinyproxy.service"
>> +
>> +SRC_URI[md5sum] = "3b60f7d08e0821ed1a3e2cf1e5778cac"
>> +SRC_URI[sha256sum] =
>> "8234c879a129feee61efa98bac14a1a3e46e5cf08f01696a216940872aa70faf"
>> +
>> +DEPENDS = "asciidoc-native"
>> +
>> +EXTRA_OECONF += " \
>> +   --enable-filter \
>> +   --enable-transparent \
>> +   --disable-regexcheck \
>> +   --enable-reverse \
>> +   --enable-upstream \
>> +   --enable-xtinyproxy \
>> +   "
>> +
>> +inherit autotools systemd useradd
>> +
>> +#User specific
>> +USERADD_PACKAGES = "${PN}"
>> +USERADD_PARAM_${PN} = "nobody"
>> +GROUPADD_PARAM_${PN} = "--system tinyproxy"
>> +
>> +SYSTEMD_PACKAGES += "${BPN}"
>> +SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
>> +SYSTEMD_AUTO_ENABLE_${PN} = "enable"
>> +
>> +do_install_append() {
>> +   if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true',
>> 'false', d)}; then
>> +   install -d ${D}${systemd_system_unitdir}
>> +   install -m 0644 ${WORKDIR}/tinyproxy.service
>> ${D}${systemd_system_unitdir}
>> +   fi
>> +}
>> +
>> +FILES_${PN} =+ "${systemd_system_unitdir}/tinyproxy.service"
>> --
>> 1.9.1
>>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Full Python3 Installation

2017-04-12 Thread Fabjan Sukalia
Thanks, I will try this out. How does it come that this recipe isn't listed
on https://layers.openembedded.org/ and that there seems to be no matching
receipe file?

Best regards,
Fabjan Sukalia

2017-04-12 19:21 GMT+02:00 Alexander Kanavin <
alexander.kana...@linux.intel.com>:

> On 04/12/2017 08:19 PM, Fabjan Sukalia wrote:
>
>> How do I get a "full" python installation that is comparable with desktop
>> systems? Thanks in advance.
>>
>
> I think you need python3-modules (however try to avoid writing recipes
> that rdepend on that, and list things that are specifically needed).
>
> Alex
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH 1/3] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged

2017-04-12 Thread Andrea Galbusera
On Wed, Apr 12, 2017 at 5:28 PM, Khem Raj  wrote:

> On Wed, Apr 12, 2017 at 6:25 AM, Andrea Galbusera 
> wrote:
> > The file was installed but never packaged, ending up in no
> systemd-tmpfiles
> > configuration on the final rootfs.
> >
> > Signed-off-by: Andrea Galbusera 
> > ---
> >  meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> > index a3ef765..5fd714a 100644
> > --- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> > +++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> > @@ -61,6 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
> >
> >  FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
> >  FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
> > +${sysconfdir}/tmpfiles.d \
> >  /run"
>
> This change is fine but packaging /run seems suspicious to me.
>

To me as well... I'll send a separate patch to get rid of it. Nothing else
seems to reference /run in the recipe


>
> >  FILES_${PN}-sample += "${systemd_unitdir}/system/
> openvpn@loopback-server.service \
> > ${systemd_unitdir}/system/
> openvpn@loopback-client.service \
> > --
> > 2.7.4
> >
> > --
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Full Python3 Installation

2017-04-12 Thread Alexander Kanavin

On 04/12/2017 08:19 PM, Fabjan Sukalia wrote:

How do I get a "full" python installation that is comparable with desktop
systems? Thanks in advance.


I think you need python3-modules (however try to avoid writing recipes 
that rdepend on that, and list things that are specifically needed).


Alex

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


[oe] Full Python3 Installation

2017-04-12 Thread Fabjan Sukalia
Hi all!

I'm working with a Poky installation on a Zynq-Board. I have added python3
to the image with

CORE_IMAGE_EXTRA_INSTALL_append = " python3"

With this python3 is available on the target system but sadly not all
modules are installed like on an usual desktop system, e.g. sockets can't
be used because the selector module is missing, also the subprocess module
is missing.

How do I get a "full" python installation that is comparable with desktop
systems? Thanks in advance.

Best regards,
Fabjan Sukalia
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH 1/3] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged

2017-04-12 Thread Khem Raj
On Wed, Apr 12, 2017 at 6:25 AM, Andrea Galbusera  wrote:
> The file was installed but never packaged, ending up in no systemd-tmpfiles
> configuration on the final rootfs.
>
> Signed-off-by: Andrea Galbusera 
> ---
>  meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
> b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> index a3ef765..5fd714a 100644
> --- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> +++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
> @@ -61,6 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
>
>  FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
>  FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
> +${sysconfdir}/tmpfiles.d \
>  /run"

This change is fine but packaging /run seems suspicious to me.

>  FILES_${PN}-sample += 
> "${systemd_unitdir}/system/openvpn@loopback-server.service \
> 
> ${systemd_unitdir}/system/openvpn@loopback-client.service \
> --
> 2.7.4
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH 2/3] openvpn: remove duplicate attempt to create dir in ${localstatedir}

2017-04-12 Thread Andrea Galbusera
When systemd is in DISTRO_FEATURES we have two attempts to create
${localstatedir}/run/openvpn: one at build time with install command and
the other via systemd-tmpfiles at runtime which is enabled by installing
openvpn-volatile.conf. Beside looking redundant, by dropping the build-time
dir creation attempt solves the following error when building images with
both base-files and openvpn:

Error: Transaction check error:
  file /var/run conflicts between attempted installs of
  openvpn-2.3.9-r0.cortexa7hf_neon_vfpv4 and
  base-files-3.0.14-r89.raspberrypi3

Signed-off-by: Andrea Galbusera 
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index 5fd714a..8dd4566 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -47,8 +47,6 @@ do_install_append() {
 install -d ${D}/${localstatedir}
 install -d ${D}/${localstatedir}/lib
 install -d -m 710 ${D}/${localstatedir}/lib/openvpn
-install -d -m 755 ${D}/${localstatedir}/run/
-install -d -m 755 ${D}/${localstatedir}/run/openvpn
 
 install -d ${D}${sysconfdir}/tmpfiles.d
 install -m 0644 ${WORKDIR}/openvpn-volatile.conf 
${D}${sysconfdir}/tmpfiles.d/openvpn.conf
-- 
2.7.4

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


[oe] [meta-networking][PATCH 3/3] openvpn: openvpn-volatile.conf: avoid hardcoded localstatedir

2017-04-12 Thread Andrea Galbusera
Signed-off-by: Andrea Galbusera 
---
 meta-networking/recipes-support/openvpn/openvpn/openvpn-volatile.conf | 2 +-
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/meta-networking/recipes-support/openvpn/openvpn/openvpn-volatile.conf 
b/meta-networking/recipes-support/openvpn/openvpn/openvpn-volatile.conf
index 4a3dc4a..1205806 100644
--- a/meta-networking/recipes-support/openvpn/openvpn/openvpn-volatile.conf
+++ b/meta-networking/recipes-support/openvpn/openvpn/openvpn-volatile.conf
@@ -1 +1 @@
-d /var/run/openvpn 0755 root root -
+d @LOCALSTATEDIR@/run/openvpn 0755 root root -
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index 8dd4566..8892a9e 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -50,6 +50,7 @@ do_install_append() {
 
 install -d ${D}${sysconfdir}/tmpfiles.d
 install -m 0644 ${WORKDIR}/openvpn-volatile.conf 
${D}${sysconfdir}/tmpfiles.d/openvpn.conf
+sed -i -e 's#@LOCALSTATEDIR@#${localstatedir}#g' 
${D}${sysconfdir}/tmpfiles.d/openvpn.conf
 fi
 }
 
-- 
2.7.4

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


[oe] [meta-networking][PATCH 1/3] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged

2017-04-12 Thread Andrea Galbusera
The file was installed but never packaged, ending up in no systemd-tmpfiles
configuration on the final rootfs.

Signed-off-by: Andrea Galbusera 
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb 
b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index a3ef765..5fd714a 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -61,6 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
 
 FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
 FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
+${sysconfdir}/tmpfiles.d \
 /run"
 FILES_${PN}-sample += 
"${systemd_unitdir}/system/openvpn@loopback-server.service \

${systemd_unitdir}/system/openvpn@loopback-client.service \
-- 
2.7.4

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


Re: [oe] [[meta-networking][PATCH v2] tinyproxy: Add recipe

2017-04-12 Thread Martin Jansa
Still fails to build:
http://errors.yoctoproject.org/Errors/Details/140323/

On Thu, Apr 6, 2017 at 3:42 PM, Benjamin Gaignard <
benjamin.gaign...@linaro.org> wrote:

> Signed-off-by: Benjamin Gaignard 
> ---
> version 2:
> - create user and group for tinyproxy
> - only install the service if systemd is present in DISTRO_FEATURE
> - add dependency on asciidoc-native
>  .../tinyproxy/tinyproxy/tinyproxy.service  | 14 
>  .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb   | 41
> ++
>  2 files changed, 55 insertions(+)
>  create mode 100644 meta-networking/recipes-support/tinyproxy/tinyproxy/
> tinyproxy.service
>  create mode 100644 meta-networking/recipes-support/tinyproxy/tinyproxy_1.
> 8.4.bb
>
> diff --git 
> a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
> new file mode 100644
> index 000..ea079f9
> --- /dev/null
> +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/
> tinyproxy.service
> @@ -0,0 +1,14 @@
> +[Unit]
> +Description=Tinyproxy, Lightweight http(s) proxy daemon
> +RequiresMountsFor=/var
> +
> +[Service]
> +Group=tinyproxy
> +ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy
> +ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
> +ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy
> +ExecStart=/usr/sbin/tinyproxy -d
> +
> +[Install]
> +WantedBy=multi-user.target
> diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> new file mode 100644
> index 000..ef2a2d8
> --- /dev/null
> +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
> @@ -0,0 +1,41 @@
> +SUMMARY = "Lightweight http(s) proxy daemon"
> +HOMEPAGE = "https://tinyproxy.github.io/";
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> +
> +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/$
> {BP}.tar.gz \
> +  file://tinyproxy.service"
> +
> +SRC_URI[md5sum] = "3b60f7d08e0821ed1a3e2cf1e5778cac"
> +SRC_URI[sha256sum] = "8234c879a129feee61efa98bac14a1
> a3e46e5cf08f01696a216940872aa70faf"
> +
> +DEPENDS = "asciidoc-native"
> +
> +EXTRA_OECONF += " \
> +   --enable-filter \
> +   --enable-transparent \
> +   --disable-regexcheck \
> +   --enable-reverse \
> +   --enable-upstream \
> +   --enable-xtinyproxy \
> +   "
> +
> +inherit autotools systemd useradd
> +
> +#User specific
> +USERADD_PACKAGES = "${PN}"
> +USERADD_PARAM_${PN} = "nobody"
> +GROUPADD_PARAM_${PN} = "--system tinyproxy"
> +
> +SYSTEMD_PACKAGES += "${BPN}"
> +SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
> +SYSTEMD_AUTO_ENABLE_${PN} = "enable"
> +
> +do_install_append() {
> +   if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true',
> 'false', d)}; then
> +   install -d ${D}${systemd_system_unitdir}
> +   install -m 0644 ${WORKDIR}/tinyproxy.service
> ${D}${systemd_system_unitdir}
> +   fi
> +}
> +
> +FILES_${PN} =+ "${systemd_system_unitdir}/tinyproxy.service"
> --
> 1.9.1
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] autoconf-archive: Upgrade to 2016.09.16

2017-04-12 Thread Zhixiong Chi
Signed-off-by: Zhixiong Chi 
---
 .../recipes-devtools/autoconf-archive/autoconf-archive.inc  |  2 +-
 .../autoconf-archive/autoconf-archive_2012.04.07.bb | 13 -
 .../autoconf-archive/autoconf-archive_2016.09.16.bb | 13 +
 3 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 
meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
 create mode 100644 
meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb

diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
index 9399363..779115a 100644
--- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
+++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc
@@ -10,6 +10,6 @@ RDEPENDS_${PN} = "m4 gnu-config"
 RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
 RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
 
-SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
 
 inherit autotools
diff --git 
a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
deleted file mode 100644
index 5baaecc..000
--- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require autoconf-archive.inc
-
-
-PARALLEL_MAKE = ""
-
-LICENSE = "GPLv2 & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-SRC_URI[md5sum] = "e842c5b9fae021007bd70550362e5e80"
-SRC_URI[sha256sum] = 
"040b443bf68efd52fbfcb294b556bfbbbfe432db78445ca25e0cfe2e88f96a14"
-
-EXTRA_OECONF += "ac_cv_path_M4=m4"
-BBCLASSEXTEND = "native nativesdk"
diff --git 
a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb 
b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
new file mode 100644
index 000..0a1a771
--- /dev/null
+++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
@@ -0,0 +1,13 @@
+require autoconf-archive.inc
+
+
+PARALLEL_MAKE = ""
+
+LICENSE = "GPLv2 & GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
+SRC_URI[sha256sum] = 
"e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
+
+EXTRA_OECONF += "ac_cv_path_M4=m4"
+BBCLASSEXTEND = "native nativesdk"
-- 
1.9.1

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


[oe] [meta-qt5] [PATCH] qttools: add ptest

2017-04-12 Thread Huang Qiyu
Add ptest for qttools by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qttools/run-ptest |  4 
 recipes-qt/qt5/qttools_git.bb| 17 +
 2 files changed, 21 insertions(+)
 create mode 100644 recipes-qt/qt5/qttools/run-ptest

diff --git a/recipes-qt/qt5/qttools/run-ptest b/recipes-qt/qt5/qttools/run-ptest
new file mode 100644
index 000..5cd5e27
--- /dev/null
+++ b/recipes-qt/qt5/qttools/run-ptest
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+./tst_qtdiag
+./tst_qtattributionsscanner
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index a2b01be..5c0f51c 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -14,9 +14,12 @@ LIC_FILES_CHKSUM = " \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
 
+inherit ptest
+
 DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
 
 SRC_URI += " \
+file://run-ptest \
 file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \
 file://0003-add-noqtwebkit-configuration.patch \
 file://0004-linguist-tools-cmake-allow-overriding-the-location-f.patch \
@@ -33,3 +36,17 @@ EXTRA_QMAKEVARS_PRE += 
"${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'C
 SRCREV = "30c10900adecca55faa1d59c2f0caac74b1f9df6"
 
 BBCLASSEXTEND = "native nativesdk"
+
+do_compile_ptest() {
+export PATH=${STAGING_DIR_NATIVE}/usr/include/qt5:$PATH
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+cp ${S}/tests/auto/qtdiag/tst_tdiag $t
+cp ${S}/tests/auto/qtattributionsscanner/tst_qtattributionsscanner $t
+}
-- 
2.7.4



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