[oe] [PATCH] cronie: 1.5.0 -> 1.5.1

2016-08-01 Thread Huang Qiyu
From: huangqy 

Update cronie from 1.5.0 to 1.5.1

Signed-off-by: Huang Qiyu 
---
 meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} (95%)

diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb 
b/meta/recipes-extended/cronie/cronie_1.5.1.bb
similarity index 95%
rename from meta/recipes-extended/cronie/cronie_1.5.0.bb
rename to meta/recipes-extended/cronie/cronie_1.5.1.bb
index 697501a..99b2bb5 100644
--- a/meta/recipes-extended/cronie/cronie_1.5.0.bb
+++ b/meta/recipes-extended/cronie/cronie_1.5.1.bb
@@ -23,8 +23,8 @@ SRC_URI = 
"https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \
 PAM_SRC_URI = "file://crond_pam_config.patch"
 PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid"
 
-SRC_URI[md5sum] = "9db75e1884d83a45e002d145c6c54d45"
-SRC_URI[sha256sum] = 
"9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f"
+SRC_URI[md5sum] = "910e6effcc032998b0a49fbd46322e18"
+SRC_URI[sha256sum] = 
"6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338"
 
 inherit autotools update-rc.d useradd systemd
 
-- 
2.7.4



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


[oe] 答复: [PATCH] cronie: 1.5.0 -> 1.5.1

2016-08-03 Thread Huang, Qiyu
Thanks for your feedback. I apologize for the confusion. It was already posted 
last week, I will not upgrade it.

Regards,
Huang Qiyu


发件人: Burton, Ross [mailto:ross.bur...@intel.com]
发送时间: 2016年8月2日 16:20
收件人: OpenEmbedded Devel List 
抄送: Huang, Qiyu/黄 琦宇 
主题: Re: [oe] [PATCH] cronie: 1.5.0 -> 1.5.1


On 2 August 2016 at 15:26, Huang Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>> wrote:
Update cronie from 1.5.0 to 1.5.1

This should be on the openembedded-core list, was already posted last week, and 
you made the same mistake that the previous patch did by not testing the 
PAM-specific patches (which fail to apply).

Ross


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


[oe] [meta-oe] [PATCH] add php 7.1.0

2016-12-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 

1)add php_7.1.0.bb
2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb.
3)Delete pthread-check-threads-m4.patch, since it is integrated upstream.
---
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 56 ++
 meta-oe/recipes-devtools/php/php.inc   |  3 +-
 .../php/php/pthread-check-threads-m4.patch | 30 
 meta-oe/recipes-devtools/php/php_5.5.38.bb |  6 ---
 meta-oe/recipes-devtools/php/php_7.0.1.bb  |  8 
 5 files changed, 65 insertions(+), 38 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
 delete mode 100644 
meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
 delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.38.bb
 create mode 100644 meta-oe/recipes-devtools/php/php_7.0.1.bb

diff --git 
a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
new file mode 100644
index 000..39c334f
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
@@ -0,0 +1,56 @@
+[PATCH] config.m4: change AC_TRY_RUN to AC_TRY_LINK
+
+Upstream-Status: Pending
+
+AC_TRY_RUN is not suitable for cross-compile
+
+Signed-off-by: Roy Li 
+---
+ ext/fileinfo/config.m4 | 31 ++-
+ 1 file changed, 6 insertions(+), 25 deletions(-)
+
+diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4
+index 7e98d62..8a8ea0e 100644
+--- a/ext/fileinfo/config.m4
 b/ext/fileinfo/config.m4
+@@ -14,31 +14,12 @@ if test "$PHP_FILEINFO" != "no"; then
+ libmagic/readcdf.c libmagic/softmagic.c"
+ 
+   AC_MSG_CHECKING([for strcasestr])
+-  AC_TRY_RUN([
+-#include 
+-#include 
+-#include 
+-
+-int main(void)
+-{
+-char *s0, *s1, *ret;
+-
+-s0 = (char *) malloc(42);
+-s1 = (char *) malloc(8);
+-
+-memset(s0, 'X', 42);
+-s0[24] = 'Y';
+-s0[26] = 'Z';
+-s0[41] = '\0';
+-memset(s1, 'x', 8);
+-s1[0] = 'y';
+-s1[2] = 'Z';
+-s1[7] = '\0';
+-
+-ret = strcasestr(s0, s1);
+-
+-return !(NULL != ret);
+-}
++  AC_TRY_COMPILE([
++ #include 
++ #include 
++ #include 
++  ],[
++ strcasestr(NULL, NULL);
+   ],[
+ dnl using the platform implementation
+ AC_MSG_RESULT(yes)
+-- 
+1.9.1
+
diff --git a/meta-oe/recipes-devtools/php/php.inc 
b/meta-oe/recipes-devtools/php/php.inc
index cd91940..191005f 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -24,7 +24,6 @@ SRC_URI_append_class-target = " \
 file://php-fpm.conf \
 file://php-fpm-apache.conf \
 file://configure.patch \
-file://pthread-check-threads-m4.patch \
 file://70_mod_php5.conf \
 file://php-fpm.service \
   "
@@ -218,7 +217,7 @@ FILES_${PN}-doc += "${PHP_LIBDIR}/php/doc"
 FILES_${PN}-cli = "${bindir}/php"
 FILES_${PN}-phar = "${bindir}/phar*"
 FILES_${PN}-cgi = "${bindir}/php-cgi"
-FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service"
+FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service /etc/*"
 FILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
 CONFFILES_${PN}-fpm = "${sysconfdir}/php-fpm.conf"
 CONFFILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
diff --git a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch 
b/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
deleted file mode 100644
index 0c564cd..000
--- a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From d8067ceacbf54e79c9c6b68675332c09eaa0b55d Mon Sep 17 00:00:00 2001
-From: Jackie Huang 
-Date: Mon, 8 Apr 2013 14:29:51 +0800
-Subject: [PATCH] pthread-check
-
-Enable pthreads support when cross-compiling
-
-Upstream-Status: Inapproprate [config]
-
-Signed-off-by: Jackie Huang 

- TSRM/threads.m4 |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/TSRM/threads.m4 b/TSRM/threads.m4
-index 38494ce..15d9454 100644
 a/TSRM/threads.m4
-+++ b/TSRM/threads.m4
-@@ -86,7 +86,7 @@ int main() {
-   pthreads_working=no
-   ], [
-   dnl For cross compiling running this test is of no use. NetWare supports 
pthreads
--  pthreads_working=no
-+  pthreads_working=yes
-   case $host_alias in
-   *netware*)
- pthreads_working=yes
--- 
-1.7.4.1
-
diff --git a/meta-oe/recipes-devtools/ph

[oe] [meta-networking] [PATCH] libtevent: 0.9.29 -> 0.9.31

2016-12-14 Thread Huang Qiyu
Upgrade libtevent from 0.9.29 to 0.9.31.

Signed-off-by: Huang Qiyu 
---
 .../libtevent/{libtevent_0.9.29.bb => libtevent_0.9.31.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/libtevent/{libtevent_0.9.29.bb => 
libtevent_0.9.31.bb} (91%)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb 
b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
similarity index 91%
rename from meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb
rename to meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
index 9f4e235..975f8f6 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.29.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
@@ -11,8 +11,8 @@ SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
 "
 LIC_FILES_CHKSUM = 
"file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"
 
-SRC_URI[md5sum] = "4372c1430a1ecb7ea0adddfdf21c0d55"
-SRC_URI[sha256sum] = 
"a4f519b0bbb718fe2175bee9011ee4d199675f28c2ef80531be38e7bbaa1c42b"
+SRC_URI[md5sum] = "5453847664ae6bc4ec0153e59ac635b9"
+SRC_URI[sha256sum] = 
"4a13f2256ad804c860e84068258bd0f8be31cf0c79aa8f3019fa32f6928c2bfc"
 
 inherit waf-samba
 
-- 
2.7.4



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


Re: [oe] [meta-oe] [PATCH] add php 7.1.0

2016-12-15 Thread Huang, Qiyu
ping

> -Original Message-
> From: Huang, Qiyu 
> Sent: Tuesday, December 13, 2016 9:28 PM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu 
> Subject: [oe] [meta-oe] [PATCH] add php 7.1.0
> 
> Signed-off-by: Huang Qiyu 
> 
> 1)add php_7.1.0.bb
> 2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb.
> 3)Delete pthread-check-threads-m4.patch, since it is integrated upstream.
> ---
>  .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 56
> ++
>  meta-oe/recipes-devtools/php/php.inc   |  3 +-
>  .../php/php/pthread-check-threads-m4.patch | 30 
>  meta-oe/recipes-devtools/php/php_5.5.38.bb |  6 ---
>  meta-oe/recipes-devtools/php/php_7.0.1.bb  |  8 
>  5 files changed, 65 insertions(+), 38 deletions(-)  create mode 100644
> meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LI
> NK.patch
>  delete mode 100644
> meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
>  delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.38.bb
>  create mode 100644 meta-oe/recipes-devtools/php/php_7.0.1.bb
> 
> diff --git
> a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_L
> INK.patch
> b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_L
> INK.patch
> new file mode 100644
> index 000..39c334f
> --- /dev/null
> +++
> b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY
> +++ _LINK.patch
> @@ -0,0 +1,56 @@
> +[PATCH] config.m4: change AC_TRY_RUN to AC_TRY_LINK
> +
> +Upstream-Status: Pending
> +
> +AC_TRY_RUN is not suitable for cross-compile
> +
> +Signed-off-by: Roy Li 
> +---
> + ext/fileinfo/config.m4 | 31 ++-
> + 1 file changed, 6 insertions(+), 25 deletions(-)
> +
> +diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4 index
> +7e98d62..8a8ea0e 100644
> +--- a/ext/fileinfo/config.m4
>  b/ext/fileinfo/config.m4
> +@@ -14,31 +14,12 @@ if test "$PHP_FILEINFO" != "no"; then
> + libmagic/readcdf.c libmagic/softmagic.c"
> +
> +   AC_MSG_CHECKING([for strcasestr])
> +-  AC_TRY_RUN([
> +-#include 
> +-#include 
> +-#include 
> +-
> +-int main(void)
> +-{
> +-char *s0, *s1, *ret;
> +-
> +-s0 = (char *) malloc(42);
> +-s1 = (char *) malloc(8);
> +-
> +-memset(s0, 'X', 42);
> +-s0[24] = 'Y';
> +-s0[26] = 'Z';
> +-s0[41] = '\0';
> +-memset(s1, 'x', 8);
> +-s1[0] = 'y';
> +-s1[2] = 'Z';
> +-s1[7] = '\0';
> +-
> +-ret = strcasestr(s0, s1);
> +-
> +-return !(NULL != ret);
> +-}
> ++  AC_TRY_COMPILE([
> ++ #include 
> ++ #include 
> ++ #include 
> ++  ],[
> ++ strcasestr(NULL, NULL);
> +   ],[
> + dnl using the platform implementation
> + AC_MSG_RESULT(yes)
> +--
> +1.9.1
> +
> diff --git a/meta-oe/recipes-devtools/php/php.inc
> b/meta-oe/recipes-devtools/php/php.inc
> index cd91940..191005f 100644
> --- a/meta-oe/recipes-devtools/php/php.inc
> +++ b/meta-oe/recipes-devtools/php/php.inc
> @@ -24,7 +24,6 @@ SRC_URI_append_class-target = " \
>  file://php-fpm.conf \
>  file://php-fpm-apache.conf \
>  file://configure.patch \
> -file://pthread-check-threads-m4.patch \
>  file://70_mod_php5.conf \
>  file://php-fpm.service \
>"
> @@ -218,7 +217,7 @@ FILES_${PN}-doc += "${PHP_LIBDIR}/php/doc"
>  FILES_${PN}-cli = "${bindir}/php"
>  FILES_${PN}-phar = "${bindir}/phar*"
>  FILES_${PN}-cgi = "${bindir}/php-cgi"
> -FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf
> ${datadir}/fpm ${sysconfdir}/init.d/php-fpm
> ${systemd_unitdir}/system/php-fpm.service"
> +FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf
> ${datadir}/fpm ${sysconfdir}/init.d/php-fpm
> ${systemd_unitdir}/system/php-fpm.service /etc/*"
>  FILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
>  CONFFILES_${PN}-fpm = "${sysconfdir}/php-fpm.conf"
>  CONFFILES_${PN}-fpm-apache2 =
> "${sysconfdir}/apache2/conf.d/php-fpm.conf"
> diff --git a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
> b/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
> deleted file mode 100644
> index 0c564cd..000
> --- a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
> +++ /de

[oe] [meta-oe] [PATCH] python-pygobject: 3.20.1 -> 3.22.0

2016-12-19 Thread Huang Qiyu
Upgrade python-pygobject from 3.20.1 to 3.22.0.

Signed-off-by: Huang Qiyu 
---
 .../python/{python-pygobject_3.20.1.bb => python-pygobject_3.22.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-pygobject_3.20.1.bb => 
python-pygobject_3.22.0.bb} (86%)

diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb 
b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
similarity index 86%
rename from meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
rename to meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
index e490ae5..56691aa 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
@@ -16,8 +16,8 @@ SRC_URI = " \
 file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
 "
 
-SRC_URI[md5sum] = "4354c6283b135f859563b72457f6a321"
-SRC_URI[sha256sum] = 
"3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745"
+SRC_URI[md5sum] = "ed4117ed5d554d25fd7718807fbf819f"
+SRC_URI[sha256sum] = 
"08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0

2016-12-21 Thread Huang Qiyu
1)Upgrade opensaf from 5.0.0 to 5.1.0.
2)Modify meta_oe_security_flags.inc to fix error:
  /
  | collect2: error: ld returned 1 exit status
  | Makefile:542: recipe for target 'librda.la' failed
  | make[6]: *** [librda.la] Error 1
  \

Signed-off-by: Huang Qiyu 
---
 .../recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb}| 4 ++--
 meta-oe/conf/distro/include/meta_oe_security_flags.inc| 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/opensaf/{opensaf_5.0.0.bb => 
opensaf_5.1.0.bb} (94%)

diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb 
b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
similarity index 94%
rename from meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
rename to meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
index 6ceb225..be903a0 100644
--- a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
+++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
@@ -21,8 +21,8 @@ SRC_URI = 
"${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \
file://0001-plmcd-error-fix.patch \
"
 
-SRC_URI[md5sum] = "94cd1a4c0406e6a45bb04c003f8690e7"
-SRC_URI[sha256sum] = 
"4b4188a0f3d0ed1ed0e3d77de27c45e2c96b437401de08e7df2ed9ecd54bb999"
+SRC_URI[md5sum] = "821391311c73bc2f2dc5a7d867f732e0"
+SRC_URI[sha256sum] = 
"f687c883a0d50517c33cb445d9177a9e2b07f5bb077bcc0235ffc0fc99af5cb6"
 
 inherit autotools useradd systemd pkgconfig
 
diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc 
b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
index 815fb16..01ee4d4 100644
--- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc
+++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
@@ -25,3 +25,4 @@ SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"
 #| make[1]: *** [Makefile:675: libluajit.so] Error 1
 SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}"
 
+SECURITY_CFLAGS_pn-opensaf = "${SECURITY_NO_PIE_CFLAGS}"
-- 
2.7.4



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


[oe] [meta-oe] [PATCH v2] add php 7.1.0

2016-12-22 Thread Huang Qiyu
1)add php_7.1.0.bb
2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb.
3)Delete pthread-check-threads-m4.patch, since it is integrated upstream.

Signed-off-by: Huang Qiyu 
---
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 56 ++
 meta-oe/recipes-devtools/php/php.inc   |  3 +-
 .../php/php/pthread-check-threads-m4.patch | 30 
 meta-oe/recipes-devtools/php/php_5.5.38.bb |  6 ---
 meta-oe/recipes-devtools/php/php_7.1.0.bb  |  8 
 5 files changed, 65 insertions(+), 38 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
 delete mode 100644 
meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
 delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.38.bb
 create mode 100644 meta-oe/recipes-devtools/php/php_7.1.0.bb

diff --git 
a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
new file mode 100644
index 000..39c334f
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
@@ -0,0 +1,56 @@
+[PATCH] config.m4: change AC_TRY_RUN to AC_TRY_LINK
+
+Upstream-Status: Pending
+
+AC_TRY_RUN is not suitable for cross-compile
+
+Signed-off-by: Roy Li 
+---
+ ext/fileinfo/config.m4 | 31 ++-
+ 1 file changed, 6 insertions(+), 25 deletions(-)
+
+diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4
+index 7e98d62..8a8ea0e 100644
+--- a/ext/fileinfo/config.m4
 b/ext/fileinfo/config.m4
+@@ -14,31 +14,12 @@ if test "$PHP_FILEINFO" != "no"; then
+ libmagic/readcdf.c libmagic/softmagic.c"
+ 
+   AC_MSG_CHECKING([for strcasestr])
+-  AC_TRY_RUN([
+-#include 
+-#include 
+-#include 
+-
+-int main(void)
+-{
+-char *s0, *s1, *ret;
+-
+-s0 = (char *) malloc(42);
+-s1 = (char *) malloc(8);
+-
+-memset(s0, 'X', 42);
+-s0[24] = 'Y';
+-s0[26] = 'Z';
+-s0[41] = '\0';
+-memset(s1, 'x', 8);
+-s1[0] = 'y';
+-s1[2] = 'Z';
+-s1[7] = '\0';
+-
+-ret = strcasestr(s0, s1);
+-
+-return !(NULL != ret);
+-}
++  AC_TRY_COMPILE([
++ #include 
++ #include 
++ #include 
++  ],[
++ strcasestr(NULL, NULL);
+   ],[
+ dnl using the platform implementation
+ AC_MSG_RESULT(yes)
+-- 
+1.9.1
+
diff --git a/meta-oe/recipes-devtools/php/php.inc 
b/meta-oe/recipes-devtools/php/php.inc
index cd91940..191005f 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -24,7 +24,6 @@ SRC_URI_append_class-target = " \
 file://php-fpm.conf \
 file://php-fpm-apache.conf \
 file://configure.patch \
-file://pthread-check-threads-m4.patch \
 file://70_mod_php5.conf \
 file://php-fpm.service \
   "
@@ -218,7 +217,7 @@ FILES_${PN}-doc += "${PHP_LIBDIR}/php/doc"
 FILES_${PN}-cli = "${bindir}/php"
 FILES_${PN}-phar = "${bindir}/phar*"
 FILES_${PN}-cgi = "${bindir}/php-cgi"
-FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service"
+FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service /etc/*"
 FILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
 CONFFILES_${PN}-fpm = "${sysconfdir}/php-fpm.conf"
 CONFFILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
diff --git a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch 
b/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
deleted file mode 100644
index 0c564cd..000
--- a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From d8067ceacbf54e79c9c6b68675332c09eaa0b55d Mon Sep 17 00:00:00 2001
-From: Jackie Huang 
-Date: Mon, 8 Apr 2013 14:29:51 +0800
-Subject: [PATCH] pthread-check
-
-Enable pthreads support when cross-compiling
-
-Upstream-Status: Inapproprate [config]
-
-Signed-off-by: Jackie Huang 

- TSRM/threads.m4 |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/TSRM/threads.m4 b/TSRM/threads.m4
-index 38494ce..15d9454 100644
 a/TSRM/threads.m4
-+++ b/TSRM/threads.m4
-@@ -86,7 +86,7 @@ int main() {
-   pthreads_working=no
-   ], [
-   dnl For cross compiling running this test is of no use. NetWare supports 
pthreads
--  pthreads_working=no
-+  pthreads_working=yes
-   case $host_alias in
-   *netware*)
- pthreads_working=yes
--- 
-1.7.4.1
-
diff --git a/meta-oe/recipes-devtools/ph

[oe] [meta-oe] [PATCH v3] add php 7.1.0

2016-12-23 Thread Huang Qiyu
1)add php_7.1.0.bb
2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb.
3)Delete pthread-check-threads-m4.patch, since it is integrated upstream.

Signed-off-by: Huang Qiyu 
---
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 56 ++
 meta-oe/recipes-devtools/php/php.inc   |  3 +-
 .../php/php/pthread-check-threads-m4.patch | 30 
 meta-oe/recipes-devtools/php/php_5.5.38.bb |  6 ---
 meta-oe/recipes-devtools/php/php_7.1.0.bb  |  8 
 5 files changed, 65 insertions(+), 38 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
 delete mode 100644 
meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
 delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.38.bb
 create mode 100644 meta-oe/recipes-devtools/php/php_7.1.0.bb

diff --git 
a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
new file mode 100644
index 000..39c334f
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
@@ -0,0 +1,56 @@
+[PATCH] config.m4: change AC_TRY_RUN to AC_TRY_LINK
+
+Upstream-Status: Pending
+
+AC_TRY_RUN is not suitable for cross-compile
+
+Signed-off-by: Roy Li 
+---
+ ext/fileinfo/config.m4 | 31 ++-
+ 1 file changed, 6 insertions(+), 25 deletions(-)
+
+diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4
+index 7e98d62..8a8ea0e 100644
+--- a/ext/fileinfo/config.m4
 b/ext/fileinfo/config.m4
+@@ -14,31 +14,12 @@ if test "$PHP_FILEINFO" != "no"; then
+ libmagic/readcdf.c libmagic/softmagic.c"
+ 
+   AC_MSG_CHECKING([for strcasestr])
+-  AC_TRY_RUN([
+-#include 
+-#include 
+-#include 
+-
+-int main(void)
+-{
+-char *s0, *s1, *ret;
+-
+-s0 = (char *) malloc(42);
+-s1 = (char *) malloc(8);
+-
+-memset(s0, 'X', 42);
+-s0[24] = 'Y';
+-s0[26] = 'Z';
+-s0[41] = '\0';
+-memset(s1, 'x', 8);
+-s1[0] = 'y';
+-s1[2] = 'Z';
+-s1[7] = '\0';
+-
+-ret = strcasestr(s0, s1);
+-
+-return !(NULL != ret);
+-}
++  AC_TRY_COMPILE([
++ #include 
++ #include 
++ #include 
++  ],[
++ strcasestr(NULL, NULL);
+   ],[
+ dnl using the platform implementation
+ AC_MSG_RESULT(yes)
+-- 
+1.9.1
+
diff --git a/meta-oe/recipes-devtools/php/php.inc 
b/meta-oe/recipes-devtools/php/php.inc
index cd91940..5e6b16a 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -24,7 +24,6 @@ SRC_URI_append_class-target = " \
 file://php-fpm.conf \
 file://php-fpm-apache.conf \
 file://configure.patch \
-file://pthread-check-threads-m4.patch \
 file://70_mod_php5.conf \
 file://php-fpm.service \
   "
@@ -218,7 +217,7 @@ FILES_${PN}-doc += "${PHP_LIBDIR}/php/doc"
 FILES_${PN}-cli = "${bindir}/php"
 FILES_${PN}-phar = "${bindir}/phar*"
 FILES_${PN}-cgi = "${bindir}/php-cgi"
-FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service"
+FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf 
${datadir}/fpm ${sysconfdir}/init.d/php-fpm 
${systemd_unitdir}/system/php-fpm.service ${sysconfdir}/php-fpm.d 
${sysconfdir}/php-fpm.d/www.conf.default"
 FILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
 CONFFILES_${PN}-fpm = "${sysconfdir}/php-fpm.conf"
 CONFFILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf"
diff --git a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch 
b/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
deleted file mode 100644
index 0c564cd..000
--- a/meta-oe/recipes-devtools/php/php/pthread-check-threads-m4.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From d8067ceacbf54e79c9c6b68675332c09eaa0b55d Mon Sep 17 00:00:00 2001
-From: Jackie Huang 
-Date: Mon, 8 Apr 2013 14:29:51 +0800
-Subject: [PATCH] pthread-check
-
-Enable pthreads support when cross-compiling
-
-Upstream-Status: Inapproprate [config]
-
-Signed-off-by: Jackie Huang 

- TSRM/threads.m4 |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/TSRM/threads.m4 b/TSRM/threads.m4
-index 38494ce..15d9454 100644
 a/TSRM/threads.m4
-+++ b/TSRM/threads.m4
-@@ -86,7 +86,7 @@ int main() {
-   pthreads_working=no
-   ], [
-   dnl For cross compiling running this test is of no use. NetWare supports 
pthreads
--  pthreads_working=no
-+  pthreads_working=yes
-   case $host_alias in
-   *netware*)
- pthreads_working=yes
--- 
-1.7

[oe] [meta-oe] [PATCH v4] add php 7.1.0

2016-12-26 Thread Huang Qiyu
1)Add php_7.1.0.bb
2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb.
3)Move pthread-check-threads-m4.patch out of 7.1.0, since it is integrated 
upstream.

Signed-off-by: Huang Qiyu 
---
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 56 ++
 meta-oe/recipes-devtools/php/php.inc   |  1 -
 meta-oe/recipes-devtools/php/php_5.5.38.bb |  6 ---
 meta-oe/recipes-devtools/php/php_5.6.26.bb |  4 +-
 meta-oe/recipes-devtools/php/php_7.1.0.bb  | 14 ++
 5 files changed, 73 insertions(+), 8 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
 delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.38.bb
 create mode 100644 meta-oe/recipes-devtools/php/php_7.1.0.bb

diff --git 
a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
new file mode 100644
index 000..39c334f
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
@@ -0,0 +1,56 @@
+[PATCH] config.m4: change AC_TRY_RUN to AC_TRY_LINK
+
+Upstream-Status: Pending
+
+AC_TRY_RUN is not suitable for cross-compile
+
+Signed-off-by: Roy Li 
+---
+ ext/fileinfo/config.m4 | 31 ++-
+ 1 file changed, 6 insertions(+), 25 deletions(-)
+
+diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4
+index 7e98d62..8a8ea0e 100644
+--- a/ext/fileinfo/config.m4
 b/ext/fileinfo/config.m4
+@@ -14,31 +14,12 @@ if test "$PHP_FILEINFO" != "no"; then
+ libmagic/readcdf.c libmagic/softmagic.c"
+ 
+   AC_MSG_CHECKING([for strcasestr])
+-  AC_TRY_RUN([
+-#include 
+-#include 
+-#include 
+-
+-int main(void)
+-{
+-char *s0, *s1, *ret;
+-
+-s0 = (char *) malloc(42);
+-s1 = (char *) malloc(8);
+-
+-memset(s0, 'X', 42);
+-s0[24] = 'Y';
+-s0[26] = 'Z';
+-s0[41] = '\0';
+-memset(s1, 'x', 8);
+-s1[0] = 'y';
+-s1[2] = 'Z';
+-s1[7] = '\0';
+-
+-ret = strcasestr(s0, s1);
+-
+-return !(NULL != ret);
+-}
++  AC_TRY_COMPILE([
++ #include 
++ #include 
++ #include 
++  ],[
++ strcasestr(NULL, NULL);
+   ],[
+ dnl using the platform implementation
+ AC_MSG_RESULT(yes)
+-- 
+1.9.1
+
diff --git a/meta-oe/recipes-devtools/php/php.inc 
b/meta-oe/recipes-devtools/php/php.inc
index cd91940..c4fb1d9 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -24,7 +24,6 @@ SRC_URI_append_class-target = " \
 file://php-fpm.conf \
 file://php-fpm-apache.conf \
 file://configure.patch \
-file://pthread-check-threads-m4.patch \
 file://70_mod_php5.conf \
 file://php-fpm.service \
   "
diff --git a/meta-oe/recipes-devtools/php/php_5.5.38.bb 
b/meta-oe/recipes-devtools/php/php_5.5.38.bb
deleted file mode 100644
index 26f35b1..000
--- a/meta-oe/recipes-devtools/php/php_5.5.38.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require php.inc
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=464ca70af214d2407f6b7d4458158afd"
-
-SRC_URI[md5sum] = "312244a0eecad602a1555ed2434e223f"
-SRC_URI[sha256sum] = 
"473c81ebb2e48ca468caee031762266651843d7227c18a824add9b07b9393e38"
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 cbd0615..ddc7ce3 100644
--- a/meta-oe/recipes-devtools/php/php_5.6.26.bb
+++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb
@@ -2,6 +2,8 @@ require php.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
 
-SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
+SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \
+file://pthread-check-threads-m4.patch \
+   "
 SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e"
 SRC_URI[sha256sum] = 
"d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236"
diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb 
b/meta-oe/recipes-devtools/php/php_7.1.0.bb
new file mode 100644
index 000..210d91f
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php_7.1.0.bb
@@ -0,0 +1,14 @@
+require php.inc
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
+
+SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
+SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
+SRC_URI[sha256sum] = 
"68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61"
+
+PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
+--with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
+,--without-mys

[oe] [meta-python] [PATCH] python-greenlet: 0.4.9 -> 0.4.11

2017-01-15 Thread Huang Qiyu
1) Upgrade python-greenlet from 0.4.9 to 0.4.11.
2) Delete 0001-Use-x-instead-of-r-for-aarch64-register-names.patch, since it is 
integrated upstream.

Signed-off-by: Huang Qiyu 
---
 ...x-instead-of-r-for-aarch64-register-names.patch | 38 --
 ...greenlet_0.4.9.bb => python-greenlet_0.4.11.bb} |  7 ++--
 2 files changed, 2 insertions(+), 43 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch
 rename meta-python/recipes-devtools/python/{python-greenlet_0.4.9.bb => 
python-greenlet_0.4.11.bb} (54%)

diff --git 
a/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch
 
b/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch
deleted file mode 100644
index 4868bf3..000
--- 
a/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From b53fb3bf861f895034452e984f2accb8bebbd3c9 Mon Sep 17 00:00:00 2001
-From: Fredrik Fornwall 
-Date: Wed, 7 Sep 2016 09:25:54 +0200
-Subject: [PATCH] Use x instead of r for aarch64 register names
-
-This fixes clang compatibility.

-Upstream-Status: Backport
-
- platform/switch_aarch64_gcc.h | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/platform/switch_aarch64_gcc.h b/platform/switch_aarch64_gcc.h
-index 2fbc569..0b9d556 100644
 a/platform/switch_aarch64_gcc.h
-+++ b/platform/switch_aarch64_gcc.h
-@@ -2,6 +2,7 @@
-  * this is the internal transfer function.
-  *
-  * HISTORY
-+ * 07-Sep-16 Add clang support using x register naming. Fredrik Fornwall
-  * 13-Apr-13 Add support for strange GCC caller-save decisions
-  * 08-Apr-13 File creation. Michael Matz
-  *
-@@ -15,8 +16,8 @@
- 
- #ifdef SLP_EVAL
- #define STACK_MAGIC 0
--#define REGS_TO_SAVE "r19", "r20", "r21", "r22", "r23", "r24", "r25", "r26", \
-- "r27", "r28", "r30" /* aka lr */, \
-+#define REGS_TO_SAVE "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", \
-+ "x27", "x28", "x30" /* aka lr */, \
-  "v8", "v9", "v10", "v11", \
-  "v12", "v13", "v14", "v15"
- 
--- 
-1.9.1
-
diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb 
b/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb
rename to meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb
index 4c0faf5..ca4786f 100644
--- a/meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb
+++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb
@@ -3,11 +3,8 @@ LICENSE = "MIT & PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
 file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI += "\
-   file://0001-Use-x-instead-of-r-for-aarch64-register-names.patch \
-   "
-SRC_URI[md5sum] = "c6659cdb2a5e591723e629d2eef22e82"
-SRC_URI[sha256sum] = 
"58b2f3a2e7075c655616bf95e82868db4980f3bb6661db70ad02a51e4ddd2252"
+SRC_URI[md5sum] = "774808f543e130621700863bc20a21fe"
+SRC_URI[sha256sum] = 
"e46510543912135b2663c2fc4e2867497579466d82184710b84fb718b31cc95d"
 
 PYPI_PACKAGE_EXT = "zip"
 inherit pypi distutils
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-jsonpatch: 1.14 -> 1.15

2017-01-15 Thread Huang Qiyu
Upgrade python-jsonpatch from 1.14 to 1.15.

Signed-off-by: Huang Qiyu 
---
 .../python/{python-jsonpatch_1.14.bb => python-jsonpatch_1.15.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-jsonpatch_1.14.bb => 
python-jsonpatch_1.15.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb 
b/meta-python/recipes-devtools/python/python-jsonpatch_1.15.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb
rename to meta-python/recipes-devtools/python/python-jsonpatch_1.15.bb
index c845eda..f214bf2 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb
+++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.15.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
 
 inherit pypi setuptools
 
-SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f"
-SRC_URI[sha256sum] = 
"776d828d6f7b4581862529cf413439a652d74b9e3a0261fa08c36fd761a78b4a"
+SRC_URI[md5sum] = "818d36e05d68ba90ca2b26597bd82975"
+SRC_URI[sha256sum] = 
"ae23cd08b2f7246f8f2475363501e740c4ef93f08f2a3b7b9bcfac0cc37fceb1"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer 
${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-stringold"
 
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-lxml: 3.7.0 -> 3.7.2

2017-01-16 Thread Huang Qiyu
Upgrade python-lxml from 3.7.0 to 3.7.2.

Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-lxml.inc   | 4 ++--
 .../python/{python-lxml_3.7.0.bb => python-lxml_3.7.2.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-lxml_3.7.0.bb => 
python-lxml_3.7.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc 
b/meta-python/recipes-devtools/python/python-lxml.inc
index 8319799..6299385 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSES.txt;md5=f9f1dc24f720c143c2240df41fe5073b \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[md5sum] = "b78e6f7e859c2ff57add7f63a5e387b7"
-SRC_URI[sha256sum] = 
"9c62eb2a1862e1ae285d7e7e3b7dc8772d387b19258086afcec143c6b7b8a5c9"
+SRC_URI[md5sum] = "8dcf8d6c692b7aed9370f7462ff09935"
+SRC_URI[sha256sum] = 
"59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a"
 
 DISTUTILS_BUILD_ARGS += " \
  --with-xslt-config='pkg-config libxslt' \
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.7.0.bb 
b/meta-python/recipes-devtools/python/python-lxml_3.7.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_3.7.0.bb
rename to meta-python/recipes-devtools/python/python-lxml_3.7.2.bb
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-py: 1.4.31 -> 1.4.32

2017-01-16 Thread Huang Qiyu
Upgrade python-py from 1.4.31 to 1.4.32.

Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-py.inc | 4 ++--
 .../python/{python-py_1.4.31.bb => python-py_1.4.32.bb}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-py_1.4.31.bb => 
python-py_1.4.32.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-py.inc 
b/meta-python/recipes-devtools/python/python-py.inc
index 9e33b16..4ac502e 100644
--- a/meta-python/recipes-devtools/python/python-py.inc
+++ b/meta-python/recipes-devtools/python/python-py.inc
@@ -2,7 +2,7 @@ SUMMARY = "Library with cross-python path, ini-parsing, io, 
code, log facilities
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
 
-SRC_URI[md5sum] = "5d2c63c56dc3f2115ec35c066ecd582b"
-SRC_URI[sha256sum] = 
"a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114"
+SRC_URI[md5sum] = "68ee0b5867282595d0b410a7f3c03ab3"
+SRC_URI[sha256sum] = 
"c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-py_1.4.31.bb 
b/meta-python/recipes-devtools/python/python-py_1.4.32.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-py_1.4.31.bb
rename to meta-python/recipes-devtools/python/python-py_1.4.32.bb
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-pyparsing: 2.1.4 -> 2.1.10

2017-01-16 Thread Huang Qiyu
Upgrade python-pyparsing from 2.1.4 to 2.1.10.

Signed-off-by: Huang Qiyu 
---
 .../python/{python-pyparsing_2.1.4.bb => python-pyparsing_2.1.10.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyparsing_2.1.4.bb => 
python-pyparsing_2.1.10.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb 
b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb
rename to meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb
index 9aa5473..06f9845 100644
--- a/meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb
+++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://pyparsing.wikispaces.com/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
 
-SRC_URI[md5sum] = "322059c57f0c9f11da1c6c06a2ba2197"
-SRC_URI[sha256sum] = 
"a9234dea79b50d49b92a994132cd1c84e873f3936db94977a66f0a4159b1797c"
+SRC_URI[md5sum] = "065908b92904e0d3634eb156f44cc80e"
+SRC_URI[sha256sum] = 
"811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188"
 
 inherit pypi setuptools
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-pytest: 3.0.4 -> 3.0.5

2017-01-16 Thread Huang Qiyu
Upgrade python-pytest from 3.0.4 to 3.0.5.

Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pytest.inc | 4 ++--
 .../python/{python-pytest_3.0.4.bb => python-pytest_3.0.5.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytest_3.0.4.bb => 
python-pytest_3.0.5.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc 
b/meta-python/recipes-devtools/python/python-pytest.inc
index 27f6c27..bf91faf 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -2,8 +2,8 @@ SUMMARY = "Simple powerful teting with python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01"
 
-SRC_URI[md5sum] = "0fbf3cf9f127ae34300e2c8bb002b6a6"
-SRC_URI[sha256sum] = 
"879fee2c1fdbaacd1bf2c0047677c6dd4aee05b9c1e64330b34d130a584fa40d"
+SRC_URI[md5sum] = "cefd527b59332688bf5db4a10aa8a7cb"
+SRC_URI[sha256sum] = 
"4a003aa956f023ce91aa6e166b555e6f02a4b0aeb459ac61e14f64c0d39037fd"
 
 RDEPENDS_${PN}_class-target += " \
 ${PYTHON_PN}-argparse \
diff --git a/meta-python/recipes-devtools/python/python-pytest_3.0.4.bb 
b/meta-python/recipes-devtools/python/python-pytest_3.0.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytest_3.0.4.bb
rename to meta-python/recipes-devtools/python/python-pytest_3.0.5.bb
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-pytz: 2016.7 -> 2016.10

2017-01-16 Thread Huang Qiyu
Upgrade python-pytz from 2016.7 to 2016.10.

Signed-off-by: Huang Qiyu 
---
 .../python/{python-pytz_2016.7.bb => python-pytz_2016.10.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytz_2016.7.bb => 
python-pytz_2016.10.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb 
b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python-pytz_2016.7.bb
rename to meta-python/recipes-devtools/python/python-pytz_2016.10.bb
index 508fd3b..33cb140 100644
--- a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb
+++ b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb
@@ -3,8 +3,8 @@ HOMEPAGE = " http://pythonhosted.org/pytz";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
 
-SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966"
-SRC_URI[sha256sum] = 
"8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3"
+SRC_URI[md5sum] = "cc9f16ba436efabdcef3c4d32ae4919c"
+SRC_URI[sha256sum] = 
"9a43e20aa537cfad8fe7a1715165c91cb4a6935d40947f2d070e4c80f2dcd22b"
 
 inherit pypi setuptools
 
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-requests: 2.12.0 -> 2.12.4

2017-01-16 Thread Huang Qiyu
Upgrade python-requests from 2.12.0 to 2.12.4.

Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-requests.inc   | 4 ++--
 .../python/{python-requests_2.12.0.bb => python-requests_2.12.4.bb}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-requests_2.12.0.bb => 
python-requests_2.12.4.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-requests.inc 
b/meta-python/recipes-devtools/python/python-requests.inc
index 9f851e4..847d484 100644
--- a/meta-python/recipes-devtools/python/python-requests.inc
+++ b/meta-python/recipes-devtools/python/python-requests.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5"
 
-SRC_URI[md5sum] = "d0d3e5fb81c6b4d87c08ed5cad677337"
-SRC_URI[sha256sum] = 
"57b6c314a2c5f014dce634a0e1eeeb1707741b2e30bc7fee9c5b01fa216d57a3"
+SRC_URI[md5sum] = "acdb4a9d3c7309da12fc7f83fedb"
+SRC_URI[sha256sum] = 
"ed98431a0631e309bb4b63c81d561c1654822cb103de1ac7b47e45c26be7ae34"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-email \
diff --git a/meta-python/recipes-devtools/python/python-requests_2.12.0.bb 
b/meta-python/recipes-devtools/python/python-requests_2.12.4.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-requests_2.12.0.bb
rename to meta-python/recipes-devtools/python/python-requests_2.12.4.bb
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-m2crypto: 0.23.0 -> 0.25.1

2017-01-16 Thread Huang Qiyu
Upgrade python-m2crypto from 0.23.0 to 0.25.1.

Signed-off-by: Huang Qiyu 
---
 .../python/{python-m2crypto_0.23.0.bb => python-m2crypto_0.25.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-m2crypto_0.23.0.bb => 
python-m2crypto_0.25.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb 
b/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb
rename to meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb
index ab665d4..5a9594f 100644
--- a/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb
+++ b/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb
@@ -2,10 +2,10 @@ SUMMARY = "A Python crypto and SSL toolkit"
 HOMEPAGE = "http://chandlerproject.org/bin/view/Projects/MeTooCrypto";
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=68f7880de949412b2ea248932d97ed54"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=95295693f047bb8f76928251a6154a60"
 
-SRC_URI[md5sum] = "89557730e245294a6cab06de8ad4fb42"
-SRC_URI[sha256sum] = 
"1ac3b6eafa5ff7e2a0796675316d7569b28aada45a7ab74042ad089d15a9567f"
+SRC_URI[md5sum] = "040234289fbef5bed4029f0f7d1dae35"
+SRC_URI[sha256sum] = 
"ac303a1881307a51c85ee8b1d87844d9866ee823b4fdbc52f7e79187c2d9acef"
 
 SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch 
"
 
-- 
2.7.4



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


[oe] [meta-python] [PATCH] python-werkzeug: 0.11.11 -> 0.11.15

2017-01-16 Thread Huang Qiyu
Upgrade python-werkzeug from 0.11.11 to 0.11.15.

Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-werkzeug.inc   | 4 ++--
 .../python/{python-werkzeug_0.11.11.bb => python-werkzeug_0.11.15.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-werkzeug_0.11.11.bb => 
python-werkzeug_0.11.15.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc 
b/meta-python/recipes-devtools/python/python-werkzeug.inc
index 91c47ae..6f28f55 100644
--- a/meta-python/recipes-devtools/python/python-werkzeug.inc
+++ b/meta-python/recipes-devtools/python/python-werkzeug.inc
@@ -10,8 +10,8 @@ HOMEPAGE = "http://werkzeug.pocoo.org/";
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa"
 
-SRC_URI[md5sum] = "1d34afa1f19abcef4c0da51ebc2c4ea7"
-SRC_URI[sha256sum] = 
"e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5"
+SRC_URI[md5sum] = "cb4010478dd33905f95920e4880204a2"
+SRC_URI[sha256sum] = 
"455d7798ac263266dbd38d4841f7534dd35ca9c3da4a8df303f8488f38f3bcc0"
 
 PYPI_PACKAGE = "Werkzeug"
 
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb 
b/meta-python/recipes-devtools/python/python-werkzeug_0.11.15.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb
rename to meta-python/recipes-devtools/python/python-werkzeug_0.11.15.bb
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] krb5: 1.13.6 -> 1.15.1

2017-04-24 Thread Huang Qiyu
1) Upgrade krb5 from 1.13.6 to 1.15.1.
2) License checksum changed,since the copyright years were updated. 
3) Fix error in the step of do_configure.
   | ERROR: krb5-1.15.1-r0 do_package: QA Issue: krb5: Files/directories were 
installed but not shipped in any package:
   |  /usr/lib/krb5/plugins/preauth/test.so

Signed-off-by: Huang Qiyu 
---
 .../recipes-connectivity/krb5/{krb5_1.13.6.bb => krb5_1.15.1.bb}  | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-connectivity/krb5/{krb5_1.13.6.bb => krb5_1.15.1.bb} 
(96%)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb 
b/meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
rename to meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
index 656a02f..61cdd60 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
@@ -14,7 +14,7 @@ DESCRIPTION = "Kerberos is a system for authenticating users 
and services on a n
 HOMEPAGE = "http://web.mit.edu/Kerberos/";
 SECTION = "console/network"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=c6f37efad53b098e420f45e7ab6807dc"
+LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=3e12b8a065cca25dfdcac734fb3ec0b9"
 DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native"
 
 inherit autotools-brokensep binconfig perlnative systemd update-rc.d
@@ -31,8 +31,8 @@ SRC_URI = 
"http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}.tar.gz \
file://krb5-kdc.service \
file://krb5-admin-server.service \
 "
-SRC_URI[md5sum] = "6164ca9c075b4ecc68eadd6d13040417"
-SRC_URI[sha256sum] = 
"9c0a46b8918237a53916370d2e02298c2b294f55f0351f9404e18930bc26badc"
+SRC_URI[md5sum] = "8022f3a1cde8463e44fd35ef42731f85"
+SRC_URI[sha256sum] = 
"437c8831ddd5fde2a993fef425dedb48468109bb3d3261ef838295045a89eb45"
 
 S = "${WORKDIR}/${BP}/src"
 
@@ -107,7 +107,7 @@ PACKAGES =+ "${PN}-admin-server \
  libkrb5support \
  libverto"
 
-FILES_${PN} = ""
+FILES_${PN} = "${libdir}/krb5/plugins/preauth/test.so"
 FILES_${PN}-doc += "${datadir}/examples"
 FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug"
 
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] dovecot: 2.2.25 -> 2.2.29

2017-04-24 Thread Huang Qiyu
Upgrade dovecot from 2.2.25 to 2.2.29.

Signed-off-by: Huang Qiyu 
---
 .../recipes-support/dovecot/{dovecot_2.2.25.bb => dovecot_2.2.29.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/dovecot/{dovecot_2.2.25.bb => 
dovecot_2.2.29.bb} (95%)

diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb 
b/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
similarity index 95%
rename from meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb
rename to meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
index 243dda7..b2a3de3 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
@@ -9,8 +9,8 @@ SRC_URI = "http://dovecot.org/releases/2.2/dovecot-${PV}.tar.gz 
\
file://dovecot.service \
file://dovecot.socket"
 
-SRC_URI[md5sum] = "8f62ea76489c47c369cbbe0b19818448"
-SRC_URI[sha256sum] = 
"d8d9f32c846397f7c22749a84c5cf6f59c55ff7ded3dc9f07749a255182f9667"
+SRC_URI[md5sum] = "ff95486a5c43025a2c3f5a712e7962b9"
+SRC_URI[sha256sum] = 
"d939ea99126eb8a8c6955390b422b6e27ec0fa43a3b59b2b3218cb5ad67139a6"
 
 DEPENDS = "openssl xz zlib bzip2 libcap icu"
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] libedit: 20160903-3.1 -> 20170329-3.1

2017-04-25 Thread Huang Qiyu
Upgrade libedit from 20160903-3.1 to 20170329-3.1.

Signed-off-by: Huang Qiyu 
---
 .../libedit/{libedit_20160903-3.1.bb => libedit_20170329-3.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/libedit/{libedit_20160903-3.1.bb => 
libedit_20170329-3.1.bb} (80%)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20160903-3.1.bb 
b/meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb
similarity index 80%
rename from meta-oe/recipes-devtools/libedit/libedit_20160903-3.1.bb
rename to meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb
index 90b5a1d..fc24671 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20160903-3.1.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20170329-3.1.bb
@@ -15,7 +15,7 @@ FETCHCMD_wget += "-U bitbake"
 SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \
file://stdc-predef.patch \
   "
-SRC_URI[md5sum] = "0467d27684c453a351fbcefebbcb16a3"
-SRC_URI[sha256sum] = 
"0ccbd2e7d46097f136fcb1aaa0d5bc24e23bb73f57d25bee5a852a683eaa7567"
+SRC_URI[md5sum] = "c57a0690e62ef523c083598730272cfd"
+SRC_URI[sha256sum] = 
"91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be"
 
 S = "${WORKDIR}/${BPN}-${PV}"
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] hostapd: 2.5 -> 2.6

2017-04-25 Thread Huang Qiyu
1) Upgrade hostapd from 2.5 to 2.6.
2) License checksum changed,since the copyright years were updated.
2) Delete patch "0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch", 
since it is integrated upstream.


Signed-off-by: Huang Qiyu 
---
 ...ject-a-Credential-with-invalid-passphrase.patch | 86 --
 .../hostapd/{hostapd_2.5.bb => hostapd_2.6.bb} |  8 +-
 2 files changed, 4 insertions(+), 90 deletions(-)
 delete mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch
 rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.5.bb => hostapd_2.6.bb} 
(81%)

diff --git 
a/meta-oe/recipes-connectivity/hostapd/hostapd/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch
 
b/meta-oe/recipes-connectivity/hostapd/hostapd/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch
deleted file mode 100644
index 2fc7896..000
--- 
a/meta-oe/recipes-connectivity/hostapd/hostapd/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-From ecbb0b3dc122b0d290987cf9c84010bbe53e1022 Mon Sep 17 00:00:00 2001
-From: Jouni Malinen 
-Date: Fri, 4 Mar 2016 17:20:18 +0200
-Subject: [PATCH 1/1] WPS: Reject a Credential with invalid passphrase
-
-WPA/WPA2-Personal passphrase is not allowed to include control
-characters. Reject a Credential received from a WPS Registrar both as
-STA (Credential) and AP (AP Settings) if the credential is for WPAPSK or
-WPA2PSK authentication type and includes an invalid passphrase.
-
-This fixes an issue where hostapd or wpa_supplicant could have updated
-the configuration file PSK/passphrase parameter with arbitrary data from
-an external device (Registrar) that may not be fully trusted. Should
-such data include a newline character, the resulting configuration file
-could become invalid and fail to be parsed.
-
-Upstream-Status: Backport
-
-CVE: CVE-2016-4476
-
-Signed-off-by: Jouni Malinen 
-Signed-off-by: Zhixiong Chi 

- src/utils/common.c | 12 
- src/utils/common.h |  1 +
- src/wps/wps_attr_process.c | 10 ++
- 3 files changed, 23 insertions(+)
-
-diff --git a/src/utils/common.c b/src/utils/common.c
-index 450e2c6..27b7c02 100644
 a/src/utils/common.c
-+++ b/src/utils/common.c
-@@ -697,6 +697,18 @@ int is_hex(const u8 *data, size_t len)
- }
- 
- 
-+int has_ctrl_char(const u8 *data, size_t len)
-+{
-+  size_t i;
-+
-+  for (i = 0; i < len; i++) {
-+  if (data[i] < 32 || data[i] == 127)
-+  return 1;
-+  }
-+  return 0;
-+}
-+
-+
- size_t merge_byte_arrays(u8 *res, size_t res_len,
-const u8 *src1, size_t src1_len,
-const u8 *src2, size_t src2_len)
-diff --git a/src/utils/common.h b/src/utils/common.h
-index 701dbb2..a972240 100644
 a/src/utils/common.h
-+++ b/src/utils/common.h
-@@ -488,6 +488,7 @@ const char * wpa_ssid_txt(const u8 *ssid, size_t ssid_len);
- 
- char * wpa_config_parse_string(const char *value, size_t *len);
- int is_hex(const u8 *data, size_t len);
-+int has_ctrl_char(const u8 *data, size_t len);
- size_t merge_byte_arrays(u8 *res, size_t res_len,
-const u8 *src1, size_t src1_len,
-const u8 *src2, size_t src2_len);
-diff --git a/src/wps/wps_attr_process.c b/src/wps/wps_attr_process.c
-index eadb22f..e8c4579 100644
 a/src/wps/wps_attr_process.c
-+++ b/src/wps/wps_attr_process.c
-@@ -229,6 +229,16 @@ static int wps_workaround_cred_key(struct wps_credential 
*cred)
-   cred->key_len--;
- #endif /* CONFIG_WPS_STRICT */
-   }
-+
-+
-+  if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
-+  (cred->key_len < 8 || has_ctrl_char(cred->key, cred->key_len))) {
-+  wpa_printf(MSG_INFO, "WPS: Reject credential with invalid 
WPA/WPA2-Personal passphrase");
-+  wpa_hexdump_ascii_key(MSG_INFO, "WPS: Network Key",
-+cred->key, cred->key_len);
-+  return -1;
-+  }
-+
-   return 0;
- }
- 
---
-1.9.1
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb 
b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
similarity index 81%
rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
index ab01235..3b74f48 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://w1.fi/hostapd/";
 SECTION = "kernel/userland"
 LICENSE = "GPLv2 | BSD"
-LIC_FILES_CHKSUM = "file://${B}/README;md5=4d53178f44d4b38418a4fa8de365e11c"
+LIC_FILES_CHKSUM = "file://${B}/README;md5=8aa4e8c78b59b12016c4cb2d0a8db350"
 DEPENDS = "libnl openssl"
 SUMMARY = &quo

[oe] [meta-oe] [PATCH] meta_oe_security_flags.inc: Disable PIE for libdevmapper

2017-04-27 Thread Huang Qiyu
Modify meta_oe_security_flags.inc to fix error:
/
| collect2: error: ld returned 1 exit status
| ../make.tmpl:426: recipe for target 'ioctl/libdevmapper.so.1.02' failed
| make[1]: *** [ioctl/libdevmapper.so.1.02] Error 1
\

Signed-off-by: Huang Qiyu 
---
 meta-oe/conf/distro/include/meta_oe_security_flags.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc 
b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
index 815fb16..2a1a1dd 100644
--- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc
+++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
@@ -25,3 +25,4 @@ SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"
 #| make[1]: *** [Makefile:675: libluajit.so] Error 1
 SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}"
 
+SECURITY_CFLAGS_pn-libdevmapper = "${SECURITY_NO_PIE_CFLAGS}"
-- 
2.7.4



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


[oe] [PATCH] cryptsetup: 1.7.2 -> 1.7.4

2017-04-27 Thread Huang Qiyu
Upgrade cryptsetup from 1.7.2 to 1.7.4.

Signed-off-by: Huang Qiyu 
---
 .../cryptsetup/{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.7.2.bb => 
cryptsetup_1.7.4.bb} (90%)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb 
b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
similarity index 90%
rename from meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
rename to meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
index 9075127..c13b764 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326"
 DEPENDS = "util-linux libdevmapper popt libgcrypt"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz"
-SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1"
-SRC_URI[sha256sum] = 
"dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342"
+SRC_URI[md5sum] = "058ed35c5b776032c2a036838f9e22a7"
+SRC_URI[sha256sum] = 
"7ccf893ef79a38fb92d61f03c17b964982119f5319cdaa85a1335b8558cca016"
 
 inherit autotools gettext pkgconfig
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH v2] cryptsetup: 1.7.2 -> 1.7.4

2017-04-27 Thread Huang Qiyu
Upgrade cryptsetup from 1.7.2 to 1.7.4.

Signed-off-by: Huang Qiyu 
---
 .../cryptsetup/{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.7.2.bb => 
cryptsetup_1.7.4.bb} (90%)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb 
b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
similarity index 90%
rename from meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
rename to meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
index 9075127..c13b764 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326"
 DEPENDS = "util-linux libdevmapper popt libgcrypt"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz"
-SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1"
-SRC_URI[sha256sum] = 
"dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342"
+SRC_URI[md5sum] = "058ed35c5b776032c2a036838f9e22a7"
+SRC_URI[sha256sum] = 
"7ccf893ef79a38fb92d61f03c17b964982119f5319cdaa85a1335b8558cca016"
 
 inherit autotools gettext pkgconfig
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] luajit: 2.0.4 -> 2.0.5

2017-05-09 Thread Huang Qiyu
1) Upgrade luajit from 2.0.4 to 2.0.5.
2) License checksum changed,since the copyright years were updated.

Signed-off-by: Huang Qiyu 
---
 .../recipes-devtools/luajit/{luajit_2.0.4.bb => luajit_2.0.5.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/luajit/{luajit_2.0.4.bb => luajit_2.0.5.bb} 
(92%)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb 
b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
similarity index 92%
rename from meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
rename to meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
index cee9cc4..d7477ed 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Just-In-Time Compiler for Lua"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3992f1fbae3b8b061f9056b7fcda8cc6"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10a96c93403affcc34765f4c2612bc22"
 HOMEPAGE = "http://luajit.org";
 
 SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz \

file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
 "
-SRC_URI[md5sum] = "dd9c38307f2223a504cbfb96e477eca0"
-SRC_URI[sha256sum] = 
"620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d"
+SRC_URI[md5sum] = "48353202cbcacab84ee41a5a70ea0a2c"
+SRC_URI[sha256sum] = 
"874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979"
 
 S = "${WORKDIR}/LuaJIT-${PV}"
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] opencv: Make opencv-ts create share library intead of static

2017-05-11 Thread Huang Qiyu
Refer to other distro,make opencv-ts create share library intead of static.

Signed-off-by: Huang Qiyu 
---
 ...-ts-create-share-library-intead-of-static.patch | 26 +
 .../opencv/0001-To-fix-errors-as-following.patch   | 43 ++
 meta-oe/recipes-support/opencv/opencv_3.1.bb   |  2 +
 3 files changed, 71 insertions(+)
 create mode 100644 
meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
 create mode 100644 
meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch

diff --git 
a/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
 
b/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
new file mode 100644
index 000..05ec41f
--- /dev/null
+++ 
b/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
@@ -0,0 +1,26 @@
+From 49d1f7c40a5d097f23671318045ac54bc07846cf Mon Sep 17 00:00:00 2001
+From: Bian Naimeng 
+Date: Wed, 19 Apr 2017 03:11:37 +0900
+Subject: [PATCH] Make opencv-ts create share library intead of static.
+
+Signed-off-by: Lei Maohui 
+---
+ modules/ts/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules/ts/CMakeLists.txt b/modules/ts/CMakeLists.txt
+index bb56da2..7bb4ce9 100644
+--- a/modules/ts/CMakeLists.txt
 b/modules/ts/CMakeLists.txt
+@@ -4,7 +4,7 @@ if(IOS)
+   ocv_module_disable(ts)
+ endif()
+ 
+-set(OPENCV_MODULE_TYPE STATIC)
++#set(OPENCV_MODULE_TYPE STATIC)
+ set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
+ 
+ ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
+-- 
+1.8.4.2
+
diff --git 
a/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch 
b/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch
new file mode 100644
index 000..40c4ad5
--- /dev/null
+++ 
b/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch
@@ -0,0 +1,43 @@
+From 7eb2f7ea2fd1ede1d0ee0fafb660c8a62ac88127 Mon Sep 17 00:00:00 2001
+From: Huang Qiyu 
+Date: Thu, 11 May 2017 16:13:45 +0900
+Subject: [PATCH] To fix errors as following:
+
+"test_main.cpp:45: undefined reference to `parseCustomOptions(int, char**)'"
+"test_superres.cpp:270: undefined reference to `checkIppStatus()'"
+
+Signed-off-by: Lei Maohui 
+---
+ modules/ts/include/opencv2/ts.hpp| 2 +-
+ modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules/ts/include/opencv2/ts.hpp 
b/modules/ts/include/opencv2/ts.hpp
+index e809f6b..d181e24 100644
+--- a/modules/ts/include/opencv2/ts.hpp
 b/modules/ts/include/opencv2/ts.hpp
+@@ -567,7 +567,7 @@ void dumpOpenCLDevice();
+ #define TEST_DUMP_OCL_INFO
+ #endif
+ 
+-void parseCustomOptions(int argc, char **argv);
++CV_EXPORTS void parseCustomOptions(int argc, char **argv);
+ 
+ #define CV_TEST_MAIN(resourcesubdir, ...) \
+ int main(int argc, char **argv) \
+diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp 
b/modules/ts/include/opencv2/ts/ts_ext.hpp
+index 08039ba..8e72372 100644
+--- a/modules/ts/include/opencv2/ts/ts_ext.hpp
 b/modules/ts/include/opencv2/ts/ts_ext.hpp
+@@ -8,7 +8,7 @@
+ #ifndef __OPENCV_TS_EXT_HPP__
+ #define __OPENCV_TS_EXT_HPP__
+ 
+-void checkIppStatus();
++CV_EXPORTS void checkIppStatus();
+ 
+ #undef TEST
+ #define TEST(test_case_name, test_name) \
+-- 
+2.7.4
+
diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb 
b/meta-oe/recipes-support/opencv/opencv_3.1.bb
index 1bbb965..52d44ba 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.1.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb
@@ -24,6 +24,8 @@ SRC_URI = "git://github.com/Itseez/opencv.git;name=opencv \
 file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \
 file://fixgcc60.patch \
 file://fixpkgconfig.patch \
+file://0001-Make-opencv-ts-create-share-library-intead-of-static.patch \
+file://0001-To-fix-errors-as-following.patch \
 "
 
 PV = "3.1+git${SRCPV}"
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] libssh2: 1.7.0 -> 1.8.0

2017-05-11 Thread Huang Qiyu
Upgrade libssh2 from 1.7.0 to 1.8.0.

Signed-off-by: Huang Qiyu 
---
 .../recipes-support/libssh2/{libssh2_1.7.0.bb => libssh2_1.8.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libssh2/{libssh2_1.7.0.bb => libssh2_1.8.0.bb} 
(84%)

diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb 
b/meta-oe/recipes-support/libssh2/libssh2_1.8.0.bb
similarity index 84%
rename from meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
rename to meta-oe/recipes-support/libssh2/libssh2_1.8.0.bb
index c62dab1..94bfb8f 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.8.0.bb
@@ -8,8 +8,8 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
 
 SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz";
-SRC_URI[md5sum] = "b01662a210e94cccf2f76094db7dac5c"
-SRC_URI[sha256sum] = 
"e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584"
+SRC_URI[md5sum] = "3d1147cae66e2959ea5441b183de1b1c"
+SRC_URI[sha256sum] = 
"39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4"
 
 inherit autotools pkgconfig
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] lua: 5.3.3 -> 5.3.4

2017-05-11 Thread Huang Qiyu
1) Upgrade lua from 5.3.3 to 5.3.4.
2) License checksum changed,since the copyright years were updated.

Signed-off-by: Huang Qiyu 
---
 meta-oe/recipes-devtools/lua/{lua_5.3.3.bb => lua_5.3.4.bb} | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-devtools/lua/{lua_5.3.3.bb => lua_5.3.4.bb} (81%)

diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.3.bb 
b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb
similarity index 81%
rename from meta-oe/recipes-devtools/lua/lua_5.3.3.bb
rename to meta-oe/recipes-devtools/lua/lua_5.3.4.bb
index b7995c2..28d71fa 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.3.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Lua is a powerful light-weight programming language designed \
 for extending applications."
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = 
"file://doc/readme.html;beginline=318;endline=352;md5=10ffd57d574c60d5b4d6189544e205a9"
+LIC_FILES_CHKSUM = 
"file://doc/readme.html;beginline=318;endline=352;md5=60aa5cfdbd40086501778d9b6ebf29ee"
 HOMEPAGE = "http://www.lua.org/";
 
 DEPENDS = "readline"
@@ -13,10 +13,10 @@ SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 
'ptest', \
 file://run-ptest \
', '', d)}"
 
-SRC_URI[tarballsrc.md5sum] = "703f75caa4fdf4a911c1a72e67a27498"
-SRC_URI[tarballsrc.sha256sum] = 
"5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2"
-SRC_URI[tarballtest.md5sum] = "76f4fb07f2a4970d554645ac26df86df"
-SRC_URI[tarballtest.sha256sum] = 
"13154abc20976196119db531b4169ce1ce511755879d40b4192e4173291287e5"
+SRC_URI[tarballsrc.md5sum] = "53a9c68bcc0eda58bdc2095ad5cdfc63"
+SRC_URI[tarballsrc.sha256sum] = 
"f681aa518233bc407e23acf0f5887c884f17436f000d453b2491a9f11a52400c"
+SRC_URI[tarballtest.md5sum] = "b14fe3748c1cb2d74e3acd1943629ba3"
+SRC_URI[tarballtest.sha256sum] = 
"b80771238271c72565e5a1183292ef31bd7166414cd0d43a8eb79845fa7f599f"
 
 inherit pkgconfig binconfig ptest
 
-- 
2.7.4



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


[oe] [meta-oe] [PATCH] lvm2: 2.02.166 -> 2.02.171

2017-05-14 Thread Huang Qiyu
Upgrade lvm2 from 2.02.166 to 2.02.171.

Signed-off-by: Huang Qiyu 
---
 meta-oe/recipes-support/lvm2/{lvm2_2.02.166.bb => lvm2_2.02.171.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/lvm2/{lvm2_2.02.166.bb => lvm2_2.02.171.bb} 
(95%)

diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb 
b/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
similarity index 95%
rename from meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
rename to meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
index 7939f05..38c4414 100644
--- a/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
+++ b/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
@@ -1,7 +1,7 @@
 require lvm2.inc
 
-SRC_URI[md5sum] = "c5a54ee0b86703daaad6e856439e115a"
-SRC_URI[sha256sum] = 
"e120b066b85b224552efda40204488c5123de068725676fd6e5c8bc655051b94"
+SRC_URI[md5sum] = "153b7bb643eb26073274968e9026fa8f"
+SRC_URI[sha256sum] = 
"b815a711a2fabaa5c3dc1a4a284df0268bf0f325f0fc0f5c9530c9bbb54b9964"
 
 DEPENDS += "autoconf-archive-native"
 
-- 
2.7.4



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


[oe] [meta-xfce] [PATCH] imsettings: 1.7.1 -> 1.7.2

2017-05-14 Thread Huang Qiyu
Upgrade imsettings from 1.7.1 to 1.7.2.

Signed-off-by: Huang Qiyu 
---
 .../imsettings/{imsettings_1.7.1.bb => imsettings_1.7.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-extended/imsettings/{imsettings_1.7.1.bb => 
imsettings_1.7.2.bb} (88%)

diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb 
b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb
similarity index 88%
rename from meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb
rename to meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb
index e35e8b3..4b2ca49 100644
--- a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb
@@ -13,8 +13,8 @@ SRC_URI = 
"https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2
file://gtk-is-required-by-notify.patch \

file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch"
 
-SRC_URI[md5sum] = "ab439e21a7d86fa99fbc04586c755349"
-SRC_URI[sha256sum] = 
"12c35352386057ba68d69a0b7d9a1d0d01ebbd893aafe0a094c3158c8079ac9a"
+SRC_URI[md5sum] = "8153b0583a9f47d8a62af1f92fb9d3bf"
+SRC_URI[sha256sum] = 
"41addf0458f760212b6b6100835066e16deb3a8a50eb005a0fc17fbac0a2ae66"
 
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] geoipupdate: 2.2.2 -> 2.3.1

2017-05-15 Thread Huang Qiyu
1) Upgrade geoipupdate from 2.2.2 to 2.3.1.
2) License checksum changed,since the license checksum file "ChangeLog.md" were 
updated.

Signed-off-by: Huang Qiyu 
---
 .../geoip/{geoipupdate-2.2.2 => geoipupdate-2.3.1}/GeoIP.conf | 0
 .../{geoipupdate-2.2.2 => geoipupdate-2.3.1}/geoipupdate.cron | 0
 .../geoip/{geoipupdate_2.2.2.bb => geoipupdate_2.3.1.bb}  | 8 
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => 
geoipupdate-2.3.1}/GeoIP.conf (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => 
geoipupdate-2.3.1}/geoipupdate.cron (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate_2.2.2.bb => 
geoipupdate_2.3.1.bb} (72%)

diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf 
b/meta-networking/recipes-support/geoip/geoipupdate-2.3.1/GeoIP.conf
similarity index 100%
rename from meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf
rename to meta-networking/recipes-support/geoip/geoipupdate-2.3.1/GeoIP.conf
diff --git 
a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron 
b/meta-networking/recipes-support/geoip/geoipupdate-2.3.1/geoipupdate.cron
similarity index 100%
rename from 
meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron
rename to 
meta-networking/recipes-support/geoip/geoipupdate-2.3.1/geoipupdate.cron
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb 
b/meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
similarity index 72%
rename from meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
rename to meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
index 3bc936a..5271779 100644
--- a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
+++ b/meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
@@ -6,18 +6,18 @@ SECTION = "net"
 
 DEPENDS = "zlib curl"
 
-SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v2.2.2/geoipupdate-2.2.2.tar.gz
 \
+SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v${PV}/geoipupdate-${PV}.tar.gz
 \
file://GeoIP.conf \
file://geoipupdate.cron \
   "
 
-SRC_URI[md5sum] = "06284bd7bcb298d078d794eb630dae55"
-SRC_URI[sha256sum] = 
"156ab7604255a9c62c4a442c76d48d024ac813c6542639bffa93b28e2a781621"
+SRC_URI[md5sum] = "94de6553bc213703ae07542089c280bc"
+SRC_URI[sha256sum] = 
"4f71e911774c4fd32e217889c242d2c311fa5ffd3df56be48a2d1aedfe2e671c"
 
 LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "\
-file://ChangeLog.md;md5=8ebf6f27a39125c3d600c90914b4034a \
+file://ChangeLog.md;md5=ca457cc1427b57972707b741adb7fe1d \
 "
 
 inherit autotools
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] ifenslave: 2.7 -> 2.9

2017-05-16 Thread Huang Qiyu
1) Upgrade ifenslave from 2.7 to 2.9.
2) License checksum changed,since the copyright's Format were changed.

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Signed-off-by: Huang Qiyu 
---
 .../recipes-support/ifenslave/{ifenslave_2.7.bb => ifenslave_2.9.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/ifenslave/{ifenslave_2.7.bb => 
ifenslave_2.9.bb} (86%)

diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb 
b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
similarity index 86%
rename from meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
rename to meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
index 5028921..ea28b34 100644
--- a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
+++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
@@ -3,9 +3,10 @@ HOMEPAGE = 
"http://www.linuxfoundation.org/collaborate/workgroups/networking/bon
 SECTION = "net"
 
 LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=6807ba81c0744ab50d735c94628c3f64"
+LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
 
-SRCREV = "400c490d52acb31f1064e1bf4fc9fcaf3791888f"
+
+SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992"
 SRC_URI = "git://anonscm.debian.org/collab-maint/ifenslave.git"
 
 S = "${WORKDIR}/git"
-- 
2.7.4



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


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

2017-05-17 Thread Huang Qiyu
Add ptest for qtdeclarative by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtdeclarative/run-ptest |  6 ++
 recipes-qt/qt5/qtdeclarative_git.bb| 26 ++
 2 files changed, 32 insertions(+)
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest

diff --git a/recipes-qt/qt5/qtdeclarative/run-ptest 
b/recipes-qt/qt5/qtdeclarative/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtdeclarative/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb 
b/recipes-qt/qt5/qtdeclarative_git.bb
index a620a00..b296e18 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -14,6 +14,10 @@ LIC_FILES_CHKSUM = " \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
 
+SRC_URI += "file://run-ptest"
+
+inherit ptest
+
 DEPENDS += "qtbase"
 
 PACKAGECONFIG ??= "qtxmlpatterns"
@@ -25,6 +29,28 @@ do_configure_prepend() {
 sed -e 's/^\(!qtHaveModule(xmlpatterns)\)/!OE_QTXMLPATTERNS_ENABLED|\1/' 
-i ${S}/tests/auto/quick/quick.pro
 }
 
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644  ${var} ${t}
+fi
+done
+}
+
 do_install_append_class-nativesdk() {
 # qml files not needed in nativesdk
 rm -rf ${D}${OE_QMAKE_PATH_QML}
-- 
2.7.4



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


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

2017-05-17 Thread Huang Qiyu
Add ptest for qtquick1 by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtquick1/run-ptest |  5 +
 recipes-qt/qt5/qtquick1_git.bb| 26 ++
 2 files changed, 31 insertions(+)
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest

diff --git a/recipes-qt/qt5/qtquick1/run-ptest 
b/recipes-qt/qt5/qtquick1/run-ptest
new file mode 100644
index 000..6c3f522
--- /dev/null
+++ b/recipes-qt/qt5/qtquick1/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index e9b6185..bbf9980 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -10,6 +10,10 @@ LIC_FILES_CHKSUM = " \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
 
+SRC_URI += "file://run-ptest"
+
+inherit ptest
+
 DEPENDS += "qtscript qtsvg qtxmlpatterns"
 # qttools
 
@@ -18,9 +22,31 @@ PACKAGECONFIG[webkit] = ",,qtwebkit"
 
 EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'webkit', '', 
'CONFIG+=noqtwebkit', d)}"
 
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
 do_configure_prepend() {
 sed -i 
's#^qtHaveModule(webkitwidgets):#qtHaveModule(webkitwidgets):!contains(CONFIG, 
noqtwebkit):#g' ${S}/src/imports/imports.pro
 }
 
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644 ${var} ${t}
+fi
+done
+}
+
 QT_MODULE_BRANCH = "dev"
 SRCREV = "64faeb0d8003e699a4d09e7dcee1ef6eb10302ad"
-- 
2.7.4



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


[oe] [meta-oe] [PATCH v2] opencv: Make opencv-ts create share library intead of static

2017-05-19 Thread Huang Qiyu
Refer to other distro,make opencv-ts create share library intead of static.

Signed-off-by: Huang Qiyu 
---
 ...-ts-create-share-library-intead-of-static.patch | 26 +++
 .../opencv/0001-To-fix-errors-as-following.patch   | 53 ++
 meta-oe/recipes-support/opencv/opencv_3.2.bb   |  2 +
 3 files changed, 81 insertions(+)
 create mode 100644 
meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
 create mode 100644 
meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch

diff --git 
a/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
 
b/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
new file mode 100644
index 000..05ec41f
--- /dev/null
+++ 
b/meta-oe/recipes-support/opencv/opencv/0001-Make-opencv-ts-create-share-library-intead-of-static.patch
@@ -0,0 +1,26 @@
+From 49d1f7c40a5d097f23671318045ac54bc07846cf Mon Sep 17 00:00:00 2001
+From: Bian Naimeng 
+Date: Wed, 19 Apr 2017 03:11:37 +0900
+Subject: [PATCH] Make opencv-ts create share library intead of static.
+
+Signed-off-by: Lei Maohui 
+---
+ modules/ts/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules/ts/CMakeLists.txt b/modules/ts/CMakeLists.txt
+index bb56da2..7bb4ce9 100644
+--- a/modules/ts/CMakeLists.txt
 b/modules/ts/CMakeLists.txt
+@@ -4,7 +4,7 @@ if(IOS)
+   ocv_module_disable(ts)
+ endif()
+ 
+-set(OPENCV_MODULE_TYPE STATIC)
++#set(OPENCV_MODULE_TYPE STATIC)
+ set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
+ 
+ ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
+-- 
+1.8.4.2
+
diff --git 
a/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch 
b/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch
new file mode 100644
index 000..820ab81
--- /dev/null
+++ 
b/meta-oe/recipes-support/opencv/opencv/0001-To-fix-errors-as-following.patch
@@ -0,0 +1,53 @@
+From db1d9cc82b68f6593360d66ef40cb6b0fc377e6e Mon Sep 17 00:00:00 2001
+From: Huang Qiyu 
+Date: Fri, 19 May 2017 04:27:50 +0900
+Subject: [PATCH] To fix errors as following:
+
+"test_main.cpp:45: undefined reference to `parseCustomOptions(int, char**)'"
+"perf_abs.cpp:13: undefined reference to `cvtest::param_seed'"
+"test_superres.cpp:270: undefined reference to `checkIppStatus()'"
+
+Signed-off-by: Huang Qiyu 
+---
+ modules/ts/include/opencv2/ts.hpp| 4 ++--
+ modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/modules/ts/include/opencv2/ts.hpp 
b/modules/ts/include/opencv2/ts.hpp
+index c573905..7ff6cc1 100644
+--- a/modules/ts/include/opencv2/ts.hpp
 b/modules/ts/include/opencv2/ts.hpp
+@@ -539,7 +539,7 @@ protected:
+ }
+ };
+ 
+-extern uint64 param_seed;
++CV_EXPORTS extern uint64 param_seed;
+ 
+ struct CV_EXPORTS DefaultRngAuto
+ {
+@@ -602,7 +602,7 @@ void dumpOpenCLDevice();
+ #define TEST_DUMP_OCL_INFO
+ #endif
+ 
+-void parseCustomOptions(int argc, char **argv);
++CV_EXPORTS void parseCustomOptions(int argc, char **argv);
+ 
+ #define CV_TEST_MAIN(resourcesubdir, ...) \
+ int main(int argc, char **argv) \
+diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp 
b/modules/ts/include/opencv2/ts/ts_ext.hpp
+index 05ccc63..8075065 100644
+--- a/modules/ts/include/opencv2/ts/ts_ext.hpp
 b/modules/ts/include/opencv2/ts/ts_ext.hpp
+@@ -9,7 +9,7 @@
+ #define OPENCV_TS_EXT_HPP
+ 
+ namespace cvtest {
+-void checkIppStatus();
++CV_EXPORTS void checkIppStatus();
+ }
+ 
+ #define CV_TEST_INIT \
+-- 
+2.7.4
+
diff --git a/meta-oe/recipes-support/opencv/opencv_3.2.bb 
b/meta-oe/recipes-support/opencv/opencv_3.2.bb
index 98b6b06..b6db37d 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.2.bb
@@ -29,6 +29,8 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
 file://useoeprotobuf.patch;patchdir=../contrib/ \
 file://0001-Revert-cuda-fix-fp16-compilation.patch \
 file://0002-Revert-check-FP16-build-condition-correctly.patch \
+file://0001-Make-opencv-ts-create-share-library-intead-of-static.patch \
+file://0001-To-fix-errors-as-following.patch \
 "
 
 PV = "3.2+git${SRCPV}"
-- 
2.7.4



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


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

2017-05-21 Thread Huang Qiyu
Add ptest for qtxmlpatterns by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtxmlpatterns/run-ptest |  5 +
 recipes-qt/qt5/qtxmlpatterns_git.bb| 24 
 2 files changed, 29 insertions(+)
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

diff --git a/recipes-qt/qt5/qtxmlpatterns/run-ptest 
b/recipes-qt/qt5/qtxmlpatterns/run-ptest
new file mode 100644
index 000..6c3f522
--- /dev/null
+++ b/recipes-qt/qt5/qtxmlpatterns/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index c7efaf3..bc863de 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -14,8 +14,32 @@ LIC_FILES_CHKSUM = " \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
 
+inherit ptest
+
 DEPENDS += "qtbase"
 
 SRCREV = "9f7e01b582b1bd83cc6b8a854c510871335e2e74"
 
 BBCLASSEXTEND =+ "native nativesdk"
+
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644 ${var} ${t}
+fi
+done
+}
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v2 0/4] Add ptest for qtdeclarative, qtxmlpatterns and qtquick1

2017-05-23 Thread Huang Qiyu
1) Add 'qt5-ptest.inc' for qt5 ptest
2) Add ptest for qtdeclarative by using provided testsuite.
3) Add ptest for qtxmlpatterns by using provided testsuite.
4) Add ptest for qtquick1 by using provided testsuite.

 recipes-qt/qt5/qt5-ptest.inc   | 25 +
 recipes-qt/qt5/qtdeclarative/run-ptest |  5 +
 recipes-qt/qt5/qtdeclarative_git.bb|  1 +
 recipes-qt/qt5/qtquick1/run-ptest  |  6 ++
 recipes-qt/qt5/qtquick1_git.bb |  1 +
 recipes-qt/qt5/qtxmlpatterns/run-ptest |  6 ++
 recipes-qt/qt5/qtxmlpatterns_git.bb|  1 +
 7 files changed, 45 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v2 1/4] Add 'qt5-ptest.inc' for qt5 ptest

2017-05-23 Thread Huang Qiyu
Since the ptest code for qtdeclarative,qtquick1 and qtxmlpatterns is similar, 
moved the same functions to include file "qt5-ptest.inc".

qt5-ptest.inc: 

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qt5-ptest.inc | 25 +
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc

diff --git a/recipes-qt/qt5/qt5-ptest.inc b/recipes-qt/qt5/qt5-ptest.inc
new file mode 100644
index 000..35bd9ac
--- /dev/null
+++ b/recipes-qt/qt5/qt5-ptest.inc
@@ -0,0 +1,25 @@
+SRC_URI += "file://run-ptest"
+
+inherit ptest
+
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644  ${var} ${t}
+fi
+done
+}
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v2 2/4] qtdeclarative: Add ptest

2017-05-23 Thread Huang Qiyu
Add ptest for qtdeclarative by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtdeclarative/run-ptest | 5 +
 recipes-qt/qt5/qtdeclarative_git.bb| 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest

diff --git a/recipes-qt/qt5/qtdeclarative/run-ptest 
b/recipes-qt/qt5/qtdeclarative/run-ptest
new file mode 100644
index 000..6c3f522
--- /dev/null
+++ b/recipes-qt/qt5/qtdeclarative/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb 
b/recipes-qt/qt5/qtdeclarative_git.bb
index a620a00..bb0a605 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v2 3/4] qtxmlpatterns: Add ptest

2017-05-23 Thread Huang Qiyu
Add ptest for qtxmlpatterns by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtxmlpatterns/run-ptest | 6 ++
 recipes-qt/qt5/qtxmlpatterns_git.bb| 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

diff --git a/recipes-qt/qt5/qtxmlpatterns/run-ptest 
b/recipes-qt/qt5/qtxmlpatterns/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtxmlpatterns/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index c7efaf3..26d76f6 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v2 4/4] qtquick1: Add ptest

2017-05-23 Thread Huang Qiyu
Add ptest for qtquick1 by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtquick1/run-ptest | 6 ++
 recipes-qt/qt5/qtquick1_git.bb| 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest

diff --git a/recipes-qt/qt5/qtquick1/run-ptest 
b/recipes-qt/qt5/qtquick1/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtquick1/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index e9b6185..d41b838 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


Re: [oe] [meta-qt5] [PATCH] qtxmlpatterns: add ptest

2017-05-23 Thread Huang, Qiyu
Thanks for your feedback.I will try to reproduce these error and fix them.

huangqy

> -Original Message-
> From: openembedded-devel-boun...@lists.openembedded.org
> [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Wednesday, May 24, 2017 5:44 AM
> To: Samuli Piippo 
> Cc: openembedded-devel 
> Subject: Re: [oe] [meta-qt5] [PATCH] qtxmlpatterns: add ptest
> 
> Also all 3 fail to build:
> http://errors.yoctoproject.org/Errors/Details/143047/
> http://errors.yoctoproject.org/Errors/Details/143045/
> http://errors.yoctoproject.org/Errors/Details/143044/
> 
> On Mon, May 22, 2017 at 8:40 AM, Samuli Piippo 
> wrote:
> 
> > Since the code seems to be copy-pasted as is to several modules, it
> > really should be moved to a new .bbclass or .inc and
> > inherited/included in the modules that support it.
> >
> > -samuli
> >
> >
> > On 22.05.2017 08:25, Huang Qiyu wrote:
> >
> >> Add ptest for qtxmlpatterns by using provided testsuite.
> >>
> >> Signed-off-by: Huang Qiyu 
> >> ---
> >>   recipes-qt/qt5/qtxmlpatterns/run-ptest |  5 +
> >>   recipes-qt/qt5/qtxmlpatterns_git.bb| 24
> 
> >>   2 files changed, 29 insertions(+)
> >>   create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest
> >>
> >> diff --git a/recipes-qt/qt5/qtxmlpatterns/run-ptest
> >> b/recipes-qt/qt5/qtxmlpatterns/run-ptest
> >> new file mode 100644
> >> index 000..6c3f522
> >> --- /dev/null
> >> +++ b/recipes-qt/qt5/qtxmlpatterns/run-ptest
> >> @@ -0,0 +1,5 @@
> >> +#!/bin/sh
> >> +
> >> +for x in ` awk '{print $1}' tst_list `;do
> >> +./${x};
> >> +done
> >> diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/
> >> qtxmlpatterns_git.bb index c7efaf3..bc863de 100644
> >> --- a/recipes-qt/qt5/qtxmlpatterns_git.bb
> >> +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
> >> @@ -14,8 +14,32 @@ LIC_FILES_CHKSUM = " \
> >>   file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
> >>   "
> >>   +inherit ptest
> >> +
> >>   DEPENDS += "qtbase"
> >> SRCREV = "9f7e01b582b1bd83cc6b8a854c510871335e2e74"
> >> BBCLASSEXTEND =+ "native nativesdk"
> >> +
> >> +addtask do_populate_sysroot after do_install before
> >> +do_compile_ptest_base deltask do_compile_ptest_base addtask
> >> +do_compile_ptest_base after do_populate_sysroot before
> >> do_install_ptest
> >> +addtask do_install_ptest after do_compile_ptest_base before
> >> +do_package
> >> +
> >> +do_compile_ptest() {
> >> +cd ${S}/tests
> >> +qmake -o Makefile tests.pro
> >> +oe_runmake
> >> +}
> >> +
> >> +fakeroot do_install_ptest() {
> >> +mkdir -p ${D}${PTEST_PATH}
> >> +t=${D}${PTEST_PATH}
> >> +for var in ` find ${S}/tests/auto/ -name tst_*`; do
> >> +if [ not ` echo ${var##*/} | grep '\.'` ]; then
> >> +echo ${var##*/} >> ${t}/tst_list
> >> +install -m 0644 ${var} ${t}
> >> +fi
> >> +done
> >> +}
> >>
> >>
> > --
> > ___
> > 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
> 



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


[oe] [meta-oe] [PATCH] xterm: 325 -> 327

2017-06-04 Thread Huang Qiyu
From: susanbian 

Upgrade xterm from 325 to 327.

Signed-off-by: susanbian 
---
 meta-oe/recipes-graphics/xorg-app/{xterm_325.bb => xterm_327.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_325.bb => xterm_327.bb} (86%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb 
b/meta-oe/recipes-graphics/xorg-app/xterm_327.bb
similarity index 86%
rename from meta-oe/recipes-graphics/xorg-app/xterm_325.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_327.bb
index a627af0..0e11662 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_327.bb
@@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = 
"file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c4
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz";
 
-SRC_URI[md5sum] = "e78a0bbc4d5fa3780917e447ae8ebc6b"
-SRC_URI[sha256sum] = 
"3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b"
-
+SRC_URI[md5sum] = "3c32e931adcad44e64e57892e75d9e02"
+SRC_URI[sha256sum] = 
"66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b"
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig 
freetype-native"
 
-- 
2.7.4



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


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

2017-06-08 Thread Huang Qiyu
Add ptest for qtbase  by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 .../0001-Delete-qlonglong-and-qulonglong.patch | 28 ++
 recipes-qt/qt5/qtbase/run-ptest|  6 +
 recipes-qt/qt5/qtbase_git.bb   | 17 -
 3 files changed, 50 insertions(+), 1 deletion(-)
 create mode 100644 
recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
 create mode 100644 recipes-qt/qt5/qtbase/run-ptest

diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch 
b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
new file mode 100644
index 000..975cd28
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
@@ -0,0 +1,28 @@
+From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00 2001
+From: Huang Qiyu 
+Date: Wed, 7 Jun 2017 21:00:49 +0900
+Subject: [PATCH] Delete qlonglong and qulonglong
+
+Signed-off-by: Huang Qiyu 
+---
+ tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro 
b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
+index 09458bd..59a120e 100644
+--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
 b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
+@@ -5,10 +5,8 @@ SUBDIRS=\
+ char32_t \
+ int \
+ long \
+-qlonglong \
+ qptrdiff \
+ quintptr \
+-qulonglong \
+ schar \
+ short \
+ uchar \
+-- 
+2.7.4
+
diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 27d0de1..39fc272 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -23,8 +23,12 @@ SRC_URI += "\
 file://0005-configure-bump-path-length-from-256-to-512-character.patch \
 file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
 file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
+file://0001-Delete-qlonglong-and-qulonglong.patch \
+file://run-ptest \
 "
 
+inherit ptest
+
 # only for target qtbase
 SRC_URI += "\
 file://0008-configure-paths-for-target-qmake-properly.patch \
@@ -48,7 +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
 PACKAGECONFIG_RELEASE ?= "release"
 # This is in qt5.inc, because qtwebkit-examples are using it to enable 
ca-certificates dependency
 # PACKAGECONFIG_OPENSSL ?= "openssl"
-PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
+PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype tests"
 
 PACKAGECONFIG ?= " \
 ${PACKAGECONFIG_RELEASE} \
@@ -170,6 +174,17 @@ do_configure() {
 ${QT_CONFIG_FLAGS}
 }
 
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${B}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644 ${var} ${t}
+fi
+done
+}
+
 do_install_append() {
 # Avoid qmake error "Cannot read 
[...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
 touch ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
-- 
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] ifenslave: 2.7 -> 2.9

2017-06-15 Thread Huang, Qiyu
ping

> -Original Message-
> From: Huang, Qiyu/黄 琦宇
> Sent: Wednesday, May 17, 2017 10:50 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu/黄 琦宇 
> Subject: [oe] [meta-networking] [PATCH] ifenslave: 2.7 -> 2.9
> 
> 1) Upgrade ifenslave from 2.7 to 2.9.
> 2) License checksum changed,since the copyright's Format were changed.
> 
> Format:
> https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
> 
> Signed-off-by: Huang Qiyu 
> ---
>  .../recipes-support/ifenslave/{ifenslave_2.7.bb => ifenslave_2.9.bb} | 5 
> +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)  rename
> meta-networking/recipes-support/ifenslave/{ifenslave_2.7.bb =>
> ifenslave_2.9.bb} (86%)
> 
> diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
> b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
> similarity index 86%
> rename from meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
> rename to meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
> index 5028921..ea28b34 100644
> --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
> +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
> @@ -3,9 +3,10 @@ HOMEPAGE =
> "http://www.linuxfoundation.org/collaborate/workgroups/networking/bon
>  SECTION = "net"
> 
>  LICENSE = "GPLv3"
> -LIC_FILES_CHKSUM =
> "file://debian/copyright;md5=6807ba81c0744ab50d735c94628c3f64"
> +LIC_FILES_CHKSUM =
> "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
> 
> -SRCREV = "400c490d52acb31f1064e1bf4fc9fcaf3791888f"
> +
> +SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992"
>  SRC_URI = "git://anonscm.debian.org/collab-maint/ifenslave.git"
> 
>  S = "${WORKDIR}/git"
> --
> 2.7.4



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


[oe] [meta-networking] [PATCH] geoipupdate 2.2.2 -> 2.4.0

2017-06-25 Thread Huang Qiyu
From: susanbian 

Upgrade geoipupdate from 2.2.2 to 2.4.0

License checksum changed, since the following function are added.
1. database directory is writable
2. ${datarootdir}/GeoIP is now created on make install.
3. prints out additional information from the server when download reques 
results.

Signed-off-by: susanbian 
---
 .../{geoipupdate-2.2.2 => geoipupdate-2.4.0}/GeoIP.conf   |  0
 .../geoipupdate.cron  |  0
 .../geoip/{geoipupdate_2.2.2.bb => geoipupdate_2.4.0.bb}  | 15 +--
 3 files changed, 9 insertions(+), 6 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => 
geoipupdate-2.4.0}/GeoIP.conf (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => 
geoipupdate-2.4.0}/geoipupdate.cron (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate_2.2.2.bb => 
geoipupdate_2.4.0.bb} (62%)

diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf 
b/meta-networking/recipes-support/geoip/geoipupdate-2.4.0/GeoIP.conf
similarity index 100%
rename from meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf
rename to meta-networking/recipes-support/geoip/geoipupdate-2.4.0/GeoIP.conf
diff --git 
a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron 
b/meta-networking/recipes-support/geoip/geoipupdate-2.4.0/geoipupdate.cron
similarity index 100%
rename from 
meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron
rename to 
meta-networking/recipes-support/geoip/geoipupdate-2.4.0/geoipupdate.cron
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb 
b/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb
similarity index 62%
rename from meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
rename to meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb
index 3bc936a..3e045bb 100644
--- a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
+++ b/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb
@@ -6,20 +6,23 @@ SECTION = "net"
 
 DEPENDS = "zlib curl"
 
-SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v2.2.2/geoipupdate-2.2.2.tar.gz
 \
+SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v2.4.0/geoipupdate-2.4.0.tar.gz
 \
file://GeoIP.conf \
file://geoipupdate.cron \
   "
-
-SRC_URI[md5sum] = "06284bd7bcb298d078d794eb630dae55"
-SRC_URI[sha256sum] = 
"156ab7604255a9c62c4a442c76d48d024ac813c6542639bffa93b28e2a781621"
+SRC_URI[md5sum] = "02f9712fb80e8e979d3d54cda7f7704f"
+SRC_URI[sha256sum] = 
"8b4e88ce8d84e9c75bc681704d19ec5c63c54f01e945f7669f97fb0df7e13952"
 
 LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "\
-file://ChangeLog.md;md5=8ebf6f27a39125c3d600c90914b4034a \
+file://ChangeLog.md;md5=334337b6ecbb65093bae66b3ae21c8c2 \
+"
+FILES_${PN} = "/usr/share/GeoIP \
+  /etc/GeoIP.conf \
+ /etc/cron.d/geoipupdate.cron \
+ /usr/bin/geoipupdate \
 "
-
 inherit autotools
 
 do_install_append() {
-- 
2.7.4



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


[oe] [meta-filesystems] [PATCH] xfsprogs:4.10.0 -> 4.11.0

2017-06-26 Thread Huang Qiyu
From: susanbian 

Upgrade xfsprogs from 4.10.0 to 4.11.0

Signed-off-by: susanbian 
---
 .../recipes-utils/xfsprogs/{xfsprogs_4.10.0.bb => xfsprogs_4.11.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_4.10.0.bb => 
xfsprogs_4.11.0.bb} (92%)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb 
b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.11.0.bb
similarity index 92%
rename from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
rename to meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.11.0.bb
index 50ab987..3637909 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.11.0.bb
@@ -9,8 +9,8 @@ SRC_URI = 
"https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
file://link_needed_libs.patch \
file://0001-define-__-prefixed-version-of-intXY_t-types.patch \
"
-SRC_URI[md5sum] = "ddbb04493addf014db07a7e2b96b2804"
-SRC_URI[sha256sum] = 
"d8cb9ab2c686699d37914354ce3992b4aff3677093cbce06ad18bf798da8a8a7"
+SRC_URI[md5sum] = "f1f9b8c752347eefdb56483dafa0cefb"
+SRC_URI[sha256sum] = 
"c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2"
 
 inherit autotools-brokensep
 
-- 
2.7.4



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


Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-06-27 Thread Huang, Qiyu
Hi Denys

Compile fails when I add ptest,so I add a patch to delete qlonglong and 
qulonglong. Maybe it is not compatible with gcc.I will fix this error when I 
find a better way.

Huang Qiyu

> -Original Message-
> From: Denys Dmytriyenko [mailto:de...@denix.org]
> Sent: Wednesday, June 14, 2017 12:24 AM
> To: Huang, Qiyu 
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest
> 
> On Fri, Jun 09, 2017 at 09:06:25AM +0800, Huang Qiyu wrote:
> > Add ptest for qtbase  by using provided testsuite.
> >
> > Signed-off-by: Huang Qiyu 
> > ---
> >  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
> >  recipes-qt/qt5/qtbase/run-ptest|  6 +
> >  recipes-qt/qt5/qtbase_git.bb   | 17
> -
> >  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> > recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> >  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
> >
> > diff --git
> > a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> > b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> > new file mode 100644
> > index 000..975cd28
> > --- /dev/null
> > +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> > @@ -0,0 +1,28 @@
> > +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> > +2001
> > +From: Huang Qiyu 
> > +Date: Wed, 7 Jun 2017 21:00:49 +0900
> > +Subject: [PATCH] Delete qlonglong and qulonglong
> 
> 1. Reason for this?
> 2. Upstream-Status?
> 
> 
> > +Signed-off-by: Huang Qiyu 
> > +---
> > + tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
> > + 1 file changed, 2 deletions(-)
> > +
> > +diff --git
> > +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> > +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> > +index 09458bd..59a120e 100644
> > +--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> >  b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> > +@@ -5,10 +5,8 @@ SUBDIRS=\
> > + char32_t \
> > + int \
> > + long \
> > +-qlonglong \
> > + qptrdiff \
> > + quintptr \
> > +-qulonglong \
> > + schar \
> > + short \
> > + uchar \
> > +--
> > +2.7.4
> > +
> > diff --git a/recipes-qt/qt5/qtbase/run-ptest
> > b/recipes-qt/qt5/qtbase/run-ptest new file mode 100644 index
> > 000..044f834
> > --- /dev/null
> > +++ b/recipes-qt/qt5/qtbase/run-ptest
> > @@ -0,0 +1,6 @@
> > +#!/bin/sh
> > +
> > +for x in ` awk '{print $1}' tst_list `;do
> > +./${x};
> > +done
> > +
> > diff --git a/recipes-qt/qt5/qtbase_git.bb
> > b/recipes-qt/qt5/qtbase_git.bb index 27d0de1..39fc272 100644
> > --- a/recipes-qt/qt5/qtbase_git.bb
> > +++ b/recipes-qt/qt5/qtbase_git.bb
> > @@ -23,8 +23,12 @@ SRC_URI += "\
> >
> file://0005-configure-bump-path-length-from-256-to-512-character.patch \
> >  file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch
> \
> >
> >
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> > \
> > +file://0001-Delete-qlonglong-and-qulonglong.patch \
> > +file://run-ptest \
> >  "
> >
> > +inherit ptest
> > +
> >  # only for target qtbase
> >  SRC_URI += "\
> >  file://0008-configure-paths-for-target-qmake-properly.patch \ @@
> > -48,7 +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
> >  PACKAGECONFIG_RELEASE ?= "release"
> >  # This is in qt5.inc, because qtwebkit-examples are using it to
> > enable ca-certificates dependency  # PACKAGECONFIG_OPENSSL ?=
> "openssl"
> > -PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
> > +PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype
> tests"
> >
> >  PACKAGECONFIG ?= " \
> >  ${PACKAGECONFIG_RELEASE} \
> > @@ -170,6 +174,17 @@ do_configure() {
> >  ${QT_CONFIG_FLAGS}
> >  }
> >
> > +fakeroot do_install_ptest() {
> > +mkdir -p ${D}${PTEST_PATH}
> > +t=${D}${PTEST_PATH}
> > +for var in ` find ${B}/tests/auto/ -name tst_*`; do
> > +if [ not ` echo ${var##*/} | grep '\.'` ]; then
> > +echo ${var##*/} >> ${t}/tst_list
> > +install -m 0644 ${var} ${t}
> > +fi
> > +done
> > +}
> > +
> >  do_install_append() {
> >  # Avoid qmake error "Cannot read
> [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
> >  touch
> > ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
> > --
> > 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-qt5] [PATCH v3 0/3] Add ptest for qtdeclarative and qtxmlpatterns

2017-06-29 Thread Huang Qiyu
1) Add 'qt5-ptest.inc' for qt5 ptest
2) Add ptest for qtxmlpatterns by using provided testsuite.
3) Add ptest for qtdeclarative by using provided testsuite.


 recipes-qt/qt5/qt5-ptest.inc   | 61 ++
 recipes-qt/qt5/qtdeclarative/run-ptest |  5 +++
 recipes-qt/qt5/qtdeclarative_git.bb|  1 +
 recipes-qt/qt5/qtxmlpatterns/run-ptest |  6 
 recipes-qt/qt5/qtxmlpatterns_git.bb|  2 ++
 5 files changed, 75 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v3 1/3] qt5: add qt5-ptest.inc

2017-06-29 Thread Huang Qiyu
Add qt5-ptest.inc file for qt ptest related tasks
1)  Rewrite do_compile_ptest task for qt
2)  Add new do_compile_ptest_base and task do_install_ptest
3)  Write do_populate_sysroot_append to resolve do_compile_ptest_base 
problem in yocto2.3
The compile error log is shown as follow:
cd auto/ && ( test -e Makefile || 
/yocto/work001/fnst/huangqy/work_qt/build/tmp/work/i586-poky-linux/qtxmlpatterns/5.8.0+gitAUTOINC+9f7e01b582-r0/recipe-sysroot-native/usr/bin/qt5/qmake
 -o Makefile 
/yocto/work001/fnst/huangqy/work_qt/build/tmp/work/i586-poky-linux/qtxmlpatterns/5.8.0+gitAUTOINC+9f7e01b582-r0/git/tests/auto/auto.pro
 ) && make -f Makefile
Project ERROR: Could not find feature xml-schema.
Makefile:42: recipe for target 'sub-auto-make_first' failed

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qt5-ptest.inc | 61 
 1 file changed, 61 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc

diff --git a/recipes-qt/qt5/qt5-ptest.inc b/recipes-qt/qt5/qt5-ptest.inc
new file mode 100644
index 000..da0b65a
--- /dev/null
+++ b/recipes-qt/qt5/qt5-ptest.inc
@@ -0,0 +1,61 @@
+SRC_URI += "file://run-ptest"
+
+inherit ptest
+
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+do_populate_sysroot_append() {
+workdir = d.getVar('WORKDIR')
+srcdir = workdir + '/sysroot-destdir/usr/'
+destdir = workdir + '/recipe-sysroot/usr/'
+
+def copyFiles(sourceDir, targetDir, filelist):
+for file in os.listdir(sourceDir):
+sourceFile = os.path.join(sourceDir,  file)
+targetFile = os.path.join(targetDir,  file)
+filelist.append(targetFile)#record the file list
+if os.path.isfile(sourceFile):
+if not os.path.exists(targetDir):
+os.makedirs(targetDir)
+if not os.path.exists(targetFile) 
or(os.path.exists(targetFile) and (os.path.getsize(targetFile) != 
os.path.getsize(sourceFile))):
+open(targetFile, "wb").write(open(sourceFile, 
"rb").read())
+if os.path.isdir(sourceFile):
+First_Directory = False
+copyFiles(sourceFile, targetFile, filelist)
+
+Tmpfilelist = []
+copyFiles(srcdir, destdir, Tmpfilelist)
+
+fp=open(workdir + '/filelist', 'w')
+for i in Tmpfilelist:
+fp.write(i)
+fp.write("\n")
+fp.close()
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ -z ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644  ${var} ${t}
+fi
+done
+for file in `cat ${WORKDIR}/filelist`; do
+   if [ -f $file ]; then
+   rm -f $file
+   fi
+done 
+rm -f ${WORKDIR}/filelist
+}
+
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v3 3/3] qtdeclarative: add ptest

2017-06-29 Thread Huang Qiyu
Add ptest for qttools by using provided testsuite in qtdeclarative.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtdeclarative/run-ptest | 5 +
 recipes-qt/qt5/qtdeclarative_git.bb| 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest

diff --git a/recipes-qt/qt5/qtdeclarative/run-ptest 
b/recipes-qt/qt5/qtdeclarative/run-ptest
new file mode 100644
index 000..6c3f522
--- /dev/null
+++ b/recipes-qt/qt5/qtdeclarative/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb 
b/recipes-qt/qt5/qtdeclarative_git.bb
index a620a00..bb0a605 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v3 2/3] qtxmlpatterns: add ptest

2017-06-29 Thread Huang Qiyu
Add ptest for qttools by using provided testsuite in qtxmlpatterns.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtxmlpatterns/run-ptest | 6 ++
 recipes-qt/qt5/qtxmlpatterns_git.bb| 2 ++
 2 files changed, 8 insertions(+)
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

diff --git a/recipes-qt/qt5/qtxmlpatterns/run-ptest 
b/recipes-qt/qt5/qtxmlpatterns/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtxmlpatterns/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index c7efaf3..9333be0 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
@@ -19,3 +20,4 @@ DEPENDS += "qtbase"
 SRCREV = "9f7e01b582b1bd83cc6b8a854c510871335e2e74"
 
 BBCLASSEXTEND =+ "native nativesdk"
+
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v3] qtquick1: add ptest

2017-07-02 Thread Huang Qiyu
   Add ptest for qttools by using provided testsuite in qtquick1.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtquick1/run-ptest | 6 ++
 recipes-qt/qt5/qtquick1_git.bb| 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest

diff --git a/recipes-qt/qt5/qtquick1/run-ptest 
b/recipes-qt/qt5/qtquick1/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtquick1/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index e9b6185..d41b838 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-07-09 Thread Huang, Qiyu
ping

> -Original Message-
> From: Huang, Qiyu 
> Sent: Friday, June 09, 2017 9:06 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu 
> Subject: [oe] [meta-qt5] [PATCH] qtbase: add ptest
> 
> Add ptest for qtbase  by using provided testsuite.
> 
> Signed-off-by: Huang Qiyu 
> ---
>  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
>  recipes-qt/qt5/qtbase/run-ptest|  6 +
>  recipes-qt/qt5/qtbase_git.bb   | 17 -
>  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
>  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
> 
> diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> new file mode 100644
> index 000..975cd28
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> @@ -0,0 +1,28 @@
> +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> 2001
> +From: Huang Qiyu 
> +Date: Wed, 7 Jun 2017 21:00:49 +0900
> +Subject: [PATCH] Delete qlonglong and qulonglong
> +
> +Signed-off-by: Huang Qiyu 
> +---
> + tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
> + 1 file changed, 2 deletions(-)
> +
> +diff --git
> +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +index 09458bd..59a120e 100644
> +--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
>  b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +@@ -5,10 +5,8 @@ SUBDIRS=\
> + char32_t \
> + int \
> + long \
> +-qlonglong \
> + qptrdiff \
> + quintptr \
> +-qulonglong \
> + schar \
> + short \
> + uchar \
> +--
> +2.7.4
> +
> diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
> new file mode 100644 index 000..044f834
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/run-ptest
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +for x in ` awk '{print $1}' tst_list `;do
> +./${x};
> +done
> +
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index
> 27d0de1..39fc272 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -23,8 +23,12 @@ SRC_URI += "\
>  file://0005-configure-bump-path-length-from-256-to-512-character.patch
> \
>  file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
> 
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> \
> +file://0001-Delete-qlonglong-and-qulonglong.patch \
> +file://run-ptest \
>  "
> 
> +inherit ptest
> +
>  # only for target qtbase
>  SRC_URI += "\
>  file://0008-configure-paths-for-target-qmake-properly.patch \ @@ -48,7
> +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
>  PACKAGECONFIG_RELEASE ?= "release"
>  # This is in qt5.inc, because qtwebkit-examples are using it to enable
> ca-certificates dependency  # PACKAGECONFIG_OPENSSL ?= "openssl"
> -PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
> +PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype
> tests"
> 
>  PACKAGECONFIG ?= " \
>  ${PACKAGECONFIG_RELEASE} \
> @@ -170,6 +174,17 @@ do_configure() {
>  ${QT_CONFIG_FLAGS}
>  }
> 
> +fakeroot do_install_ptest() {
> +mkdir -p ${D}${PTEST_PATH}
> +t=${D}${PTEST_PATH}
> +for var in ` find ${B}/tests/auto/ -name tst_*`; do
> +if [ not ` echo ${var##*/} | grep '\.'` ]; then
> +echo ${var##*/} >> ${t}/tst_list
> +install -m 0644 ${var} ${t}
> +fi
> +done
> +}
> +
>  do_install_append() {
>  # Avoid qmake error "Cannot read
> [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
>  touch
> ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
> --
> 2.7.4



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


[oe] [meta-qt5] [PATCH v4 0/4] Add ptest for qtdeclarative, qtxmlpatterns and qtquick1

2017-07-11 Thread Huang Qiyu
1) Add 'qt5-ptest.inc' for qt5 ptest
2) Add ptest for qtxmlpatterns by using provided testsuite.
3) Add ptest for qtdeclarative by using provided testsuite.
4) Add ptest for qtquick1 by using provided testsuite. 

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qt5-ptest.inc   | 62 ++
 recipes-qt/qt5/qtdeclarative/run-ptest |  5 +++
 recipes-qt/qt5/qtdeclarative_git.bb|  1 +
 recipes-qt/qt5/qtquick1/run-ptest  |  6 
 recipes-qt/qt5/qtquick1_git.bb |  1 +
 recipes-qt/qt5/qtxmlpatterns/run-ptest |  6 
 recipes-qt/qt5/qtxmlpatterns_git.bb|  2 ++
 7 files changed, 83 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v4 1/4] qt5: add qt5-ptest.inc

2017-07-11 Thread Huang Qiyu
  Add qt5-ptest.inc file for qt ptest related tasks
1)  Rewrite do_compile_ptest task for qt
2)  Add new do_compile_ptest_base and task do_install_ptest
3)  Write do_populate_sysroot_append to resolve 
do_compile_ptest_base problem in yocto2.3
The compile error log is shown as follow:
cd auto/ && ( test -e Makefile || 
/yocto/work001/fnst/huangqy/work_qt/build/tmp/work/i586-p
oky-linux/qtxmlpatterns/5.8.0+gitAUTOINC+9f7e01b582-r0/recipe-sysroot-native/usr/bin/qt5/qmake
 -o M
akefile 
/yocto/work001/fnst/huangqy/work_qt/build/tmp/work/i586-poky-linux/qtxmlpatterns/5.8.0+gitA
UTOINC+9f7e01b582-r0/git/tests/auto/auto.pro ) && make -f Makefile
Project ERROR: Could not find feature xml-schema.
Makefile:42: recipe for target 'sub-auto-make_first' failed

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qt5-ptest.inc | 62 
 1 file changed, 62 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-ptest.inc

diff --git a/recipes-qt/qt5/qt5-ptest.inc b/recipes-qt/qt5/qt5-ptest.inc
new file mode 100644
index 000..49d44ac
--- /dev/null
+++ b/recipes-qt/qt5/qt5-ptest.inc
@@ -0,0 +1,62 @@
+SRC_URI += "file://run-ptest"
+
+inherit ptest
+
+addtask do_populate_sysroot after do_install before do_compile_ptest_base
+deltask do_compile_ptest_base
+addtask do_compile_ptest_base after do_populate_sysroot before do_install_ptest
+addtask do_install_ptest after do_compile_ptest_base before do_package
+
+do_compile_ptest() {
+cd ${S}/tests
+qmake -o Makefile tests.pro
+oe_runmake
+}
+
+do_populate_sysroot_append() {
+workdir = d.getVar('WORKDIR')
+srcdir = workdir + '/sysroot-destdir/usr/'
+destdir = workdir + '/recipe-sysroot/usr/'
+
+def copyFiles(sourceDir, targetDir, filelist):
+for file in os.listdir(sourceDir):
+sourceFile = os.path.join(sourceDir,  file)
+targetFile = os.path.join(targetDir,  file)
+filelist.append(targetFile)#record the file list
+if os.path.isfile(sourceFile):
+if not os.path.exists(targetDir):
+os.makedirs(targetDir)
+if not os.path.exists(targetFile) 
or(os.path.exists(targetFile) and (os.path.getsize(targetFile) != 
os.path.getsize(sourceFile))):
+open(targetFile, "wb").write(open(sourceFile, 
"rb").read())
+if os.path.isdir(sourceFile):
+First_Directory = False
+copyFiles(sourceFile, targetFile, filelist)
+
+if os.path.exists(destdir):
+Tmpfilelist = []
+copyFiles(srcdir, destdir, Tmpfilelist)
+
+fp=open(workdir + '/filelist', 'w')
+for i in Tmpfilelist:
+fp.write(i)
+fp.write("\n")
+fp.close()
+}
+
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${S}/tests/auto/ -name tst_*`; do
+if [ -z ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644  ${var} ${t}
+fi
+done
+for file in `cat ${WORKDIR}/filelist`; do
+   if [ -f $file ]; then
+   rm -f $file
+   fi
+done 
+rm -f ${WORKDIR}/filelist
+}
+
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v4 3/4] qtdeclarative: add ptest

2017-07-11 Thread Huang Qiyu
  Add ptest for qttools by using provided testsuite in qtdeclarative.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtdeclarative/run-ptest | 5 +
 recipes-qt/qt5/qtdeclarative_git.bb| 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 recipes-qt/qt5/qtdeclarative/run-ptest

diff --git a/recipes-qt/qt5/qtdeclarative/run-ptest 
b/recipes-qt/qt5/qtdeclarative/run-ptest
new file mode 100644
index 000..6c3f522
--- /dev/null
+++ b/recipes-qt/qt5/qtdeclarative/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb 
b/recipes-qt/qt5/qtdeclarative_git.bb
index a620a00..bb0a605 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v4 2/4] qtxmlpatterns: add ptest

2017-07-11 Thread Huang Qiyu
  Add ptest for qttools by using provided testsuite in qtxmlpatterns.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtxmlpatterns/run-ptest | 6 ++
 recipes-qt/qt5/qtxmlpatterns_git.bb| 2 ++
 2 files changed, 8 insertions(+)
 create mode 100644 recipes-qt/qt5/qtxmlpatterns/run-ptest

diff --git a/recipes-qt/qt5/qtxmlpatterns/run-ptest 
b/recipes-qt/qt5/qtxmlpatterns/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtxmlpatterns/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index c7efaf3..9333be0 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
@@ -19,3 +20,4 @@ DEPENDS += "qtbase"
 SRCREV = "9f7e01b582b1bd83cc6b8a854c510871335e2e74"
 
 BBCLASSEXTEND =+ "native nativesdk"
+
-- 
2.7.4



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


[oe] [meta-qt5] [PATCH v4 4/4] qtquick1: add ptest

2017-07-11 Thread Huang Qiyu
   Add ptest for qttools by using provided testsuite in qtquick1.

Signed-off-by: Huang Qiyu 
---
 recipes-qt/qt5/qtquick1/run-ptest | 6 ++
 recipes-qt/qt5/qtquick1_git.bb| 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 recipes-qt/qt5/qtquick1/run-ptest

diff --git a/recipes-qt/qt5/qtquick1/run-ptest 
b/recipes-qt/qt5/qtquick1/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtquick1/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index e9b6185..d41b838 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -1,5 +1,6 @@
 require qt5.inc
 require qt5-git.inc
+require qt5-ptest.inc
 
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
-- 
2.7.4



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


[oe] [PATCH] openssl : By default, disable cryptodev.

2017-07-16 Thread Huang Qiyu
From: Bian Yaqin 

Because according to the other Distros(e.g. Ubuntu, Fedora), cryptodev is not 
enabled.
If users want enable cryptodev, just have to add "cryptodev-linux" into 
PACKAGECONFIG.

Signed-off-by: Bian Yaqin 
---
 meta/recipes-connectivity/openssl/openssl_1.0.2l.bb | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb 
b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
index a2ef2ac..c00dd81 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
@@ -2,9 +2,11 @@ require openssl.inc
 
 # For target side versions of openssl enable support for OCF Linux driver
 # if they are available.
-DEPENDS += "cryptodev-linux"
+PACKAGECONFIG[cryptodev-linux] = ",,cryptodev-linux"
+DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'cryptodev-linux', '', d)}"
+
+CFLAG += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS', '', d)}"
 
-CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
 CFLAG_append_class-native = " -fPIC"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=057d9218c6180e1d9ee407572b2dd225"
-- 
2.7.4



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


Re: [oe] [PATCH] openssl : By default, disable cryptodev.

2017-07-20 Thread Huang, Qiyu
Dear Ross

> There was a discussion about this back in March ("openssl: disable cryptodev 
> by default") where Wind River reports that they see a number of customers 
> using
> hardware crypto.  I'm all for making this an option but whether to 
> enable/disable it by default isn't clear.

I'm sorry that I didn't notice that discussion. Really some users want to use 
hardware crypto, but for users who don't want to use cryptodev, they have to 
enable cryptodev.

I think my patch is a good solution. Disable cryptodev by default as the other 
popular Distros, and for users who want to use cryptodev, it is easy to enable 
it (Only have to add cryptodev into PACKAGECONFIG).

Thank for your sugguestion, and I'll modified my patch. If you decide to 
disable cryptodev by default, you can consider my patch.


From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Monday, July 17, 2017 6:22 PM
To: Huang, Qiyu/黄 琦宇 
Cc: OpenEmbedded Devel List ; Bian, 
Yaqin/卞 亚琴 
Subject: Re: [oe] [PATCH] openssl : By default, disable cryptodev.


On 17 July 2017 at 02:54, Huang Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>> wrote:
Because according to the other Distros(e.g. Ubuntu, Fedora), cryptodev is not 
enabled.
If users want enable cryptodev, just have to add "cryptodev-linux" into 
PACKAGECONFIG.

Wrong list, you meant oe-core@.

There was a discussion about this back in March ("openssl: disable cryptodev by 
default") where Wind River reports that they see a number of customers using 
hardware crypto.  I'm all for making this an option but whether to 
enable/disable it by default isn't clear.


-DEPENDS += "cryptodev-linux"
+PACKAGECONFIG[cryptodev-linux] = ",,cryptodev-linux"

Just call this cryptodev, imho.

+DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'cryptodev-linux', '', 
d)}<mailto:$%7b@bb.utils.contains('PACKAGECONFIG',%20'cryptodev-linux',%20'cryptodev-linux',%20'',%20d)%7d>"

No need to do this, as that is what the third option to the PACKAGECONFIG flag 
is for.

+CFLAG += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS', '', 
d)}<mailto:$%7b@bb.utils.contains('PACKAGECONFIG',%20'cryptodev-linux',%20'-DHAVE_CRYPTODEV%20-DUSE_CRYPTODEV_DIGESTS',%20'',%20d)%7d>"

If you add those to the first value in the PACKAGECONFIG flag list then you 
could just add PACKAGECONFIG_CONFARGS to CFLAG, and using PACKAGECONFIG for 
other options in the future is then trivial.

Ross


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


Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-07-21 Thread Huang, Qiyu
ping

> -Original Message-
> From: Huang, Qiyu/黄 琦宇
> Sent: Friday, June 09, 2017 9:06 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu/黄 琦宇 
> Subject: [oe] [meta-qt5] [PATCH] qtbase: add ptest
> 
> Add ptest for qtbase  by using provided testsuite.
> 
> Signed-off-by: Huang Qiyu 
> ---
>  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
>  recipes-qt/qt5/qtbase/run-ptest|  6 +
>  recipes-qt/qt5/qtbase_git.bb   | 17 -
>  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
>  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
> 
> diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> new file mode 100644
> index 000..975cd28
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> @@ -0,0 +1,28 @@
> +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> 2001
> +From: Huang Qiyu 
> +Date: Wed, 7 Jun 2017 21:00:49 +0900
> +Subject: [PATCH] Delete qlonglong and qulonglong
> +
> +Signed-off-by: Huang Qiyu 
> +---
> + tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
> + 1 file changed, 2 deletions(-)
> +
> +diff --git
> +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +index 09458bd..59a120e 100644
> +--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
>  b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +@@ -5,10 +5,8 @@ SUBDIRS=\
> + char32_t \
> + int \
> + long \
> +-qlonglong \
> + qptrdiff \
> + quintptr \
> +-qulonglong \
> + schar \
> + short \
> + uchar \
> +--
> +2.7.4
> +
> diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
> new file mode 100644 index 000..044f834
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/run-ptest
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +for x in ` awk '{print $1}' tst_list `;do
> +./${x};
> +done
> +
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index
> 27d0de1..39fc272 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -23,8 +23,12 @@ SRC_URI += "\
>  file://0005-configure-bump-path-length-from-256-to-512-character.patch
> \
>  file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
> 
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> \
> +file://0001-Delete-qlonglong-and-qulonglong.patch \
> +file://run-ptest \
>  "
> 
> +inherit ptest
> +
>  # only for target qtbase
>  SRC_URI += "\
>  file://0008-configure-paths-for-target-qmake-properly.patch \ @@ -48,7
> +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
>  PACKAGECONFIG_RELEASE ?= "release"
>  # This is in qt5.inc, because qtwebkit-examples are using it to enable
> ca-certificates dependency  # PACKAGECONFIG_OPENSSL ?= "openssl"
> -PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
> +PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype
> tests"
> 
>  PACKAGECONFIG ?= " \
>  ${PACKAGECONFIG_RELEASE} \
> @@ -170,6 +174,17 @@ do_configure() {
>  ${QT_CONFIG_FLAGS}
>  }
> 
> +fakeroot do_install_ptest() {
> +mkdir -p ${D}${PTEST_PATH}
> +t=${D}${PTEST_PATH}
> +for var in ` find ${B}/tests/auto/ -name tst_*`; do
> +if [ not ` echo ${var##*/} | grep '\.'` ]; then
> +echo ${var##*/} >> ${t}/tst_list
> +install -m 0644 ${var} ${t}
> +fi
> +done
> +}
> +
>  do_install_append() {
>  # Avoid qmake error "Cannot read
> [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
>  touch
> ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
> --
> 2.7.4



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


Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-07-21 Thread Huang, Qiyu
Dear Martin

I have searched in the git log,and it was really not be mergerd.Could you 
please ensure it?

huangqy

From: Martin Jansa [mailto:martin.ja...@gmail.com]
Sent: Friday, July 21, 2017 4:48 PM
To: Huang, Qiyu 
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

It was merged last week, why are you pinging this?

On Fri, Jul 21, 2017 at 9:01 AM, Huang, Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>> wrote:
ping

> -Original Message-
> From: Huang, Qiyu
> Sent: Friday, June 09, 2017 9:06 AM
> To: 
> openembedded-devel@lists.openembedded.org<mailto:openembedded-devel@lists.openembedded.org>
> Cc: Huang, Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> Subject: [oe] [meta-qt5] [PATCH] qtbase: add ptest
>
> Add ptest for qtbase  by using provided testsuite.
>
> Signed-off-by: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> ---
>  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
>  recipes-qt/qt5/qtbase/run-ptest|  6 +
>  recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>   | 
> 17 -
>  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
>  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
>
> diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> new file mode 100644
> index 000..975cd28
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> @@ -0,0 +1,28 @@
> +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> 2001
> +From: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> +Date: Wed, 7 Jun 2017 21:00:49 +0900
> +Subject: [PATCH] Delete qlonglong and qulonglong
> +
> +Signed-off-by: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> +---
> + 
> tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
>  | 2 --
> + 1 file changed, 2 deletions(-)
> +
> +diff --git
> +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +index 09458bd..59a120e 100644
> +--- 
> a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
>  
> b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +@@ -5,10 +5,8 @@ SUBDIRS=\
> + char32_t \
> + int \
> + long \
> +-qlonglong \
> + qptrdiff \
> + quintptr \
> +-qulonglong \
> + schar \
> + short \
> + uchar \
> +--
> +2.7.4
> +
> diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
> new file mode 100644 index 000..044f834
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/run-ptest
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +for x in ` awk '{print $1}' tst_list `;do
> +./${x};
> +done
> +
> diff --git a/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb> 
> b/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb> index
> 27d0de1..39fc272 100644
> --- a/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>
> +++ b/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>
> @@ -23,8 +23,12 @@ SRC_URI += "\
>  
> file://0005-configure-bump-path-length-from-256-to-512-character.patch
> \
>  
> file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch
>  \
>
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> \
> +
> file://0001-Delete-qlonglong-and-qulonglong.patch
>  \
> +file://run-ptest \
>  "
>
> +inherit ptest
> +
>  # only for target qtbase
>  SRC_URI += "\
>  
> file://0008-configure-paths-for-target-qmake-properly.patch
>  \ @@ -48,7
> +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
>  PACKAGECONFIG_RELEASE ?= "release"
>  # This is in qt5.inc, because qtwebkit-examples are using it to enable
> ca-certificates dependency  # PACKAGECONFIG_OPENSSL ?= "openssl"
> -PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
> +PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype
> tests"
>
>  PACKAGECONFIG ?= " \
>  ${PACKAGECONFIG_RELEASE} \
> @@ -170,6 +174,17 @@ do_configure() {
>  ${QT_CONFIG_FLAGS}
>  }
>
> +fakeroot do_install_ptest() {
> +mkdir -p ${D}${PTEST_PATH}
> +t=${D}${PTEST_PATH}
&g

[oe] [meta-networking] [PATCH] radvd: 2.14 -> 2.17

2017-07-23 Thread Huang Qiyu
Update radvd from 2.14 to 2.17

Signed-off-by: Huang Qiyu 
---
 meta-networking/recipes-daemons/radvd/radvd_2.14.bb | 5 -
 meta-networking/recipes-daemons/radvd/radvd_2.17.bb | 5 +
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta-networking/recipes-daemons/radvd/radvd_2.14.bb
 create mode 100644 meta-networking/recipes-daemons/radvd/radvd_2.17.bb

diff --git a/meta-networking/recipes-daemons/radvd/radvd_2.14.bb 
b/meta-networking/recipes-daemons/radvd/radvd_2.14.bb
deleted file mode 100644
index 2525249..000
--- a/meta-networking/recipes-daemons/radvd/radvd_2.14.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-require radvd.inc
-
-SRC_URI[md5sum] = "acd3883dece2c7888d15596b05c9fae4"
-SRC_URI[sha256sum] = 
"46d31c05daea11c3d1e3dc092997d3631b3bc72b20a4f279b05304b83dbd7aa8"
diff --git a/meta-networking/recipes-daemons/radvd/radvd_2.17.bb 
b/meta-networking/recipes-daemons/radvd/radvd_2.17.bb
new file mode 100644
index 000..4baea01
--- /dev/null
+++ b/meta-networking/recipes-daemons/radvd/radvd_2.17.bb
@@ -0,0 +1,5 @@
+
+require radvd.inc
+
+SRC_URI[md5sum] = "64ee3fdb5544bcddef1c6cd80d77fa0a"
+SRC_URI[sha256sum] = 
"53757e7f2164899e1145482f1ae91829600a6e2f6fec29cfb3b350a3bb45bd5d"
-- 
2.7.4



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


Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-07-24 Thread Huang, Qiyu
Dear Martin
I have tryed my patch in the lastest master branch,  but I didn't found any 
compile error when I bitbake qtbase or qtbase-native, Now I have made a new 
patch for the lastest master branch.

huangqy

From: Martin Jansa [mailto:martin.ja...@gmail.com]
Sent: Saturday, July 22, 2017 10:50 PM
To: Huang, Qiyu 
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

Fails to build here:
http://errors.yoctoproject.org/Errors/Details/148218/

On Fri, Jul 21, 2017 at 1:35 PM, Martin Jansa 
mailto:martin.ja...@gmail.com>> wrote:
Dear Huang,

I'm sorry other ptest related changes were merged, but not this one. I've added 
it to master-next now.

On Fri, Jul 21, 2017 at 11:41 AM, Huang, Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>> wrote:
Dear Martin

I have searched in the git log,and it was really not be mergerd.Could you 
please ensure it?

huangqy

From: Martin Jansa 
[mailto:martin.ja...@gmail.com<mailto:martin.ja...@gmail.com>]
Sent: Friday, July 21, 2017 4:48 PM
To: Huang, Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>>
Cc: 
openembedded-devel@lists.openembedded.org<mailto:openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-qt5] [PATCH] qtbase: add ptest

It was merged last week, why are you pinging this?

On Fri, Jul 21, 2017 at 9:01 AM, Huang, Qiyu 
mailto:huangqy.f...@cn.fujitsu.com>> wrote:
ping

> -Original Message-
> From: Huang, Qiyu
> Sent: Friday, June 09, 2017 9:06 AM
> To: 
> openembedded-devel@lists.openembedded.org<mailto:openembedded-devel@lists.openembedded.org>
> Cc: Huang, Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> Subject: [oe] [meta-qt5] [PATCH] qtbase: add ptest
>
> Add ptest for qtbase  by using provided testsuite.
>
> Signed-off-by: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> ---
>  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
>  recipes-qt/qt5/qtbase/run-ptest|  6 +
>  recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>   | 
> 17 -
>  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
>  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
>
> diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> new file mode 100644
> index 000..975cd28
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> @@ -0,0 +1,28 @@
> +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> 2001
> +From: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> +Date: Wed, 7 Jun 2017 21:00:49 +0900
> +Subject: [PATCH] Delete qlonglong and qulonglong
> +
> +Signed-off-by: Huang Qiyu 
> mailto:huangqy.f...@cn.fujitsu.com>>
> +---
> + 
> tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
>  | 2 --
> + 1 file changed, 2 deletions(-)
> +
> +diff --git
> +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +index 09458bd..59a120e 100644
> +--- 
> a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
>  
> b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro<http://qatomicinteger.pro>
> +@@ -5,10 +5,8 @@ SUBDIRS=\
> + char32_t \
> + int \
> + long \
> +-qlonglong \
> + qptrdiff \
> + quintptr \
> +-qulonglong \
> + schar \
> + short \
> + uchar \
> +--
> +2.7.4
> +
> diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
> new file mode 100644 index 000..044f834
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/run-ptest
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +for x in ` awk '{print $1}' tst_list `;do
> +./${x};
> +done
> +
> diff --git a/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb> 
> b/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb> index
> 27d0de1..39fc272 100644
> --- a/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>
> +++ b/recipes-qt/qt5/qtbase_git.bb<http://qtbase_git.bb>
> @@ -23,8 +23,12 @@ SRC_URI += "\
>  
> file://0005-configure-bump-path-length-from-256-to-512-character.patch
> \
>  
> file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch
>  \
>
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> \
> +
> file://0001-

[oe] [meta-qt5] [PATCH v2] qtbase: add ptest

2017-07-24 Thread Huang Qiyu
Add ptest for qtbase by using provided testsuite.

Signed-off-by: Huang Qiyu 
---
 .../0001-Delete-qlonglong-and-qulonglong.patch | 28 ++
 recipes-qt/qt5/qtbase/run-ptest|  6 +
 recipes-qt/qt5/qtbase_git.bb   | 17 -
 3 files changed, 50 insertions(+), 1 deletion(-)
 create mode 100644 
recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
 create mode 100644 recipes-qt/qt5/qtbase/run-ptest

diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch 
b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
new file mode 100644
index 000..975cd28
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
@@ -0,0 +1,28 @@
+From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00 2001
+From: Huang Qiyu 
+Date: Wed, 7 Jun 2017 21:00:49 +0900
+Subject: [PATCH] Delete qlonglong and qulonglong
+
+Signed-off-by: Huang Qiyu 
+---
+ tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro 
b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
+index 09458bd..59a120e 100644
+--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
 b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
+@@ -5,10 +5,8 @@ SUBDIRS=\
+ char32_t \
+ int \
+ long \
+-qlonglong \
+ qptrdiff \
+ quintptr \
+-qulonglong \
+ schar \
+ short \
+ uchar \
+-- 
+2.7.4
+
diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
new file mode 100644
index 000..044f834
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/run-ptest
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in ` awk '{print $1}' tst_list `;do
+./${x};
+done
+
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 5cfbcfa..8464873 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -23,8 +23,12 @@ SRC_URI += "\
 file://0005-configure-bump-path-length-from-256-to-512-character.patch \
 file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
 file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
+file://0001-Delete-qlonglong-and-qulonglong.patch \
+file://run-ptest \
 "
 
+inherit ptest
+
 # only for target qtbase
 SRC_URI += "\
 file://0008-configure-paths-for-target-qmake-properly.patch \
@@ -48,7 +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
 PACKAGECONFIG_RELEASE ?= "release"
 # This is in qt5.inc, because qtwebkit-examples are using it to enable 
ca-certificates dependency
 # PACKAGECONFIG_OPENSSL ?= "openssl"
-PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
+PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype tests"
 
 PACKAGECONFIG ?= " \
 ${PACKAGECONFIG_RELEASE} \
@@ -171,6 +175,17 @@ do_configure() {
 ${QT_CONFIG_FLAGS}
 }
 
+fakeroot do_install_ptest() {
+mkdir -p ${D}${PTEST_PATH}
+t=${D}${PTEST_PATH}
+for var in ` find ${B}/tests/auto/ -name tst_*`; do
+if [ not ` echo ${var##*/} | grep '\.'` ]; then
+echo ${var##*/} >> ${t}/tst_list
+install -m 0644 ${var} ${t}
+fi
+done
+}
+
 do_install_append() {
 # Avoid qmake error "Cannot read 
[...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
 touch ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
-- 
2.7.4



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


[oe] [meta-oe][PATCH] openldap: 2.4.44 -> 2.4.45

2017-07-25 Thread Huang Qiyu
1) Upgrade openldap from 2.4.44 to 2.4.45
2) Delete openldap-CVE-2017-9287.patch, since it is integrated upstream.
3) License checksum changed, since the copyright years were updated.

Signed-off-by: Huang Qiyu 
---
 .../openldap/openldap/openldap-CVE-2017-9287.patch | 30 --
 .../{openldap_2.4.44.bb => openldap_2.4.45.bb} |  7 +++--
 2 files changed, 3 insertions(+), 34 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/openldap/openldap/openldap-CVE-2017-9287.patch
 rename meta-oe/recipes-support/openldap/{openldap_2.4.44.bb => 
openldap_2.4.45.bb} (97%)

diff --git 
a/meta-oe/recipes-support/openldap/openldap/openldap-CVE-2017-9287.patch 
b/meta-oe/recipes-support/openldap/openldap/openldap-CVE-2017-9287.patch
deleted file mode 100644
index 93e9243..000
--- a/meta-oe/recipes-support/openldap/openldap/openldap-CVE-2017-9287.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e0e65f309dc0eb5582387acf1b2c2b5b3955f6b6 Mon Sep 17 00:00:00 2001
-From: Ryan Tandy 
-Date: Wed, 17 May 2017 20:07:39 -0700
-Subject: [PATCH] Fix double free of search base with page size 0
-
-CVE: CVE-2017-9287
-Upstream-Status: Submitted
-
-Signed-off-by: Fan Xin 

- servers/slapd/back-mdb/search.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/servers/slapd/back-mdb/search.c b/servers/slapd/back-mdb/search.c
-index 009939d..d0db918 100644
 a/servers/slapd/back-mdb/search.c
-+++ b/servers/slapd/back-mdb/search.c
-@@ -1066,7 +1066,8 @@ notfound:
-   /* check size limit */
-   if ( get_pagedresults(op) > SLAP_CONTROL_IGNORED ) {
-   if ( rs->sr_nentries >= ((PagedResultsState 
*)op->o_pagedresults_state)->ps_size ) {
--  mdb_entry_return( op, e );
-+  if (e != base)
-+  mdb_entry_return( op, e );
-   e = NULL;
-   send_paged_response( op, rs, &lastid, 
tentries );
-   goto done;
--- 
-2.1.4
-
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.44.bb 
b/meta-oe/recipes-support/openldap/openldap_2.4.45.bb
similarity index 97%
rename from meta-oe/recipes-support/openldap/openldap_2.4.44.bb
rename to meta-oe/recipes-support/openldap/openldap_2.4.45.bb
index 2d3cfc0..adbf8ce 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.44.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.45.bb
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html";
 # basically BSD.  opensource.org does not record this license
 # at present (so it is apparently not OSI certified).
 LICENSE = "OpenLDAP"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c933fba6d89fda89f58df1e086e3f2e7 \
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=25fd3721960f39128cd15a749fd21139 \
 file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
 "
 SECTION = "libs"
@@ -25,11 +25,10 @@ SRC_URI = 
"ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${BP}.tgz \
 file://slapd.service \
 file://thread_stub.patch \
 file://openldap-CVE-2015-3276.patch \
-file://openldap-CVE-2017-9287.patch \
 "
 
-SRC_URI[md5sum] = "693ac26de86231f8dcae2b4e9d768e51"
-SRC_URI[sha256sum] = 
"d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400"
+SRC_URI[md5sum] = "00ff8301277cdfd0af728a6927042a13"
+SRC_URI[sha256sum] = 
"cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824"
 
 DEPENDS = "util-linux groff-native"
 
-- 
2.7.4



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


[oe] [OE-core] [PATCH] openssl: By default, disable cryptodev.

2017-07-25 Thread Huang Qiyu
Because according to the other Distros,cryptodev is not enabled.
If users want enable cryptodev, just have to add "cryptodev-linux" into 
PACKAGECONFIG.

Signed-off-by: Huang Qiyu 
---
 meta/recipes-connectivity/openssl/openssl_1.0.2l.bb | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb 
b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
index c00dd81..7c8f18b 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
@@ -2,10 +2,8 @@ require openssl.inc
 
 # For target side versions of openssl enable support for OCF Linux driver
 # if they are available.
-PACKAGECONFIG[cryptodev-linux] = ",,cryptodev-linux"
-DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'cryptodev-linux', '', d)}"
-
-CFLAG += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux', 
'-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS', '', d)}"
+PACKAGECONFIG[cryptodev-linux] = "-DHAVE_CRYPTODEV 
-DUSE_CRYPTODEV_DIGESTS,,cryptodev-linux"
+CFLAG += "${PACKAGECONFIG_CONFARGS}"
 
 CFLAG_append_class-native = " -fPIC"
 
-- 
2.7.4



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


Re: [oe] [OE-core] [PATCH] openssl: By default, disable cryptodev.

2017-07-25 Thread Huang, Qiyu
Sorry,I send this patch to wrong list. Please ignore.

huangqy
> -Original Message-
> From: Huang, Qiyu/黄 琦宇
> Sent: Wednesday, July 26, 2017 1:15 PM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu/黄 琦宇 
> Subject: [OE-core] [PATCH] openssl: By default, disable cryptodev.
> 
> Because according to the other Distros,cryptodev is not enabled.
> If users want enable cryptodev, just have to add "cryptodev-linux" into
> PACKAGECONFIG.
> 
> Signed-off-by: Huang Qiyu 
> ---
>  meta/recipes-connectivity/openssl/openssl_1.0.2l.bb | 6 ++
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
> b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
> index c00dd81..7c8f18b 100644
> --- a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
> @@ -2,10 +2,8 @@ require openssl.inc
> 
>  # For target side versions of openssl enable support for OCF Linux driver  # 
> if
> they are available.
> -PACKAGECONFIG[cryptodev-linux] = ",,cryptodev-linux"
> -DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux',
> 'cryptodev-linux', '', d)}"
> -
> -CFLAG += "${@bb.utils.contains('PACKAGECONFIG', 'cryptodev-linux',
> '-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS', '', d)}"
> +PACKAGECONFIG[cryptodev-linux] = "-DHAVE_CRYPTODEV
> -DUSE_CRYPTODEV_DIGESTS,,cryptodev-linux"
> +CFLAG += "${PACKAGECONFIG_CONFARGS}"
> 
>  CFLAG_append_class-native = " -fPIC"
> 
> --
> 2.7.4



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


[oe] [meta-oe][PATCH] libqb: update 1.0.1 -> 1.0.2

2017-07-31 Thread Huang Qiyu
Upgrade libqb from 1.0.1 to 1.0.2

Signed-off-by: Huang Qiyu 
---
 meta-oe/recipes-extended/libqb/{libqb_1.0.1.bb => libqb_1.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libqb/{libqb_1.0.1.bb => libqb_1.0.2.bb} (92%)

diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.1.bb 
b/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
similarity index 92%
rename from meta-oe/recipes-extended/libqb/libqb_1.0.1.bb
rename to meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
index e26bb7c..574f660 100644
--- a/meta-oe/recipes-extended/libqb/libqb_1.0.1.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
@@ -11,7 +11,7 @@ inherit autotools pkgconfig
 
 PV .= "+git${SRCPV}"
 
-SRCREV = "0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc"
+SRCREV = "608de6d59a3de0eef0fbcbd8f284acbc018daa9a"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \
file://0001-Remove-runtime-check-for-CLOCK_MONOTONIC.patch \
   "
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] libtdb: update 1.3.12 -> 1.3.14

2017-07-31 Thread Huang Qiyu
1) Upgrade libtdb from 1.3.12 to 1.3.14.
2) Update tdb-Add-configure-options-for-packages.patch for libtdb_1.3.14.

Signed-off-by: Huang Qiyu 
---
 .../tdb-Add-configure-options-for-packages.patch   | 43 +-
 .../libtdb/{libtdb_1.3.12.bb => libtdb_1.3.14.bb}  |  4 +-
 2 files changed, 27 insertions(+), 20 deletions(-)
 rename meta-networking/recipes-support/libtdb/{libtdb_1.3.12.bb => 
libtdb_1.3.14.bb} (91%)

diff --git 
a/meta-networking/recipes-support/libtdb/libtdb/tdb-Add-configure-options-for-packages.patch
 
b/meta-networking/recipes-support/libtdb/libtdb/tdb-Add-configure-options-for-packages.patch
index 4000557..272921e 100644
--- 
a/meta-networking/recipes-support/libtdb/libtdb/tdb-Add-configure-options-for-packages.patch
+++ 
b/meta-networking/recipes-support/libtdb/libtdb/tdb-Add-configure-options-for-packages.patch
@@ -1,7 +1,10 @@
-From 10ac5e5fdda44adcc2a159b6f9a2d51a51361057 Mon Sep 17 00:00:00 2001
-From: Jackie Huang 
-Date: Wed, 21 Sep 2016 10:46:19 +0800
-Subject: [PATCH] tdb: Add configure options for packages
+From 24911f36bcb00412e5dc4cd11fda139e09d58798 Mon Sep 17 00:00:00 2001
+From: Huang Qiyu 
+Date: Tue, 1 Aug 2017 03:12:09 +0900
+Subject: [PATCH] From 10ac5e5fdda44adcc2a159b6f9a2d51a51361057 Mon Sep 17
+ 00:00:00 2001 From: Jackie Huang  Date: Wed, 21
+ Sep 2016 10:46:19 +0800 Subject: [PATCH] tdb: Add configure options for
+ packages
 
 Add configure options for the following packages:
  - acl
@@ -14,6 +17,10 @@ Add configure options for the following packages:
 Upstream-Status: Inappropriate [oe deterministic build specific]
 
 Signed-off-by: Jackie Huang 
+
+Update for libtdb_1.3.14.
+
+Signed-off-by: Huang Qiyu 
 ---
  lib/replace/system/wscript_configure |  6 ++-
  lib/replace/wscript  | 85 
@@ -37,7 +44,7 @@ index 2035474..10f9ae7 100644
  
  # solaris varients of getXXent_r
 diff --git a/lib/replace/wscript b/lib/replace/wscript
-index 145300d..310048c 100644
+index 7c50e1d..15df5c3 100644
 --- a/lib/replace/wscript
 +++ b/lib/replace/wscript
 @@ -23,6 +23,41 @@ def set_options(opt):
@@ -124,7 +131,7 @@ index 145300d..310048c 100644
  conf.CHECK_HEADERS('nss_common.h nsswitch.h ns_api.h')
  conf.CHECK_HEADERS('sys/extattr.h sys/ea.h sys/proplist.h sys/cdefs.h')
  conf.CHECK_HEADERS('utmp.h utmpx.h lastlog.h')
-@@ -248,17 +298,18 @@ def configure(conf):
+@@ -251,17 +301,18 @@ def configure(conf):
  
  conf.CHECK_FUNCS('prctl dirname basename')
  
@@ -155,23 +162,23 @@ index 145300d..310048c 100644
  conf.CHECK_CODE('''
  struct ucred cred;
 diff --git a/wscript b/wscript
-index 50b2286..748eef1 100644
+index 1c9655a..8c20d3b 100644
 --- a/wscript
 +++ b/wscript
-@@ -64,7 +64,12 @@ def set_options(opt):
- opt.add_option('--disable-python',
-help=("disable the pytdb module"),
-action="store_true", dest='disable_python', 
default=False)
+@@ -62,7 +62,12 @@ def set_options(opt):
+help=("Disable the use of pthread robust mutexes"),
+action="store_true", dest='disable_tdb_mutex_locking',
+default=False)
 -
-+opt.add_option('--with-valgrind',
-+   help=("enable use of valgrind"),
-+   action="store_true", dest='enable_valgrind')
-+opt.add_option('--without-valgrind',
-+   help=("disable use of valgrind"),
-+   action="store_false", dest='enable_valgrind', 
default=False)
++opt.add_option('--with-valgrind',
++   help=("enable use of valgrind"),
++   action="store_true", dest='enable_valgrind')
++opt.add_option('--without-valgrind',
++   help=("disable use of valgrind"),
++   action="store_false", dest='enable_valgrind', 
default=False)
  
  def configure(conf):
  conf.env.disable_tdb_mutex_locking = getattr(Options.options,
 -- 
-2.8.3
+2.7.4
 
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb 
b/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
similarity index 91%
rename from meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
rename to meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
index e256ac9..ccc4ee4 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
@@ -10,8 +10,8 @@ SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
file://tdb-Add-configure-options-for-packages.patch \
 "
 
-SRC_URI[md5sum] = "d9627e7aacd535a8251401f914bb6924"
-SRC_URI[sha

Re: [oe] [meta-qt5] [PATCH v2] qtbase: add ptest

2017-08-14 Thread Huang, Qiyu
ping

> -Original Message-
> From: Huang, Qiyu 
> Sent: Tuesday, July 25, 2017 9:30 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Huang, Qiyu 
> Subject: [oe] [meta-qt5] [PATCH v2] qtbase: add ptest
> 
> Add ptest for qtbase by using provided testsuite.
> 
> Signed-off-by: Huang Qiyu 
> ---
>  .../0001-Delete-qlonglong-and-qulonglong.patch | 28
> ++
>  recipes-qt/qt5/qtbase/run-ptest|  6 +
>  recipes-qt/qt5/qtbase_git.bb   | 17 -
>  3 files changed, 50 insertions(+), 1 deletion(-)  create mode 100644
> recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
>  create mode 100644 recipes-qt/qt5/qtbase/run-ptest
> 
> diff --git a/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> new file mode 100644
> index 000..975cd28
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/0001-Delete-qlonglong-and-qulonglong.patch
> @@ -0,0 +1,28 @@
> +From c67a4af2e5db4c1e2213961e6392b59affd1959f Mon Sep 17 00:00:00
> 2001
> +From: Huang Qiyu 
> +Date: Wed, 7 Jun 2017 21:00:49 +0900
> +Subject: [PATCH] Delete qlonglong and qulonglong
> +
> +Signed-off-by: Huang Qiyu 
> +---
> + tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro | 2 --
> + 1 file changed, 2 deletions(-)
> +
> +diff --git
> +a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +index 09458bd..59a120e 100644
> +--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
>  b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
> +@@ -5,10 +5,8 @@ SUBDIRS=\
> + char32_t \
> + int \
> + long \
> +-qlonglong \
> + qptrdiff \
> + quintptr \
> +-qulonglong \
> + schar \
> + short \
> + uchar \
> +--
> +2.7.4
> +
> diff --git a/recipes-qt/qt5/qtbase/run-ptest b/recipes-qt/qt5/qtbase/run-ptest
> new file mode 100644 index 000..044f834
> --- /dev/null
> +++ b/recipes-qt/qt5/qtbase/run-ptest
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +for x in ` awk '{print $1}' tst_list `;do
> +./${x};
> +done
> +
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index
> 5cfbcfa..8464873 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -23,8 +23,12 @@ SRC_URI += "\
>  file://0005-configure-bump-path-length-from-256-to-512-character.patch
> \
>  file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
> 
> file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch
> \
> +file://0001-Delete-qlonglong-and-qulonglong.patch \
> +file://run-ptest \
>  "
> 
> +inherit ptest
> +
>  # only for target qtbase
>  SRC_URI += "\
>  file://0008-configure-paths-for-target-qmake-properly.patch \ @@ -48,7
> +52,7 @@ PACKAGECONFIG_DISTRO ?= ""
>  PACKAGECONFIG_RELEASE ?= "release"
>  # This is in qt5.inc, because qtwebkit-examples are using it to enable
> ca-certificates dependency  # PACKAGECONFIG_OPENSSL ?= "openssl"
> -PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype"
> +PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype
> tests"
> 
>  PACKAGECONFIG ?= " \
>  ${PACKAGECONFIG_RELEASE} \
> @@ -171,6 +175,17 @@ do_configure() {
>  ${QT_CONFIG_FLAGS}
>  }
> 
> +fakeroot do_install_ptest() {
> +mkdir -p ${D}${PTEST_PATH}
> +t=${D}${PTEST_PATH}
> +for var in ` find ${B}/tests/auto/ -name tst_*`; do
> +if [ not ` echo ${var##*/} | grep '\.'` ]; then
> +echo ${var##*/} >> ${t}/tst_list
> +install -m 0644 ${var} ${t}
> +fi
> +done
> +}
> +
>  do_install_append() {
>  # Avoid qmake error "Cannot read
> [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
>  touch
> ${D}/${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/oe-device-extra.pri
> --
> 2.7.4



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


[oe] [meta-networking] [PATCH] mailcap: upgrade to 2.1.48

2017-08-15 Thread Huang Qiyu
Upgrade mailcap from 2.1.46 to 2.1.48.

Signed-off-by: Huang Qiyu 
---
 .../recipes-support/mailcap/{mailcap_2.1.46.bb => mailcap_2.1.48.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/mailcap/{mailcap_2.1.46.bb => 
mailcap_2.1.48.bb} (87%)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb 
b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
similarity index 87%
rename from meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb
rename to meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
index 58b8f02..9553681 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
@@ -17,8 +17,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
 
 SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz";
 
-SRC_URI[md5sum] = "d865a1baf574ae5d309f5c1f79315800"
-SRC_URI[sha256sum] = 
"c68eb3b531d731476d5980c9b7cc287bd64c2a13bec5a537009a2c4af63f9bb0"
+SRC_URI[md5sum] = "2c26e18e912a5cf00318fcf7f8f2d747"
+SRC_URI[sha256sum] = 
"d7b023b237d6053bf05ff6786e0663c55c614efcc99cdf856120be13b5c29157"
 
 do_install() {
 oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
-- 
2.7.4



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


[oe] [meta-oe][PATCH] openwsman: rename to 2.6.3

2017-08-16 Thread Huang Qiyu
As openwsman has been upgrdaed to v2.6.3, but the name of recipe file still 
v2.6.2, so rename it.

Signed-off-by: Huang Qiyu 
---
 .../recipes-extended/openwsman/{openwsman_2.6.2.bb => openwsman_2.6.3.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-extended/openwsman/{openwsman_2.6.2.bb => 
openwsman_2.6.3.bb} (100%)

diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb 
b/meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb
similarity index 100%
rename from meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
rename to meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb
-- 
2.7.4



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


[oe] [meta-oe][PATCH] pcsc-lite: Update tp 1.8.22

2017-08-18 Thread Huang Qiyu
1) Upgrade pcsc-lite from 1.8.13 to 1.8.22.

2) License information has changed in pcsc-lite-1.8.22/COPYING, so modify the 
LIC_FILES_CHKSUM.

Signed-off-by: Huang Qiyu 
---
 .../pcsc-lite/{pcsc-lite_1.8.13.bb => pcsc-lite_1.8.22.bb}| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.8.13.bb => 
pcsc-lite_1.8.22.bb} (82%)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb 
b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
similarity index 82%
rename from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
rename to meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
index 0d2cb33..90d58b0 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
@@ -8,12 +8,12 @@ LICENSE_${PN}-dev = "BSD"
 LICENSE_${PN}-dbg = "BSD & GPLv3+"
 LICENSE_${PN}-spy = "GPLv3+"
 LICENSE_${PN}-spy-dev = "GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bcfbd85230ac3c586fb294c8b627cf32"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f38b3d1c7ef7fc2c8b6d20cd38efdc29"
 DEPENDS = "udev"
 
-SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${PV}.tar.bz2";
-SRC_URI[md5sum] = "4dcd22d20a6df8810fac5480cc320b6d"
-SRC_URI[sha256sum] = 
"f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b"
+SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4225/pcsc-lite-${PV}.tar.bz2";
+SRC_URI[md5sum] = "0ec103b1ef298d0c58d6ef6b00b9cf17"
+SRC_URI[sha256sum] = 
"6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405"
 
 
 inherit autotools systemd pkgconfig
-- 
2.7.4



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


[oe] [meta-oe][PATCH v2] pcsc-lite: Update to 1.8.22

2017-08-21 Thread Huang Qiyu
1) Upgrade pcsc-lite from 1.8.13 to 1.8.22.

2) License information has changed in pcsc-lite-1.8.22/COPYING  for 
src/strlcpy.3, src/strlcat.c and src/strlcpy.c have been removed in 
pcsc-lite-1.8.22, so modify the LIC_FILES_CHKSUM. 

Signed-off-by: Huang Qiyu 
---
 .../pcsc-lite/{pcsc-lite_1.8.13.bb => pcsc-lite_1.8.22.bb}| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.8.13.bb => 
pcsc-lite_1.8.22.bb} (82%)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb 
b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
similarity index 82%
rename from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
rename to meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
index 0d2cb33..90d58b0 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
@@ -8,12 +8,12 @@ LICENSE_${PN}-dev = "BSD"
 LICENSE_${PN}-dbg = "BSD & GPLv3+"
 LICENSE_${PN}-spy = "GPLv3+"
 LICENSE_${PN}-spy-dev = "GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bcfbd85230ac3c586fb294c8b627cf32"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f38b3d1c7ef7fc2c8b6d20cd38efdc29"
 DEPENDS = "udev"
 
-SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${PV}.tar.bz2";
-SRC_URI[md5sum] = "4dcd22d20a6df8810fac5480cc320b6d"
-SRC_URI[sha256sum] = 
"f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b"
+SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4225/pcsc-lite-${PV}.tar.bz2";
+SRC_URI[md5sum] = "0ec103b1ef298d0c58d6ef6b00b9cf17"
+SRC_URI[sha256sum] = 
"6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405"
 
 
 inherit autotools systemd pkgconfig
-- 
2.7.4



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


[oe] [meta-networking] [PATCH] vlan: Add HOMEPAGE info into recipe file.

2017-09-06 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb 
b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
index 3f688b3..bd55efc 100644
--- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
+++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
@@ -1,4 +1,5 @@
 SUMMARY = "VLAN provides vconfig utility"
+HOMEPAGE = "http://www.candelatech.com/~greear/vlan.html";
 SECTION = "misc"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = 
"file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a"
-- 
2.7.4



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


[oe] [meta-networking][PATCH] fetchmail: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb 
b/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb
index 359911e..1d78288 100644
--- a/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb
+++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it 
via SMTP"
+HOMEPAGE = "http://www.fetchmail.info/";
 DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented 
remote-mail retrieval and forwarding utility intended to be used over on-demand 
TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail 
protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors 
of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
 SECTION = "mail"
 LICENSE = "GPLv2 & MIT"
-- 
2.7.4



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


[oe] [meta-networking][PATCH] dovecot: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb 
b/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
index b2a3de3..d834bef 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Dovecot is an open source IMAP and POP3 email server"
+HOMEPAGE = "https://www.dovecot.org/";
 DESCRIPTION = "Dovecot is an open source IMAP and POP3 email server for 
Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an 
excellent choice for both small and large installations. It's fast, simple to 
set up, requires no special administration and it uses very little memory."
 SECTION = "mail"
 LICENSE = "LGPLv2.1 & MIT"
-- 
2.7.4



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


[oe] [meta-initramfs][PATCH] dracut: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb 
b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index 09c86d0..e18409d 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Initramfs generator using udev"
+HOMEPAGE = "https://dracut.wiki.kernel.org/index.php/Main_Page";
 DESCRIPTION = "Dracut is an event driven initramfs infrastructure. dracut (the 
tool) is used to create an initramfs image by copying tools and files from an 
installed system and combining it with the dracut framework, usually found in 
/usr/lib/dracut/modules.d."
 
 LICENSE = "GPLv2"
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-cryptography: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc 
b/meta-python/recipes-devtools/python/python-cryptography.inc
index 212e649..a4d1bbb 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Provides cryptographic recipes and primitives to python developers"
+HOMEPAGE = "https://cryptography.io/";
 LICENSE = "Apache-2.0 | BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-cffi: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-cffi.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc 
b/meta-python/recipes-devtools/python/python-cffi.inc
index 0ea154f..8b5e952 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Foreign Function Interface for Python calling C code"
+HOMEPAGE = "http://cffi.readthedocs.org/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
 DEPENDS += "libffi ${PYTHON_PN}-pycparser"
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-enum34: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-enum34_1.1.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb 
b/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb
index 31d2147..d50b5c7 100644
--- a/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb
+++ b/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb
@@ -1,4 +1,5 @@
 SUMMARY = "backport of Python 3.4's enum package"
+HOMEPAGE = "https://bitbucket.org/stoneleaf/enum34";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-cryptography-vectors: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc 
b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
index 02b510a..e9e4019 100644
--- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Test vectors for the cryptography package."
+HOMEPAGE = "https://cryptography.io/";
 SECTION = "devel/python"
 LICENSE = "Apache-2.0 | BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-iso8601: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-iso8601.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc 
b/meta-python/recipes-devtools/python/python-iso8601.inc
index 05cd6d3..45da75f 100644
--- a/meta-python/recipes-devtools/python/python-iso8601.inc
+++ b/meta-python/recipes-devtools/python/python-iso8601.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Simple module to parse ISO 8601 dates"
+HOMEPAGE = "http://pyiso8601.readthedocs.org/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-pip: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pip_9.0.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.1.bb 
b/meta-python/recipes-devtools/python/python-pip_9.0.1.bb
index 2851761..5ddd8d5 100644
--- a/meta-python/recipes-devtools/python/python-pip_9.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_9.0.1.bb
@@ -1,4 +1,5 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
+HOMEPAGE = "https://pip.pypa.io/";
 LICENSE = "MIT & LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-py: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-py.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-py.inc 
b/meta-python/recipes-devtools/python/python-py.inc
index cfead95..1aef0e7 100644
--- a/meta-python/recipes-devtools/python/python-py.inc
+++ b/meta-python/recipes-devtools/python/python-py.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Library with cross-python path, ini-parsing, io, code, log 
facilities"
+HOMEPAGE = "http://py.readthedocs.io/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b506f3df287708b2f99588b5cc351091"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-pyopenssl: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pyopenssl.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc 
b/meta-python/recipes-devtools/python/python-pyopenssl.inc
index 579ca60..6bb7df6 100644
--- a/meta-python/recipes-devtools/python/python-pyopenssl.inc
+++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Simple Python wrapper around the OpenSSL library"
+HOMEPAGE = "https://pyopenssl.org/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-pretend: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pretend.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pretend.inc 
b/meta-python/recipes-devtools/python/python-pretend.inc
index 2d21cc4..78b6717 100644
--- a/meta-python/recipes-devtools/python/python-pretend.inc
+++ b/meta-python/recipes-devtools/python/python-pretend.inc
@@ -1,4 +1,5 @@
 SUMMARY = "A library for stubbing in Python"
+HOMEPAGE = "https://github.com/alex/pretend";
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99"
 
-- 
2.7.4



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


[oe] [meta-oe][PATCH] python-pygobject: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb 
b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
index acc2f5b..9d2e165 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Python GObject bindings"
+HOMEPAGE = "http://www.pygtk.org/";
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-pycparser: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pycparser.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc 
b/meta-python/recipes-devtools/python/python-pycparser.inc
index d2fdbfd..6b05482 100644
--- a/meta-python/recipes-devtools/python/python-pycparser.inc
+++ b/meta-python/recipes-devtools/python/python-pycparser.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Parser of the C language, written in pure Python"
+HOMEPAGE = "https://github.com/eliben/pycparser";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-pytest: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-pytest.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc 
b/meta-python/recipes-devtools/python/python-pytest.inc
index 5dd1783..ccc8232 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Simple powerful teting with python"
+HOMEPAGE = "http://pytest.org";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4"
 
-- 
2.7.4



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


[oe] [meta-python][PATCH] python-six: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-python/recipes-devtools/python/python-six.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-six.inc 
b/meta-python/recipes-devtools/python/python-six.inc
index e33c01d..fe1a409 100644
--- a/meta-python/recipes-devtools/python/python-six.inc
+++ b/meta-python/recipes-devtools/python/python-six.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Python 2 and 3 compatibility library"
+HOMEPAGE = "http://pypi.python.org/pypi/six/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21"
 
-- 
2.7.4



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


[oe] [meta-networking][PATCH] ipvsadm: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb 
b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb
index 8d1b3f0..b35a9f4 100644
--- a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb
+++ b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Linux Virtual Server administration Utility"
+HOMEPAGE = "http://www.linux-vs.org/software/index.html";
 DESCRIPTION = "Ipvsadm  is  used  to set up, maintain or inspect the virtual 
server \
 table in the Linux kernel. The Linux Virtual  Server  can  be  used  to \
 build  scalable  network  services  based  on  a cluster of two or more nodes. 
\
-- 
2.7.4



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


[oe] [meta-gnome][PATCH] libidl: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-gnome/recipes-gnome/libidl/libidl.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc 
b/meta-gnome/recipes-gnome/libidl/libidl.inc
index a402037..1a5c815 100644
--- a/meta-gnome/recipes-gnome/libidl/libidl.inc
+++ b/meta-gnome/recipes-gnome/libidl/libidl.inc
@@ -1,4 +1,5 @@
 DESCRIPTION = "Library for parsing CORBA IDL files"
+HOMEPAGE = "http://andrewtv.org/libIDL/";
 SECTION = "x11/gnome/libs"
 LICENSE = "LGPLv2+"
 
-- 
2.7.4



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


[oe] [meta-oe][PATCH] lvm2: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu 
---
 meta-oe/recipes-support/lvm2/lvm2.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc 
b/meta-oe/recipes-support/lvm2/lvm2.inc
index 179b044..ab8db9c 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,3 +1,4 @@
+HOMEPAGE = "https://www.sourceware.org/lvm2/";
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
 LICENSE = "GPLv2 & LGPLv2"
-- 
2.7.4



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


  1   2   >