[oe] [meta-networking][PATCH] wireshark: 2.2.11 -> 2.4.5

2018-04-03 Thread Huang Qiyu
1.Upgrade wireshark from 2.2.11 to 2.4.5.
2.Delete one configure option "--with-gcrypt", since it has been not supported 
in 2.4.5.
3.Add 0001-use-pkgconfig-to-check-libgcrypt.patch, since libgcrypt does no 
longer provide
  libgcrypt-config, and provide *.pc, so we should use pkgconfig to check.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../0001-use-pkgconfig-to-check-libgcrypt.patch| 29 ++
 .../{wireshark_2.2.11.bb => wireshark_2.4.5.bb}| 11 
 2 files changed, 35 insertions(+), 5 deletions(-)
 create mode 100644 
meta-networking/recipes-support/wireshark/wireshark/0001-use-pkgconfig-to-check-libgcrypt.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_2.2.11.bb => 
wireshark_2.4.5.bb} (91%)

diff --git 
a/meta-networking/recipes-support/wireshark/wireshark/0001-use-pkgconfig-to-check-libgcrypt.patch
 
b/meta-networking/recipes-support/wireshark/wireshark/0001-use-pkgconfig-to-check-libgcrypt.patch
new file mode 100644
index 000..c2cb078
--- /dev/null
+++ 
b/meta-networking/recipes-support/wireshark/wireshark/0001-use-pkgconfig-to-check-libgcrypt.patch
@@ -0,0 +1,29 @@
+Subject: [PATCH] use pkgconfig to check libgcrypt
+
+Upstream-status: Inappropriate [configuration]
+
+libgcrypt does no longer provide libgcrypt-config, and provide
+*.pc, so we should use pkgconfig to check
+
+Signed-off-by: Zheng Ruoqin <zhengrq.f...@cn.fujitsu.com>
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4b8654a..4182875 100644
+--- a/configure.ac
 b/configure.ac
+@@ -303,8 +303,8 @@ if test "x$with_gnutls" = "xyes"; then
+ fi
+
+ # libgrypt (for decryption, MAC, etc. functionality).
+-AM_PATH_LIBGCRYPT(1.4.2, [ ] , [
+-  AC_MSG_ERROR([[libgcrypt not installed for development; install libgcrypt, 
including any development package, for your system]])
++PKG_CHECK_MODULES([LIBGCRYPT], [libgcrypt >= 1.4.2], [ ],
++[AC_MSG_ERROR([libgcrypt not installed for development; install libgcrypt, 
including any development package, for your system])
+ ])
+
+ AC_ARG_WITH(libnl,
+--
+2.7.4
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb 
b/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb
similarity index 91%
rename from meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb
rename to meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb
index 5eb372e..d6669b7 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb
@@ -4,14 +4,16 @@ SECTION = "net"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77"
 
-DEPENDS = "pcre expat glib-2.0 glib-2.0-native"
+DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt"
 
-SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2;
+SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.xz \
+  file://0001-use-pkgconfig-to-check-libgcrypt.patch \
+"
 
 PE = "1"
 
-SRC_URI[md5sum] = "a79ba6cda83be2a91bde4110fe194788"
-SRC_URI[sha256sum] = 
"a9f11621e85d7e1d72259157edd94825e72af3fd72e184b8474459f92ad5fc40"
+SRC_URI[md5sum] = "2b6f1f37c72fa15a0a1863016a0abcc0"
+SRC_URI[sha256sum] = 
"b3b2ec29fba0f4a3a590438abe4054e56f19108d440fc2d61492db9d8ff16fd7"
 
 inherit autotools pkgconfig perlnative
 
@@ -30,7 +32,6 @@ PACKAGECONFIG[gtk2] = "--with-gtk=2, , gtk+"
 PACKAGECONFIG[gtk3] = "--with-gtk=3, , gtk+3"
 PACKAGECONFIG[graphics] = "--enable-wireshark, --with-gtk=no 
--disable-wireshark,"
 PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls"
-PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
 PACKAGECONFIG[ssl] = "--with-ssl=yes, --with-ssl=no, openssl"
 PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5"
 PACKAGECONFIG[lua] = "--with-lua=yes, --with-lua=no, lua"
-- 
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-msgpack: 0.5.5 -> 0.5.6

2018-03-20 Thread Huang Qiyu
Upgrade python-msgpack from 0.5.5 to 0.5.6.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-msgpack.inc| 4 ++--
 .../python/{python-msgpack_0.5.5.bb => python-msgpack_0.5.6.bb}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-msgpack_0.5.5.bb => 
python-msgpack_0.5.6.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc 
b/meta-python/recipes-devtools/python/python-msgpack.inc
index 2e852cc..fdc8926 100644
--- a/meta-python/recipes-devtools/python/python-msgpack.inc
+++ b/meta-python/recipes-devtools/python/python-msgpack.inc
@@ -2,8 +2,8 @@ SUMMARY = "MessagePack (de)serializer"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
 
-SRC_URI[md5sum] = "62640290ea856420d83b7f9dc1dd789d"
-SRC_URI[sha256sum] = 
"7f5d6e59228b65c47cfdae76a4aea71f6902525f18256862cda69888a686b5f9"
+SRC_URI[md5sum] = "6d644c06a87a5a111bbbf5b34b4be440"
+SRC_URI[sha256sum] = 
"378cc8a6d3545b532dfd149da715abae4fda2a3adb6d74e525d0d5e51f46909b"
 
 PYPI_PACKAGE = "msgpack-python"
 inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.5.5.bb 
b/meta-python/recipes-devtools/python/python-msgpack_0.5.6.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-msgpack_0.5.5.bb
rename to meta-python/recipes-devtools/python/python-msgpack_0.5.6.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-pip: 9.0.1 -> 9.0.2

2018-03-20 Thread Huang Qiyu
Upgrade python-pip from 9.0.1 to 9.0.2.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../python/{python-pip_9.0.1.bb => python-pip_9.0.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pip_9.0.1.bb => 
python-pip_9.0.2.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.1.bb 
b/meta-python/recipes-devtools/python/python-pip_9.0.2.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python-pip_9.0.1.bb
rename to meta-python/recipes-devtools/python/python-pip_9.0.2.bb
index 5ddd8d5..fa709a1 100644
--- a/meta-python/recipes-devtools/python/python-pip_9.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_9.0.2.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://pip.pypa.io/;
 LICENSE = "MIT & LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
 
-SRC_URI[md5sum] = "35f01da33009719497f01a4ba69d63c9"
-SRC_URI[sha256sum] = 
"09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d"
+SRC_URI[md5sum] = "2fddd680422326b9d1fbf56112cf341d"
+SRC_URI[sha256sum] = 
"88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5"
 
 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-cython: 0.27.3 -> 0.28.1

2018-03-20 Thread Huang Qiyu
Upgrade python-cython from 0.27.3 to 0.28.1.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cython.inc | 4 ++--
 .../python/{python-cython_0.27.3.bb => python-cython_0.28.1.bb}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cython_0.27.3.bb => 
python-cython_0.28.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cython.inc 
b/meta-python/recipes-devtools/python/python-cython.inc
index dee647e..5a69cd0 100644
--- a/meta-python/recipes-devtools/python/python-cython.inc
+++ b/meta-python/recipes-devtools/python/python-cython.inc
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "6149238287d662bd5d5e572482252493"
-SRC_URI[sha256sum] = 
"6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc26bc64"
+SRC_URI[md5sum] = "c549effadb52d90bdcb1affc1e5dbb97"
+SRC_URI[sha256sum] = 
"152ee5f345012ca3bb7cc71da2d3736ee20f52cd8476e4d49e5e25c5a4102b12"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.3.bb 
b/meta-python/recipes-devtools/python/python-cython_0.28.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cython_0.27.3.bb
rename to meta-python/recipes-devtools/python/python-cython_0.28.1.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-pytest: 3.4.1 -> 3.4.2

2018-03-20 Thread Huang Qiyu
1.Upgrade python-pytest from 3.4.1 to 3.4.2.
2.Modify pytest_version_fix.patch, since the data has been changed.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-pytest.inc | 4 ++--
 .../recipes-devtools/python/python-pytest/pytest_version_fix.patch| 2 +-
 .../python/{python-pytest_3.4.1.bb => python-pytest_3.4.2.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytest_3.4.1.bb => 
python-pytest_3.4.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc 
b/meta-python/recipes-devtools/python/python-pytest.inc
index 60ff830..4feb9a0 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://pytest.org;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4"
 
-SRC_URI[md5sum] = "6768537cbb150022387c565051904a1c"
-SRC_URI[sha256sum] = 
"9ddcb879c8cc859d2540204b5399011f842e5e8823674bf429f70ada281b3cc6"
+SRC_URI[md5sum] = "1b83a25d45fad893f430fc5031653c56"
+SRC_URI[sha256sum] = 
"117bad36c1a787e1a8a659df35de53ba05f9f3398fb9e4ac17e80ad5903eb8c5"
 
 SRC_URI_append = " 
file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \
file://pytest_version_fix.patch "
diff --git 
a/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch 
b/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch
index 908f862..b373d93 100644
--- a/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch
+++ b/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch
@@ -36,7 +36,7 @@ Index: pytest-3.2.2/setup.py
 +return version_match.group(1)
 +raise RuntimeError("Unable to find version string.")
  
- def has_environment_marker_support():
+ def get_environment_marker_support_level():
  """
 @@ -59,9 +72,7 @@ def main():
  name='pytest',
diff --git a/meta-python/recipes-devtools/python/python-pytest_3.4.1.bb 
b/meta-python/recipes-devtools/python/python-pytest_3.4.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytest_3.4.1.bb
rename to meta-python/recipes-devtools/python/python-pytest_3.4.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-dbus: 1.2.4 -> 1.2.6

2018-03-20 Thread Huang Qiyu
1.Upgrade python-dbus from 1.2.4 ro 1.2.6.
2.Update the checksum of LIC_FILES_CHKSUM, since the following content is 
appended to COPYING.

The dbus-gmain/ subdirectory is under a different license: see 
dbus-gmain/COPYING for details.

3.Add "file://dbus-gmain/COPYING;md5=05c3eacd50f69bb1d58afec460baad57" to 
LIC_FILES_CHKSUM, sice 
dbus-gmain/subdirectory is under lincese of AFL-2.1 or GPLv2.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../python/{python-dbus_1.2.4.bb => python-dbus_1.2.6.bb}| 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python-dbus_1.2.4.bb => 
python-dbus_1.2.6.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python-dbus_1.2.4.bb 
b/meta-python/recipes-devtools/python/python-dbus_1.2.6.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python-dbus_1.2.4.bb
rename to meta-python/recipes-devtools/python/python-dbus_1.2.6.bb
index 271b559..0f18ccc 100644
--- a/meta-python/recipes-devtools/python/python-dbus_1.2.4.bb
+++ b/meta-python/recipes-devtools/python/python-dbus_1.2.6.bb
@@ -1,15 +1,16 @@
 SUMMARY = "Python bindings for the DBus inter-process communication system"
 SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus;
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0b83047ce9e948b67c0facc5f233476a"
+LICENSE = "MIT & AFL-2.1 | GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4 \
+   
file://dbus-gmain/COPYING;md5=05c3eacd50f69bb1d58afec460baad57 "
 DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
 
 SRC_URI = 
"http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "7372a588c83a7232b4e08159bfd48fe5"
-SRC_URI[sha256sum] = 
"e2f1d6871f74fba23652e51d10873e54f71adab0525833c19bad9e99b1b2f9cc"
+SRC_URI[md5sum] = "1ce1ddf2582060f8f971652ea54cc17e"
+SRC_URI[sha256sum] = 
"32f29c17172cdb9cb61c68b1f1a71dfe7351506fc830869029c47449bd04faeb"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils-base autotools 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] strongswan: 5.5.3 -> 5.6.2

2018-03-20 Thread Huang Qiyu
1.Upgrade strongswan from 5.5.3 to 5.6.2.
2.Modify fix-funtion-parameter.patch, since the data has been changed.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../recipes-support/strongswan/files/fix-funtion-parameter.patch| 6 +++---
 .../strongswan/{strongswan_5.5.3.bb => strongswan_5.6.2.bb} | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta-networking/recipes-support/strongswan/{strongswan_5.5.3.bb => 
strongswan_5.6.2.bb} (97%)

diff --git 
a/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch 
b/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
index da96983..846e0c6 100644
--- 
a/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
+++ 
b/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
@@ -50,7 +50,7 @@ index ff33824..bd21446 100644
   */
 -openssl_diffie_hellman_t *openssl_diffie_hellman_create(
 +openssl_diffie_hellman_t *openssl_diffie_hellman_create_custom(
-   diffie_hellman_group_t 
group, chunk_t g, chunk_t p)
+   
diffie_hellman_group_t group, ...)
  {
private_openssl_diffie_hellman_t *this;
 @@ -197,5 +197,11 @@ openssl_diffie_hellman_t *openssl_diffie_hellman_create(
@@ -70,12 +70,12 @@ index 53dc59c..eb69eaa 100644
 --- a/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.h
 +++ b/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.h
 @@ -44,8 +44,10 @@ struct openssl_diffie_hellman_t {
-  * @param p   custom prime, if MODP_CUSTOM
+  * @param ... expects generator and prime as chunk_t if 
MODP_CUSTOM
   * @returnopenssl_diffie_hellman_t object, NULL 
if not supported
   */
 -openssl_diffie_hellman_t *openssl_diffie_hellman_create(
 +openssl_diffie_hellman_t *openssl_diffie_hellman_create_custom(
-   diffie_hellman_group_t 
group, chunk_t g, chunk_t p);
+   
diffie_hellman_group_t group, ...);
 +openssl_diffie_hellman_t *openssl_diffie_hellman_create(
 +  diffie_hellman_group_t 
group);
  
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb 
b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
similarity index 97%
rename from meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
rename to meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
index 97ebcd8..f2fe1f1 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
@@ -12,8 +12,8 @@ SRC_URI = 
"http://download.strongswan.org/strongswan-${PV}.tar.bz2 \
file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \
"
 
-SRC_URI[md5sum] = "4afffe3c219bb2e04f09510905af836b"
-SRC_URI[sha256sum] = 
"c5ea54b199174708de11af9b8f4ecf28b5b0743d4bc0e380e741f25b28c0f8d4"
+SRC_URI[md5sum] = "46aa3aa18fbc4bd528f9a0345ce79913"
+SRC_URI[sha256sum] = 
"e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92"
 
 EXTRA_OECONF = " \
 --without-lib-prefix \
-- 
2.7.4



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


[oe] [meta-networking][PATCH] quagga: 1.2.2 -> 1.2.4

2018-03-20 Thread Huang Qiyu
Upgrade quagga from 1.2.2 to 1.2.4.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb | 4 
 meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
 create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb

diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb 
b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
deleted file mode 100644
index 653f46b..000
--- a/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require quagga.inc
-
-SRC_URI[md5sum] = "e84be2938c26c0c872792090f1a6a866"
-SRC_URI[sha256sum] = 
"522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931"
diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb 
b/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb
new file mode 100644
index 000..a7697a1
--- /dev/null
+++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb
@@ -0,0 +1,4 @@
+require quagga.inc
+
+SRC_URI[md5sum] = "eced21b054d71c9e1b7c6ac43286a166"
+SRC_URI[sha256sum] = 
"e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3"
-- 
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: 1.11.4 -> 1.11.5

2018-03-20 Thread Huang Qiyu
Upgrade python-cffi from 1.11.4 to 1.11.5.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cffi.inc   | 4 ++--
 .../python/{python-cffi_1.11.4.bb => python-cffi_1.11.5.bb}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cffi_1.11.4.bb => 
python-cffi_1.11.5.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc 
b/meta-python/recipes-devtools/python/python-cffi.inc
index 39ab19f..e6071ee 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
 DEPENDS += "libffi ${PYTHON_PN}-pycparser"
 
-SRC_URI[md5sum] = "8ef0f852498908b20bc508799901fe93"
-SRC_URI[sha256sum] = 
"df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d"
+SRC_URI[md5sum] = "ac8492f4ad952360737413e82d661908"
+SRC_URI[sha256sum] = 
"e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4"
 
 RDEPENDS_${PN}_class-target = " \
 ${PYTHON_PN}-ctypes \
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb 
b/meta-python/recipes-devtools/python/python-cffi_1.11.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cffi_1.11.4.bb
rename to meta-python/recipes-devtools/python/python-cffi_1.11.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-cryptography: 2.1.4 -> 2.2

2018-03-20 Thread Huang Qiyu
1.Upgrade python-cryptography from 2.1.4 to 2.2.
2.Update the checksum of LIC_FILES_CHKSUM, but license remained the same.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 6 +++---
 .../{python-cryptography_2.1.4.bb => python-cryptography_2.2.bb}| 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_2.1.4.bb => 
python-cryptography_2.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc 
b/meta-python/recipes-devtools/python/python-cryptography.inc
index 4be7907..fcd5358 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,7 +1,7 @@
 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"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
 
 DEPENDS += " \
 ${PYTHON_PN}-cffi \
@@ -10,8 +10,8 @@ DEPENDS += " \
 ${PYTHON_PN}-six \
 "
 
-SRC_URI[md5sum] = "9f39d4d8f2b05f295fa0ff52475ec4f2"
-SRC_URI[sha256sum] = 
"e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291"
+SRC_URI[md5sum] = "c49c1ee145a900313a216fa2c788208c"
+SRC_URI[sha256sum] = 
"f5a0279e362c37e2150a32fe35ec20226e9237b6c9927fce8d53ef8e49e64f48"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb 
b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb
rename to meta-python/recipes-devtools/python/python-cryptography_2.2.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] python-pygobject: 3.22.0 -> 3.28.0

2018-03-20 Thread Huang Qiyu
1.Upgrad python-pygobject from 3.22.0 to 3.28.0.
2.Modify 0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch, since 
the data has been changed.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 ...e.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch | 19 +++
 ...pygobject_3.22.0.bb => python-pygobject_3.28.0.bb} |  4 ++--
 2 files changed, 5 insertions(+), 18 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-pygobject_3.22.0.bb => 
python-pygobject_3.28.0.bb} (87%)

diff --git 
a/meta-oe/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch
 
b/meta-oe/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch
index a391f7e..9a11442 100644
--- 
a/meta-oe/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch
+++ 
b/meta-oe/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch
@@ -14,28 +14,15 @@ diff --git a/configure.ac b/configure.ac
 index 2c0cfbd..cfcb3bf 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -194,7 +194,7 @@ PKG_CHECK_MODULES(GI,
- gobject-introspection-1.0 >= introspection_required_version
- )
+@@ -155,7 +155,7 @@ PKG_CHECK_MODULES(GI,
+ 
+ GOBJECT_INTROSPECTION_CHECK(introspection_required_version)
  
 -GI_DATADIR=$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0)
 +GI_DATADIR=$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=gidatadir 
gobject-introspection-1.0)
  AC_SUBST(GI_DATADIR)
  
  if test "$enable_cairo" != no; then
-@@ -219,12 +219,6 @@ AC_ARG_WITH(common,
- with_common=yes)
- AM_CONDITIONAL(WITH_COMMON, test "$with_common" = "yes")
- 
--INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner 
gobject-introspection-1.0`
--INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler 
gobject-introspection-1.0`
--
--AC_SUBST(INTROSPECTION_SCANNER)
--AC_SUBST(INTROSPECTION_COMPILER)
--
- # compiler warnings, errors, required cflags, and code coverage support
- GNOME_COMPILE_WARNINGS([maximum])
- AC_MSG_CHECKING(for Gnome code coverage support)
 -- 
 2.1.4
 
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb 
b/meta-oe/recipes-devtools/python/python-pygobject_3.28.0.bb
similarity index 87%
rename from meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
rename to meta-oe/recipes-devtools/python/python-pygobject_3.28.0.bb
index 7ddf4e5..ab65ba1 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.0.bb
@@ -17,8 +17,8 @@ SRC_URI = " \
 file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
 "
 
-SRC_URI[md5sum] = "ed4117ed5d554d25fd7718807fbf819f"
-SRC_URI[sha256sum] = 
"08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7"
+SRC_URI[md5sum] = "b29d69edb63ae1f555afeb19f90b9996"
+SRC_URI[sha256sum] = 
"42b47b261b45aedfc77e02e3c90a01cd74d6f86c3273c1860a054d531d606e5a"
 
 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-oe][PATCH] sessreg: 1.1.0 -> 1.1.1

2018-03-20 Thread Huang Qiyu
Upgrade sessreg from 1.1.0 to 1.1.1.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../recipes-graphics/xorg-app/{sessreg_1.1.0.bb => sessreg_1.1.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{sessreg_1.1.0.bb => 
sessreg_1.1.1.bb} (73%)

diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.0.bb 
b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.1.bb
similarity index 73%
rename from meta-oe/recipes-graphics/xorg-app/sessreg_1.1.0.bb
rename to meta-oe/recipes-graphics/xorg-app/sessreg_1.1.1.bb
index 3885d61..d2afa78 100644
--- a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.0.bb
+++ b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.1.bb
@@ -4,8 +4,8 @@ SUMMARY = "a simple program for managing utmp/wtmp entries"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d938a70c8280c265a1ccd2954365d185"
 SRC_URI += "file://0001-Makefile.am-Error-Fix.patch"
-SRC_URI[md5sum] = "e238c89dabc566e1835e1ecb61b605b9"
-SRC_URI[sha256sum] = 
"551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c"
+SRC_URI[md5sum] = "e475167a892b589da23edf8edf8c942d"
+SRC_URI[sha256sum] = 
"78a76ae3f3f6a26547a34630d1b740f42344848b5fb6d7c9c7f7da255e35a6e1"
 
 CFLAGS_append_libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP 
-D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP "
 
-- 
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: 2.1.4 -> 2.2

2018-03-20 Thread Huang Qiyu
Upgrade python-cryptography-vectors from 2.1.4 to 2.2.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...yptography-vectors_2.1.4.bb => python-cryptography-vectors_2.2.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-python/recipes-devtools/python/{python-cryptography-vectors_2.1.4.bb => 
python-cryptography-vectors_2.2.bb} (100%)

diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc 
b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
index 00bb87b..31461ec 100644
--- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
@@ -8,8 +8,8 @@ DEPENDS += " \
 ${PYTHON_PN}-cryptography \
 "
 
-SRC_URI[md5sum] = "ef115b870cc8d8b9f0f4189b512bc170"
-SRC_URI[sha256sum] = 
"78c4b4f3f84853ea5d038e2f53d355229dd8119fe9cf949c3e497c85c760a5ca"
+SRC_URI[md5sum] = "303a08ff50a5590d0ba05252981417ee"
+SRC_URI[sha256sum] = 
"cf601c7d87ad6a938bcea29062375dce1d3e26dabd1db52bbc37eeaf4aac970d"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb 
b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb
rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.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] qtbase: Fix the qt5 linuxfb ratation problem

2018-03-14 Thread Huang Qiyu
This patch fix the qt5 linuxfb ratation problem, create an mrotation option 
which can rotate the display by 90,180 and 270 degrees.
Use tslib as a touch plugin to make rotation of touch coordinates effective.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 ...01-Fix-the-qt5.6-linuxfb-ratation-problem.patch | 120 +
 recipes-qt/qt5/qtbase/0012-Fix-rotate-tslib.patch  |  75 +
 recipes-qt/qt5/qtbase_git.bb   |  10 ++
 3 files changed, 205 insertions(+)
 create mode 100644 
recipes-qt/qt5/qtbase/0001-Fix-the-qt5.6-linuxfb-ratation-problem.patch
 create mode 100644 recipes-qt/qt5/qtbase/0012-Fix-rotate-tslib.patch

diff --git 
a/recipes-qt/qt5/qtbase/0001-Fix-the-qt5.6-linuxfb-ratation-problem.patch 
b/recipes-qt/qt5/qtbase/0001-Fix-the-qt5.6-linuxfb-ratation-problem.patch
new file mode 100644
index 000..12ba9fa
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/0001-Fix-the-qt5.6-linuxfb-ratation-problem.patch
@@ -0,0 +1,120 @@
+From 8b4e54674a248fda7f1b72e01f429f495e4054e0 Mon Sep 17 00:00:00 2001
+From: Fan Xin <fan@jp.fujitsu.com>
+Date: Wed, 6 Dec 2017 18:47:53 +0900
+Subject: [PATCH] Fix the qt5.6 linuxfb ratation problem
+
+This patch is backported from
+https://borkedlabs.com/blog/2015/06-01-qt5-linuxfb-rotation-for-lcds/
+
+Signed-off-by: Fan Xin <fan@jp.fujitsu.com>
+Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
+---
+ src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp | 38 
+---
+ src/plugins/platforms/linuxfb/qlinuxfbscreen.h   |  1 +
+ 2 files changed, 35 insertions(+), 4 deletions(-)
+
+diff --git a/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp 
b/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp
+index 91708c0..0bf64db 100644
+--- a/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp
 b/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp
+@@ -280,7 +280,7 @@ static void blankScreen(int fd, bool on)
+ }
+ 
+ QLinuxFbScreen::QLinuxFbScreen(const QStringList )
+-: mArgs(args), mFbFd(-1), mTtyFd(-1), mBlitter(0)
++: mArgs(args), mFbFd(-1), mTtyFd(-1), mBlitter(0), mRotation(90)
+ {
+ mMmap.data = 0;
+ }
+@@ -306,6 +306,7 @@ bool QLinuxFbScreen::initialize()
+ QRegularExpression mmSizeRx(QLatin1String("mmsize=(\\d+)x(\\d+)"));
+ QRegularExpression sizeRx(QLatin1String("size=(\\d+)x(\\d+)"));
+ QRegularExpression offsetRx(QLatin1String("offset=(\\d+)x(\\d+)"));
++QRegularExpression rotationRx(QLatin1String("rotation=(0|90|180|270)"));
+ 
+ QString fbDevice, ttyDevice;
+ QSize userMmSize;
+@@ -327,6 +328,8 @@ bool QLinuxFbScreen::initialize()
+ ttyDevice = match.captured(1);
+ else if (arg.contains(fbRx, ))
+ fbDevice = match.captured(1);
++else if (arg.contains(rotationRx, ))
++mRotation = match.captured(1).toInt();
+ }
+ 
+ if (fbDevice.isEmpty()) {
+@@ -365,9 +368,17 @@ bool QLinuxFbScreen::initialize()
+ mDepth = determineDepth(vinfo);
+ mBytesPerLine = finfo.line_length;
+ QRect geometry = determineGeometry(vinfo, userGeometry);
++QRect originalGeometry = geometry;
++if( mRotation == 90 || mRotation == 270 )
++{
++int tmp = geometry.width();
++geometry.setWidth(geometry.height());
++geometry.setHeight(tmp);
++}
++
+ mGeometry = QRect(QPoint(0, 0), geometry.size());
+ mFormat = determineFormat(vinfo, mDepth);
+-mPhysicalSize = determinePhysicalSize(vinfo, userMmSize, geometry.size());
++mPhysicalSize = determinePhysicalSize(vinfo, userMmSize, 
originalGeometry.size());
+ 
+ // mmap the framebuffer
+ mMmap.size = finfo.smem_len;
+@@ -377,11 +388,11 @@ bool QLinuxFbScreen::initialize()
+ return false;
+ }
+ 
+-mMmap.offset = geometry.y() * mBytesPerLine + geometry.x() * mDepth / 8;
++mMmap.offset = originalGeometry.y() * mBytesPerLine + 
originalGeometry.x() * mDepth / 8;
+ mMmap.data = data + mMmap.offset;
+ 
+ QFbScreen::initializeCompositor();
+-mFbScreenImage = QImage(mMmap.data, geometry.width(), geometry.height(), 
mBytesPerLine, mFormat);
++mFbScreenImage = QImage(mMmap.data, originalGeometry.width(), 
originalGeometry.height(), mBytesPerLine, mFormat);
+ 
+ mCursor = new QFbCursor(this);
+ 
+@@ -411,7 +422,26 @@ QRegion QLinuxFbScreen::doRedraw()
+ 
+ mBlitter->setCompositionMode(QPainter::CompositionMode_Source);
+ for (const QRect  : touched)
++{
++if( mRotation == 90 || mRotation == 270 )
++{
++mBlitter->translate(mGeometry.height()/2, mGeometry.width()/2);
++}
++else if( mRotation == 180 )
++{
++mBlitter->translate(mGeometry.width()/2, mGeometry.height()/2);
++}
++
++if( mRotation != 0 )
++{
++mBlitter->rotate(mRotation);
++mBlitter->translate(-mGeometry.width()/2, -mGeometry.hei

[oe] [meta-oe][PATCH] smartmontools: 6.5 -> 6.6

2018-03-14 Thread Huang Qiyu
Upgrade smartmontools from 6.5 to 6.6.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../smartmontools/{smartmontools_6.5.bb => smartmontools_6.6.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/smartmontools/{smartmontools_6.5.bb => 
smartmontools_6.6.bb} (93%)

diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb 
b/meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb
similarity index 93%
rename from meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb
rename to meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb
index 0970d2a..1a1767e 100644
--- a/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb
+++ b/meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb
@@ -22,8 +22,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 
'libcap-ng selinux', d)
 PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng"
 PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux"
 
-SRC_URI[md5sum] = "093aeec3f8f39fa9a37593c4012d3156"
-SRC_URI[sha256sum] = 
"89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc"
+SRC_URI[md5sum] = "9ae2c6e7131cd2813edcc65cbe5f223f"
+SRC_URI[sha256sum] = 
"51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054"
 
 inherit autotools update-rc.d systemd
 
-- 
2.7.4



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


[oe] [meta-oe][PATCH] libol: 0.3.18

2018-03-04 Thread Huang Qiyu
1.Modify SRC_URI
  http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz  to
  http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/libol/libol_0.3.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb 
b/meta-oe/recipes-support/libol/libol_0.3.18.bb
index 74e1ef2..d7adb2b 100644
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
 
-SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz \
+SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz \
file://configure.patch"
 SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
 SRC_URI[sha256sum] = 
"9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] nodejs: 8.9.0 -> 8.9.4

2018-03-04 Thread Huang Qiyu
1.Upgrade nodejs from 8.9.0 to 8.9.4
2.Update the checksum of LIC_FILES_CHKSUM, since nodejs has been changed. But 
lincese remains the same.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../recipes-devtools/nodejs/{nodejs_8.9.0.bb => nodejs_8.9.4.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/nodejs/{nodejs_8.9.0.bb => nodejs_8.9.4.bb} 
(94%)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb 
b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
similarity index 94%
rename from meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
index 1cab6a4..6164f91 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org;
 LICENSE = "MIT & BSD & Artistic-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=14045ee6ae930d784435884f8aa1be0d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=270f7477a1705f7cd3e29d3d4512915d"
 
 DEPENDS = "openssl10 zlib"
 
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
 "
-SRC_URI[md5sum] = "49001b4037b2ddf10c2174c38a40f112"
-SRC_URI[sha256sum] = 
"ae8258f89e127a76d4b4aff6fdb8dc395b7da0069cba054b913dfc36b3c91189"
+SRC_URI[md5sum] = "631ed102fe58c13cf63bc92a68cf4759"
+SRC_URI[sha256sum] = 
"6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f"
 
 S = "${WORKDIR}/node-v${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] krb5: 1.15.1 -> 1.16

2018-03-04 Thread Huang Qiyu
1.Upgrade krb5 from 1.15.1 to 1.16
2.Update the checksum of LIC_FILES_CHKSUM, since krb5 has been changed. But 
lincese remains the same.just modify the following.
  -Copyright (C) 1985-2016 by the Massachusetts Institute of Technology.
  +Copyright (C) 1985-2017 by the Massachusetts Institute of Technology.

  -The KCM Mach RPC definition file used on OS X has the following
  +The KCM Mach RPC definition file used on macOS has the following

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../krb5/krb5/CVE-2017-11462.patch | 419 -
 .../krb5/krb5/fix-CVE-2017-11368.patch | 116 --
 .../krb5/{krb5_1.15.1.bb => krb5_1.16.bb}  |   8 +-
 3 files changed, 3 insertions(+), 540 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/krb5/krb5/CVE-2017-11462.patch
 delete mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/fix-CVE-2017-11368.patch
 rename meta-oe/recipes-connectivity/krb5/{krb5_1.15.1.bb => krb5_1.16.bb} (95%)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5/CVE-2017-11462.patch 
b/meta-oe/recipes-connectivity/krb5/krb5/CVE-2017-11462.patch
deleted file mode 100644
index 4b82f02..000
--- a/meta-oe/recipes-connectivity/krb5/krb5/CVE-2017-11462.patch
+++ /dev/null
@@ -1,419 +0,0 @@
-From 56f7b1bc95a2a3eeb420e069e7655fb181ade5cf Mon Sep 17 00:00:00 2001
-From: Greg Hudson <ghud...@mit.edu>
-Date: Fri, 14 Jul 2017 13:02:46 -0400
-Subject: [PATCH] Preserve GSS context on init/accept failure
-
-After gss_init_sec_context() or gss_accept_sec_context() has created a
-context, don't delete the mechglue context on failures from subsequent
-calls, even if the mechanism deletes the mech-specific context (which
-is allowed by RFC 2744 but not preferred).  Check for union contexts
-with no mechanism context in each GSS function which accepts a
-gss_ctx_id_t.
-
-CVE-2017-11462:
-
-RFC 2744 permits a GSS-API implementation to delete an existing
-security context on a second or subsequent call to
-gss_init_sec_context() or gss_accept_sec_context() if the call results
-in an error.  This API behavior has been found to be dangerous,
-leading to the possibility of memory errors in some callers.  For
-safety, GSS-API implementations should instead preserve existing
-security contexts on error until the caller deletes them.
-
-All versions of MIT krb5 prior to this change may delete acceptor
-contexts on error.  Versions 1.13.4 through 1.13.7, 1.14.1 through
-1.14.5, and 1.15 through 1.15.1 may also delete initiator contexts on
-error.
-
-ticket: 8598 (new)
-target_version: 1.15-next
-target_version: 1.14-next
-tags: pullup
-
-Upstream-Status: Backport
-CVE: CVE-2017-11462
-
-Signed-off-by: Catalin Enache <catalin.ena...@windriver.com>

- src/lib/gssapi/mechglue/g_accept_sec_context.c  | 22 +++---
- src/lib/gssapi/mechglue/g_complete_auth_token.c |  2 ++
- src/lib/gssapi/mechglue/g_context_time.c|  2 ++
- src/lib/gssapi/mechglue/g_delete_sec_context.c  | 14 --
- src/lib/gssapi/mechglue/g_exp_sec_context.c |  2 ++
- src/lib/gssapi/mechglue/g_init_sec_context.c| 19 +++
- src/lib/gssapi/mechglue/g_inq_context.c |  2 ++
- src/lib/gssapi/mechglue/g_prf.c |  2 ++
- src/lib/gssapi/mechglue/g_process_context.c |  2 ++
- src/lib/gssapi/mechglue/g_seal.c|  4 
- src/lib/gssapi/mechglue/g_sign.c|  2 ++
- src/lib/gssapi/mechglue/g_unseal.c  |  2 ++
- src/lib/gssapi/mechglue/g_unwrap_aead.c |  2 ++
- src/lib/gssapi/mechglue/g_unwrap_iov.c  |  4 
- src/lib/gssapi/mechglue/g_verify.c  |  2 ++
- src/lib/gssapi/mechglue/g_wrap_aead.c   |  2 ++
- src/lib/gssapi/mechglue/g_wrap_iov.c|  8 
- 17 files changed, 72 insertions(+), 21 deletions(-)
-
-diff --git a/src/lib/gssapi/mechglue/g_accept_sec_context.c 
b/src/lib/gssapi/mechglue/g_accept_sec_context.c
-index ddaf874..f28e2b1 100644
 a/src/lib/gssapi/mechglue/g_accept_sec_context.c
-+++ b/src/lib/gssapi/mechglue/g_accept_sec_context.c
-@@ -216,6 +216,8 @@ gss_cred_id_t *d_cred;
- } else {
-   union_ctx_id = (gss_union_ctx_id_t)*context_handle;
-   selected_mech = union_ctx_id->mech_type;
-+  if (union_ctx_id->internal_ctx_id == GSS_C_NO_CONTEXT)
-+  return (GSS_S_NO_CONTEXT);
- }
- 
- /* Now create a new context if we didn't get one. */
-@@ -234,9 +236,6 @@ gss_cred_id_t *d_cred;
-   free(union_ctx_id);
-   return (status);
-   }
--
--  /* set the new context handle to caller's data */
--  *context_handle = (gss_ctx_id_t)union_ctx_id;
- }
- 
- /*
-@@ -277,8 +276,10 @@ gss_cred_id_t *   d_cred;
-   d_cred ? _d_cred : NULL);
- 
-   /* If there's more work to do, keep going... */
--  if (status == GSS_S_CONTINUE_

[oe] [meta-oe][PATCH] hexedit: 1.2.13 -> 1.2.14

2018-03-04 Thread Huang Qiyu
1.Upgrade hexedit from 1.2.13 to 1.2.14

2.Modify SRC_URI to git://github.com/pixel/hexedit.git

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | 17 -
 meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb | 16 
 2 files changed, 16 insertions(+), 17 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
 create mode 100644 meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb

diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb 
b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
deleted file mode 100644
index 39df5b2..000
--- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "view and edit files in hexadecimal or in ASCII"
-HOMEPAGE = "http://rigaux.org/hexedit.html;
-SECTION = "console/utils"
-LICENSE = "GPLv2+"
-DEPENDS = "ncurses"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
-
-SRC_URI = "http://rigaux.org/${BP}.src.tgz \
-file://0001-don-t-strip-when-installing.patch "
-
-SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9"
-SRC_URI[sha256sum] = 
"6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
-
-inherit autotools-brokensep
-
-S = "${WORKDIR}/${BPN}"
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb 
b/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb
new file mode 100644
index 000..b6652e5
--- /dev/null
+++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb
@@ -0,0 +1,16 @@
+UMMARY = "view and edit files in hexadecimal or in ASCII"
+HOMEPAGE = "http://rigaux.org/hexedit.html;
+SECTION = "console/utils"
+LICENSE = "GPLv2+"
+DEPENDS = "ncurses"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
+
+SRC_URI = "git://github.com/pixel/hexedit.git \
+"
+
+SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878"
+
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep
-- 
2.7.4



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


[oe] [meta-oe][PATCH] nano: 2.7.4 -> 2.9.3

2018-02-27 Thread Huang Qiyu
Upgrade nano form 2.7.4 to 2.9.3.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/nano/nano_2.7.4.bb | 4 
 meta-oe/recipes-support/nano/nano_2.9.3.bb | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb
 create mode 100644 meta-oe/recipes-support/nano/nano_2.9.3.bb

diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb 
b/meta-oe/recipes-support/nano/nano_2.7.4.bb
deleted file mode 100644
index eaf393e..000
--- a/meta-oe/recipes-support/nano/nano_2.7.4.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-include nano.inc
-
-SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
-SRC_URI[sha256sum] = 
"752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9"
diff --git a/meta-oe/recipes-support/nano/nano_2.9.3.bb 
b/meta-oe/recipes-support/nano/nano_2.9.3.bb
new file mode 100644
index 000..afb0cf2
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_2.9.3.bb
@@ -0,0 +1,4 @@
+include nano.inc
+
+SRC_URI[md5sum] = "6dd37f010d6a985bf0e5f8ed091ff919"
+SRC_URI[sha256sum] = 
"7783bcfd4b2d5dc0bf64d4bd07b1a19e7ba3c91da881a4249772a36b972d4012"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] tk: 8.6.6 -> 8.6.8

2018-02-12 Thread Huang Qiyu
1.Upgrade tk from 8.6.6 to 8.6.8.
2.Modify confsearch.diff, since the data has been changed.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-devtools/tcltk/tk/confsearch.diff   | 17 ++---
 .../recipes-devtools/tcltk/{tk_8.6.6.bb => tk_8.6.8.bb} |  4 ++--
 2 files changed, 12 insertions(+), 9 deletions(-)
 rename meta-oe/recipes-devtools/tcltk/{tk_8.6.6.bb => tk_8.6.8.bb} (94%)

diff --git a/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff 
b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
index c51e475..4dbd9a4 100644
--- a/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
+++ b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
@@ -4,29 +4,32 @@ installation.
 
 --- tk8.5-8.5.8.orig/unix/configure
 +++ tk8.5-8.5.8/unix/configure
-@@ -1431,6 +1431,7 @@
-   `ls -d ${prefix}/lib 2>/dev/null` \
-   `ls -d /usr/local/lib 2>/dev/null` \
+@@ -1431,7 +1431,8 @@
`ls -d /usr/contrib/lib 2>/dev/null` \
+   `ls -d /usr/local/lib 2>/dev/null` \
+   `ls -d /usr/pkg/lib 2>/dev/null` \
 +  `ls -d /usr/share/tcltk/tcl8.5 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
+   `ls -d /usr/lib64 2>/dev/null` \
; do
if test -f "$i/tclConfig.sh" ; then
 --- tk8.5-8.5.8.orig/unix/tcl.m4
 +++ tk8.5-8.5.8/unix/tcl.m4
-@@ -93,6 +93,7 @@
-   `ls -d ${prefix}/lib 2>/dev/null` \
-   `ls -d /usr/local/lib 2>/dev/null` \
+@@ -93,7 +93,8 @@
`ls -d /usr/contrib/lib 2>/dev/null` \
+   `ls -d /usr/local/lib 2>/dev/null` \
+   `ls -d /usr/pkg/lib 2>/dev/null` \
 +  `ls -d /usr/share/tcltk/tcl8.5 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
+   `ls -d /usr/lib64 2>/dev/null` \
; do
if test -f "$i/tclConfig.sh" ; then
-@@ -223,6 +224,7 @@
+@@ -223,7 +224,8 @@
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
 +  `ls -d /usr/share/tcltk/tk8.5 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
+   `ls -d /usr/lib64 2>/dev/null` \
; do
if test -f "$i/tkConfig.sh" ; then
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb 
b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
similarity index 94%
rename from meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb
rename to meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
index d3bf397..13dc4d7 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
@@ -26,8 +26,8 @@ SRC_URI = "\
 file://fix-xft.diff \
 file://configure.use.fontconfig.with.xft.patch \
 "
-SRC_URI[md5sum] = "dd7dbb3a6523c42d05f6ab6e86096e99"
-SRC_URI[sha256sum] = 
"d62c371a71b4744ed830e3c21d27968c31dba74dd2c45f36b9b071e6d88eb19d"
+SRC_URI[md5sum] = "5e0faecba458ee1386078fb228d008ba"
+SRC_URI[sha256sum] = 
"49e7bca08dde95195a27f594f7c850b088be357a7c7096e44e1158c7a5fd7b33"
 
 S = "${WORKDIR}/${BPN}${PV}/unix"
 
-- 
2.7.4



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


[oe] [meta-oe][PATCH] tomoyo-tools: 20140601 -> 20170102

2018-02-11 Thread Huang Qiyu
Upgrade tomoyo-tools from 2.5.0-20140601 to 2.5.0-20170102.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb 
b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
index 4a1b4ce..f362775 100644
--- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -5,9 +5,9 @@ being useful purely as a system analysis tool."
 HOMEPAGE = "http://tomoyo.sourceforge.jp/;
 SECTION = "System Environment/Kernel"
 
-SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20140601.tar.gz;
-SRC_URI[md5sum] = "69b793127f00d6439a3246598b83"
-SRC_URI[sha256sum] = 
"118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a"
+SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20170102.tar.gz;
+SRC_URI[md5sum] = "04d58742452fe213a68f7eadd0ad"
+SRC_URI[sha256sum] = 
"00fedfac5e514321250bbe69eaccc732c8a8158596f77a785c2e3ae9f9968283"
 
 S = "${WORKDIR}/${BPN}"
 
-- 
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.2 -> 1.7.3

2018-02-08 Thread Huang Qiyu
1.Upgrade imsettings from 1.7.2 to 1.7.3.
2.Delete 0001-Rename-use-of-stdout-and-stderr.patch, 
gtk-is-required-by-notify.patch, 
multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch, since it is 
integrated upstream.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../0001-Rename-use-of-stdout-and-stderr.patch | 72 --
 .../imsettings/gtk-is-required-by-notify.patch | 18 --
 ...CAL_AMFLAGS-isnot-supported-by-autoreconf.patch | 19 --
 .../{imsettings_1.7.2.bb => imsettings_1.7.3.bb}   |  7 +--
 4 files changed, 2 insertions(+), 114 deletions(-)
 delete mode 100644 
meta-xfce/recipes-extended/imsettings/imsettings/0001-Rename-use-of-stdout-and-stderr.patch
 delete mode 100644 
meta-xfce/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch
 delete mode 100644 
meta-xfce/recipes-extended/imsettings/imsettings/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch
 rename meta-xfce/recipes-extended/imsettings/{imsettings_1.7.2.bb => 
imsettings_1.7.3.bb} (73%)

diff --git 
a/meta-xfce/recipes-extended/imsettings/imsettings/0001-Rename-use-of-stdout-and-stderr.patch
 
b/meta-xfce/recipes-extended/imsettings/imsettings/0001-Rename-use-of-stdout-and-stderr.patch
deleted file mode 100644
index d77ce4d..000
--- 
a/meta-xfce/recipes-extended/imsettings/imsettings/0001-Rename-use-of-stdout-and-stderr.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 7ee62ef0083844ab2fffcd106e3ee2e5f29b2a91 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.k...@gmail.com>
-Date: Wed, 12 Jul 2017 18:53:56 -0700
-Subject: [PATCH] Rename use of stdout and stderr
-
-Since it shadow the standard definitions especially
-seen on musl where libc defines these as macros they
-cause all short of compilation errors on musl, using
-a leading underscore makes it unique
-
-Signed-off-by: Khem Raj <raj.k...@gmail.com>

- imsettings-daemon/imsettings-proc.c | 28 ++--
- 1 file changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/imsettings-daemon/imsettings-proc.c 
b/imsettings-daemon/imsettings-proc.c
-index 915e78b..b78fcff 100644
 a/imsettings-daemon/imsettings-proc.c
-+++ b/imsettings-daemon/imsettings-proc.c
-@@ -39,8 +39,8 @@
- #define MAXRESTART 3
- 
- typedef struct _IMSettingsProcInfo {
--  GIOChannel *stdout;
--  GIOChannel *stderr;
-+  GIOChannel *_stdout;
-+  GIOChannel *_stderr;
-   GPidpid;
-   GTimeValstarted_time;
-   guint   id;
-@@ -368,12 +368,12 @@ _start_process(IMSettingsProc *proc,
-, ,
-error)) {
-   pinfo->pid = pid;
--  pinfo->stdout = g_io_channel_unix_new(ofd);
--  pinfo->stderr = g_io_channel_unix_new(efd);
--  g_io_channel_set_close_on_unref(pinfo->stdout, TRUE);
--  g_io_channel_set_close_on_unref(pinfo->stderr, TRUE);
--  pinfo->oid = g_io_add_watch(pinfo->stdout, G_IO_IN, 
_log_write_cb, proc);
--  pinfo->eid = g_io_add_watch(pinfo->stderr, G_IO_IN, 
_log_write_cb, proc);
-+  pinfo->_stdout = g_io_channel_unix_new(ofd);
-+  pinfo->_stderr = g_io_channel_unix_new(efd);
-+  g_io_channel_set_close_on_unref(pinfo->_stdout, TRUE);
-+  g_io_channel_set_close_on_unref(pinfo->_stderr, TRUE);
-+  pinfo->oid = g_io_add_watch(pinfo->_stdout, G_IO_IN, 
_log_write_cb, proc);
-+  pinfo->eid = g_io_add_watch(pinfo->_stderr, G_IO_IN, 
_log_write_cb, proc);
-   g_get_current_time(>started_time);
-   pinfo->id = g_child_watch_add(pid, _watch_im_status_cb, 
proc);
- 
-@@ -521,13 +521,13 @@ imsettings_proc_get_property(GObject*object,
- static void
- imsettings_proc_info_finalize(IMSettingsProcInfo *pinfo)
- {
--  if (pinfo->stdout) {
--  g_io_channel_unref(pinfo->stdout);
--  pinfo->stdout = NULL;
-+  if (pinfo->_stdout) {
-+  g_io_channel_unref(pinfo->_stdout);
-+  pinfo->_stdout = NULL;
-   }
--  if (pinfo->stderr) {
--  g_io_channel_unref(pinfo->stderr);
--  pinfo->stderr = NULL;
-+  if (pinfo->_stderr) {
-+  g_io_channel_unref(pinfo->_stderr);
-+  pinfo->_stderr = NULL;
-   }
-   if (pinfo->oid > 0) {
-   g_source_remove(pinfo->oid);
--- 
-2.13.2
-
diff --git 
a/meta-xfce/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch
 
b/meta-xfce/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch
deleted file mode 100644
index d42358d..000
--- 
a/meta-xfce/recipes-ex

[oe] [meta-networking][PATCH] geoip: 1.6.9 -> 1.6.11

2018-02-08 Thread Huang Qiyu
Upgrade geoip from 1.6.9 to 1.6.11.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../recipes-support/geoip/{geoip_1.6.9.bb => geoip_1.6.11.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/geoip/{geoip_1.6.9.bb => 
geoip_1.6.11.bb} (98%)

diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.9.bb 
b/meta-networking/recipes-support/geoip/geoip_1.6.11.bb
similarity index 98%
rename from meta-networking/recipes-support/geoip/geoip_1.6.9.bb
rename to meta-networking/recipes-support/geoip/geoip_1.6.11.bb
index 9e8e071..3527d0c 100644
--- a/meta-networking/recipes-support/geoip/geoip_1.6.9.bb
+++ b/meta-networking/recipes-support/geoip/geoip_1.6.11.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/maxmind/geoip-api-c.git \

http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat
 \
file://run-ptest \
 "
-SRCREV = "4f487bf95532e0bba7783d591faff178ab0aa462"
+SRCREV = "3169a8a88808c8df862e0b0355f99c738cce9f7e"
 
 SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
 SRC_URI[GeoIP-dat.sha256sum] = 
"79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] tiptop: 2.3 -> 2.3.1

2018-02-04 Thread Huang Qiyu
Upgrade tiptop from 2.3 to 2.3.1.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/tiptop/{tiptop_2.3.bb => tiptop_2.3.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/tiptop/{tiptop_2.3.bb => tiptop_2.3.1.bb} (87%)

diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.bb 
b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
similarity index 87%
rename from meta-oe/recipes-extended/tiptop/tiptop_2.3.bb
rename to meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
index d729de9..0a00a36 100644
--- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.bb
+++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "ncurses libxml2"
 
 SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz;
-SRC_URI[md5sum] = "f1fba1e90465b0e5a3865b19133fa19d"
-SRC_URI[sha256sum] = 
"3f07e958b40acaeab98e9eb1326c9f91b0be0a782c1cc2bd7a9e18d31fab18ca"
+SRC_URI[md5sum] = "46ca0fdf0236f02dd2b96d347626d2a2"
+SRC_URI[sha256sum] = 
"51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182"
 
 inherit autotools-brokensep
 EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2""
-- 
2.7.4



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


[oe] [meta-oe][PATCH] ipc-run: 0.94 -> 0.96

2018-02-04 Thread Huang Qiyu
Upgrade ipc-run from 0.94 to 0.96.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-devtools/perl/{ipc-run_0.94.bb => ipc-run_0.96.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/perl/{ipc-run_0.94.bb => ipc-run_0.96.bb} (93%)

diff --git a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb 
b/meta-oe/recipes-devtools/perl/ipc-run_0.96.bb
similarity index 93%
rename from meta-oe/recipes-devtools/perl/ipc-run_0.94.bb
rename to meta-oe/recipes-devtools/perl/ipc-run_0.96.bb
index 3b58939..08c966d 100644
--- a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb
+++ b/meta-oe/recipes-devtools/perl/ipc-run_0.96.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
 DEPENDS = "perl"
 
 SRC_URI = "git://github.com/toddr/IPC-Run.git"
-SRCREV = "6bdf41e276e06d23e140783b13a6eaef4745c216"
+SRCREV = "96066366ac8c401dff9c979d04f25dc8219ffcc1"
 
 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] drbd-utils: 8.9.6 -> 9.2.0

2018-02-04 Thread Huang Qiyu
1.Upgrade drbd-utils from 8.9.6 to 9.2.0.
2.Delete 0001-Makefile.in-fix-permission-bits-for-drbd.service.patch, since it 
is integrated upstream.
3.Upgrade the SRC_RUL.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 ...e.in-fix-permission-bits-for-drbd.service.patch | 25 --
 .../{drbd-utils_8.9.6.bb => drbd-utils_9.2.0.bb}   |  7 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 
meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-fix-permission-bits-for-drbd.service.patch
 rename meta-networking/recipes-support/drbd/{drbd-utils_8.9.6.bb => 
drbd-utils_9.2.0.bb} (84%)

diff --git 
a/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-fix-permission-bits-for-drbd.service.patch
 
b/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-fix-permission-bits-for-drbd.service.patch
deleted file mode 100644
index 90dd1f8..000
--- 
a/meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-fix-permission-bits-for-drbd.service.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Upstream-Status: Pending
-
-Subject:  Makefile.in: fix permission bits for drbd.service
-
-Signed-off-by: Chen Qi <qi.c...@windriver.com>

- scripts/Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/Makefile.in b/scripts/Makefile.in
-index 402b93b..4a45407 100644
 a/scripts/Makefile.in
-+++ b/scripts/Makefile.in
-@@ -65,7 +65,7 @@ endif
- # yes, debian apparently allows installing both types from the same package
- ifneq ($(initscripttype),sysv)# "systemd" or "both"
-   install -d $(DESTDIR)$(systemdunitdir)
--  install -m 755 drbd.service $(DESTDIR)$(systemdunitdir)/
-+  install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
-   install -d $(DESTDIR)/lib/drbd/
-   install -m 755 drbd $(DESTDIR)/lib/drbd/
-   install -d $(DESTDIR)$(tmpfilesdir)/
--- 
-1.9.1
-
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb 
b/meta-networking/recipes-support/drbd/drbd-utils_9.2.0.bb
similarity index 84%
rename from meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
rename to meta-networking/recipes-support/drbd/drbd-utils_9.2.0.bb
index 5f6c43f..fb0c142 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.2.0.bb
@@ -8,11 +8,10 @@ SECTION = "admin"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
 
-SRC_URI = "http://oss.linbit.com/drbd/${BP}.tar.gz \
-   file://0001-Makefile.in-fix-permission-bits-for-drbd.service.patch \
+SRC_URI = "http://www.linbit.com/downloads/drbd/utils/${BP}.tar.gz \
   "
-SRC_URI[md5sum] = "76ed6d3190cd77b00890f3365353124b"
-SRC_URI[sha256sum] = 
"297b77c9b3f88de2e7dae459234f2753ea4fc2805282b2d276e35cf51e292913"
+SRC_URI[md5sum] = "17f8d90423287d3c6da16d36705c1416"
+SRC_URI[sha256sum] = 
"11299b555b703440ef0af2c74b69cf6dfb833e050b87cfdc3b93d0b71d8820a6"
 
 SYSTEMD_SERVICE_${PN} = "drbd.service"
 SYSTEMD_AUTO_ENABLE = "disable"
-- 
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.4.0 -> 2.5.0

2018-02-04 Thread Huang Qiyu
1.Upgrade geoipupdate from 2.4.0 to 2.5.0.
2.Update the checksum of LIC_FILES_CHKSUM, since ChangeLog.md has been changed. 
The licence is still GPLv2.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../geoip/{geoipupdate-2.4.0 => geoipupdate-2.5.0}/GeoIP.conf | 0
 .../{geoipupdate-2.4.0 => geoipupdate-2.5.0}/geoipupdate.cron | 0
 .../geoip/{geoipupdate_2.4.0.bb => geoipupdate_2.5.0.bb}  | 8 
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.4.0 => 
geoipupdate-2.5.0}/GeoIP.conf (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.4.0 => 
geoipupdate-2.5.0}/geoipupdate.cron (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate_2.4.0.bb => 
geoipupdate_2.5.0.bb} (76%)

diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.4.0/GeoIP.conf 
b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf
similarity index 100%
rename from meta-networking/recipes-support/geoip/geoipupdate-2.4.0/GeoIP.conf
rename to meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf
diff --git 
a/meta-networking/recipes-support/geoip/geoipupdate-2.4.0/geoipupdate.cron 
b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron
similarity index 100%
rename from 
meta-networking/recipes-support/geoip/geoipupdate-2.4.0/geoipupdate.cron
rename to 
meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb 
b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
similarity index 76%
rename from meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb
rename to meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
index 3e045bb..f4eb2b7 100644
--- a/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb
+++ b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
@@ -6,17 +6,17 @@ SECTION = "net"
 
 DEPENDS = "zlib curl"
 
-SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v2.4.0/geoipupdate-2.4.0.tar.gz
 \
+SRC_URI = 
"https://github.com/maxmind/geoipupdate/releases/download/v2.5.0/geoipupdate-2.5.0.tar.gz
 \
file://GeoIP.conf \
file://geoipupdate.cron \
   "
-SRC_URI[md5sum] = "02f9712fb80e8e979d3d54cda7f7704f"
-SRC_URI[sha256sum] = 
"8b4e88ce8d84e9c75bc681704d19ec5c63c54f01e945f7669f97fb0df7e13952"
+SRC_URI[md5sum] = "28f633c49ec87ab01ad3c0fb0228a696"
+SRC_URI[sha256sum] = 
"5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26"
 
 LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "\
-file://ChangeLog.md;md5=334337b6ecbb65093bae66b3ae21c8c2 \
+file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \
 "
 FILES_${PN} = "/usr/share/GeoIP \
   /etc/GeoIP.conf \
-- 
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: 045 -> 046

2018-02-04 Thread Huang Qiyu
Upgrade dracut from 045 to 046.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb 
b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index e18409d..ccf9f6a 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -6,10 +6,10 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 PE = "1"
-PV = "045+git${SRCREV}"
+PV = "046+git${SRCREV}"
 
-# v045 tag
-SRCREV = "39c9b67f86145953aa30def9d77c68597a4ccfe8"
+# v046 tag
+SRCREV = "a0799ffb554487a370c2a1adafaedd2021b6dc8c"
 SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \
file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \
"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] hwdata: 0.291 -> 0.298

2018-02-04 Thread Huang Qiyu
Upgrade hwdata from 0.291 to 0.298.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb 
b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index 50d35c6..679673b 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.291+git${SRCPV}"
-SRCREV = "4bfbdcf5913d6dd53336d31b8035708075e6fdfa"
+PV = "0.298+git${SRCPV}"
+SRCREV = "9030fbd6ab1538f4d77d3cf1e0b463a7ec25b5c4"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.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 v2] quagga: 1.2.1 -> 1.2.2

2018-01-14 Thread Huang Qiyu
Update quagga from 1.2.1 to 1.2.2

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb | 4 
 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb
 create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb

diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb 
b/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb
deleted file mode 100644
index 4d43d7b..000
--- a/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require quagga.inc
-
-SRC_URI[md5sum] = "b1546de89062f7070d56e780b30be4b1"
-SRC_URI[sha256sum] = 
"aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd"
diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb 
b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
new file mode 100644
index 000..653f46b
--- /dev/null
+++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
@@ -0,0 +1,4 @@
+require quagga.inc
+
+SRC_URI[md5sum] = "e84be2938c26c0c872792090f1a6a866"
+SRC_URI[sha256sum] = 
"522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] crash: 7.1.9 -> 7.2.0

2018-01-14 Thread Huang Qiyu
1)Upgrade crash from 7.1.9 to 7.2.0.
2)Delete 0004-crash-fix-build-failure-with-mips.patch, since it is integrated 
upstream.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../0004-crash-fix-build-failure-with-mips.patch   | 87 --
 .../crash/{crash_7.1.9.bb => crash_7.2.0.bb}   |  5 +-
 2 files changed, 2 insertions(+), 90 deletions(-)
 delete mode 100644 
meta-oe/recipes-kernel/crash/crash/0004-crash-fix-build-failure-with-mips.patch
 rename meta-oe/recipes-kernel/crash/{crash_7.1.9.bb => crash_7.2.0.bb} (95%)

diff --git 
a/meta-oe/recipes-kernel/crash/crash/0004-crash-fix-build-failure-with-mips.patch
 
b/meta-oe/recipes-kernel/crash/crash/0004-crash-fix-build-failure-with-mips.patch
deleted file mode 100644
index 1e7ce6b..000
--- 
a/meta-oe/recipes-kernel/crash/crash/0004-crash-fix-build-failure-with-mips.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-From 423ebdce07aa9f398f32c0adf659353069d023c6 Mon Sep 17 00:00:00 2001
-From: Dengke Du <dengke...@windriver.com>
-Date: Thu, 4 May 2017 07:14:13 +
-Subject: [PATCH] crash: fix build failure with mips
-
-When build crash with mips:
-
-
-mips-linux-nat.c:157:1: error: conflicting types for 'ps_get_thread_area'
- ps_get_thread_area (const struct ps_prochandle *ph,
- ^~
-In file included from gdb_proc_service.h:26:0,
- from mips-linux-nat.c:32:
-
-
-This problem have been fixed on intel and arm plantform, we can use the
-similar approch to fix it on mips.
-
-Upstream-status: Submitted [https://github.com/crash-utility/crash/pull/11]
-
-Signed-off-by: Dengke Du <dengke...@windriver.com>

- Makefile|  1 +
- crash-fix-build-failure-with-mips.patch | 39 +
- 2 files changed, 40 insertions(+)
- create mode 100644 crash-fix-build-failure-with-mips.patch
-
-diff --git a/Makefile b/Makefile
-index 5496523..2ec3325 100644
 a/Makefile
-+++ b/Makefile
-@@ -268,6 +268,7 @@ gdb_patch:
-   grep 'extern ps_err_e ps_get_thread_area (struct' 
${RECIPE_SYSROOT}/usr/include/proc_service.h; \
-   if [ $$? -eq 0 ]; then \
-   patch -p0 < ${GDB}-proc_service.h.patch; \
-+  patch -p1 < crash-fix-build-failure-with-mips.patch; \
-   fi; \
-   fi
- 
-diff --git a/crash-fix-build-failure-with-mips.patch 
b/crash-fix-build-failure-with-mips.patch
-new file mode 100644
-index 000..0c70c5f
 /dev/null
-+++ b/crash-fix-build-failure-with-mips.patch
-@@ -0,0 +1,39 @@
-+From 615c802d9c73fad48723b6567042cd54f6795849 Mon Sep 17 00:00:00 2001
-+From: Dengke Du <dengke...@windriver.com>
-+Date: Thu, 4 May 2017 06:14:47 +
-+Subject: [PATCH] crash: fix build failure with mips
-+
-+When build crash with mips:
-+
-+~
-+mips-linux-nat.c:157:1: error: conflicting types for 'ps_get_thread_area'
-+ ps_get_thread_area (const struct ps_prochandle *ph,
-+ ^~
-+In file included from gdb_proc_service.h:26:0,
-+ from mips-linux-nat.c:32:
-+~
-+
-+This problem have been fixed on intel and arm plantform, we can use the
-+similar approch to fix it on mips.
-+
-+Signed-off-by: Dengke Du <dengke...@windriver.com>
-+---
-+ gdb-7.6/gdb/mips-linux-nat.c | 2 +-
-+ 1 file changed, 1 insertion(+), 1 deletion(-)
-+
-+diff --git a/gdb-7.6/gdb/mips-linux-nat.c b/gdb-7.6/gdb/mips-linux-nat.c
-+index 61e83c6..d517e37 100644
-+--- a/gdb-7.6/gdb/mips-linux-nat.c
- b/gdb-7.6/gdb/mips-linux-nat.c
-+@@ -154,7 +154,7 @@ mips64_linux_register_addr (struct gdbarch *gdbarch, int 
regno, int store)
-+ /* Fetch the thread-local storage pointer for libthread_db.  */
-+ 
-+ ps_err_e
-+-ps_get_thread_area (const struct ps_prochandle *ph,
-++ps_get_thread_area (struct ps_prochandle *ph,
-+ lwpid_t lwpid, int idx, void **base)
-+ {
-+   if (ptrace (PTRACE_GET_THREAD_AREA, lwpid, NULL, base) != 0)
-+-- 
-+2.11.0
-+
--- 
-2.11.0
-
diff --git a/meta-oe/recipes-kernel/crash/crash_7.1.9.bb 
b/meta-oe/recipes-kernel/crash/crash_7.2.0.bb
similarity index 95%
rename from meta-oe/recipes-kernel/crash/crash_7.1.9.bb
rename to meta-oe/recipes-kernel/crash/crash_7.2.0.bb
index d40937e..9bea48e 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.1.9.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.0.bb
@@ -24,10 +24,9 @@ SRC_URI = 
"https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz;download
file://remove-unrecognized-gcc-option-m32-for-mips.patch \

file://0002-crash-fix-build-error-unknown-type-name-gdb_fpregset.patch \
file://0003-crash-detect-the-sysroot-s-glibc-header-file.patch \

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

2018-01-14 Thread Huang Qiyu
Upgrade dovecot from 2.2.29 to 2.2.33.

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

diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb 
b/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
similarity index 95%
rename from meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
rename to meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
index 1663408..5ebda19 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.29.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.33.bb
@@ -12,8 +12,8 @@ SRC_URI = 
"http://dovecot.org/releases/2.2/dovecot-${PV}.tar.gz \
file://0001-doveadm-Fix-parallel-build.patch \
"
 
-SRC_URI[md5sum] = "ff95486a5c43025a2c3f5a712e7962b9"
-SRC_URI[sha256sum] = 
"d939ea99126eb8a8c6955390b422b6e27ec0fa43a3b59b2b3218cb5ad67139a6"
+SRC_URI[md5sum] = "d61d1e923a22f9062cc9f47696882666"
+SRC_URI[sha256sum] = 
"e9483d68a7698d701bc06124fcf6e1b1f16380c2986c7ec0cf4e1475b9d0c218"
 
 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-networking][PATCH] cim-schema-exper: 2.39.0 -> 2.50.0

2018-01-14 Thread Huang Qiyu
Update cim-schema-exper from 2.39.0 to 2.50.0

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../{cim-schema-exper_2.39.0.bb => cim-schema-exper_2.50.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-support/cim-schema/{cim-schema-exper_2.39.0.bb 
=> cim-schema-exper_2.50.0.bb} (81%)

diff --git 
a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb 
b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb
similarity index 81%
rename from 
meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb
rename to meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb
index 2b49096..90ea882 100644
--- a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb
+++ b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb
@@ -4,11 +4,11 @@ LICENSE = "DMTF"
 
 RCONFLICTS_${PN} = "cim-schema-final"
 
-SRC_URI = 
"http://dmtf.org/sites/default/files/cim/cim_schema_v2390/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV}
 \
+SRC_URI = 
"http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV}
 \
 file://LICENSE \
 "
-SRC_URI[md5sum] = "b82b31c609c6bcc69521829409f58ccc"
-SRC_URI[sha256sum] = 
"ed2096ef1ea25d189a02bbc6603fed7a48297f2987f254265763a6eecb7fc870"
+SRC_URI[md5sum] = "ee4ad6441a2b65ca60a3abc53e3ec629"
+SRC_URI[sha256sum] = 
"a44d67881325e267ef46b72eabe0c69f90470b1033b1ce7c26d9ba99072adb50"
 LIC_FILES_CHKSUM = 
"file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4"
 
 do_install() {
-- 
2.7.4



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


[oe] [meta-oe][PATCH] bdftopcf: 1.0.5 -> 1.1

2018-01-06 Thread Huang Qiyu
Upgrade bdftopcf from 1.0.5 to 1.1

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../recipes-graphics/xorg-app/{bdftopcf_1.0.5.bb => bdftopcf_1.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{bdftopcf_1.0.5.bb => 
bdftopcf_1.1.bb} (70%)

diff --git a/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb 
b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.1.bb
similarity index 70%
rename from meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
rename to meta-oe/recipes-graphics/xorg-app/bdftopcf_1.1.bb
index 35d5002..9116b5f 100644
--- a/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
+++ b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.1.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f9a35333adf75edd1eaef84bca65a490"
 DEPENDS = "libxfont"
 
-SRC_URI[md5sum] = "53a48e1fdfec29ab2e89f86d4b7ca902"
-SRC_URI[sha256sum] = 
"38f447be0c61f94c473f128cf519dd0cff63b5d7775240a2e895a183a61e2026"
+SRC_URI[md5sum] = "2a455d3c02390597feb9cefb3fe97a45"
+SRC_URI[sha256sum] = 
"4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2"
 
 BBCLASSEXTEND = "native"
-- 
2.7.4



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


[oe] [OE] [meta-selinux] [PATCH] audit: 2.7.6 -> 2.8.2

2017-12-27 Thread Huang Qiyu
Upgrade audit from 2.7.6 to 2.8.2.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-security/audit/{audit_2.7.6.bb => audit_2.8.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-security/audit/{audit_2.7.6.bb => audit_2.8.2.bb} (96%)

diff --git a/recipes-security/audit/audit_2.7.6.bb 
b/recipes-security/audit/audit_2.8.2.bb
similarity index 96%
rename from recipes-security/audit/audit_2.7.6.bb
rename to recipes-security/audit/audit_2.8.2.bb
index 5bfda7b..befce77 100644
--- a/recipes-security/audit/audit_2.7.6.bb
+++ b/recipes-security/audit/audit_2.8.2.bb
@@ -15,8 +15,8 @@ SRC_URI = 
"http://people.redhat.com/sgrubb/${BPN}/${BPN}-${PV}.tar.gz \
file://auditd.service \
file://audit-volatile.conf \
 "
-SRC_URI[md5sum] = "55a81bbed973b58a90590c949e71dc3e"
-SRC_URI[sha256sum] = 
"fa65289cffdc95a25bfbdba541f43ee1b12c707090a38fd027dcf9354b9014e7"
+SRC_URI[md5sum] = "1152011dfd77f08d28c1c0364a6f80da"
+SRC_URI[sha256sum] = 
"67b59b2b77afee9ed87afa4d80ffc8e6f3a1f4bbedd5f2871f387c952147bcba"
 
 inherit autotools pythonnative update-rc.d systemd
 
-- 
2.7.4



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


[oe] [meta-networking][PATCH] quagga: 1.2.1 -> 1.2.2

2017-11-23 Thread Huang Qiyu
Update quagga from 1.2.1 to 1.2.2

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb | 4 
 1 file changed, 4 insertions(+)
 create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb

diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb 
b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
new file mode 100644
index 000..653f46b
--- /dev/null
+++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
@@ -0,0 +1,4 @@
+require quagga.inc
+
+SRC_URI[md5sum] = "e84be2938c26c0c872792090f1a6a866"
+SRC_URI[sha256sum] = 
"522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931"
-- 
2.7.4



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


[oe] [meta-oe][PATCH] postgresql: Update to 9.4.14

2017-10-17 Thread Huang Qiyu
1) Upgrade pcsc-lite from 9.4.13 to 9.4.14.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 .../postgresql/{postgresql_9.4.13.bb => postgresql_9.4.14.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/postgresql/{postgresql_9.4.13.bb => 
postgresql_9.4.14.bb} (67%)

diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb 
b/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
similarity index 67%
rename from meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb
rename to meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
index bf97cad..5a78ea3 100644
--- a/meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
@@ -11,5 +11,5 @@ do_compile_prepend_libc-musl() {
 sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global
 }
 
-SRC_URI[md5sum] = "dbdb9fbe1b9a394b9ac19d3113b73944"
-SRC_URI[sha256sum] = 
"0080f55d65194de8b96a2dab153443f8248ff2b2b10e6ab4cda2dcadcac7f2ab"
+SRC_URI[md5sum] = "2b7e2a2b0232063b68b3f8a0a01902bd"
+SRC_URI[sha256sum] = 
"8e7df23a104b057b360d03180ebcb67f645e198a4a0bee94bf56b2bc9505ec6b"
-- 
2.7.4



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


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

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/libol/libol_0.3.18.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb 
b/meta-oe/recipes-support/libol/libol_0.3.18.bb
index c31f483..74e1ef2 100644
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
@@ -1,4 +1,5 @@
 SUMMARY = "A tiny C support library"
+HOMEPAGE = "https://my.balabit.com/downloads/libol;
 SECTION = "libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
-- 
2.7.4



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


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

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb 
b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index e724731..d5e7341 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Filtering tool for a Linux-based bridging firewall"
+HOMEPAGE = "http://sourceforge.net/projects/ebtables/;
 DESCRIPTION = "Utility for basic Ethernet frame filtering on a Linux bridge, \
advanced logging, MAC DNAT/SNAT and brouting."
 LICENSE = "GPLv2"
-- 
2.7.4



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


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

2017-09-21 Thread Huang Qiyu
copy byacc from meta to meta-oe.

Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/byacc/byacc.inc   |  23 +++
 .../0001-byacc-do-not-reorder-CC-and-CFLAGS.patch  | 161 +
 .../recipes-extended/byacc/byacc/byacc-open.patch  |  25 
 meta-oe/recipes-extended/byacc/byacc_20170201.bb   |  12 ++
 4 files changed, 221 insertions(+)
 create mode 100644 meta-oe/recipes-extended/byacc/byacc.inc
 create mode 100644 
meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
 create mode 100644 meta-oe/recipes-extended/byacc/byacc/byacc-open.patch
 create mode 100644 meta-oe/recipes-extended/byacc/byacc_20170201.bb

diff --git a/meta-oe/recipes-extended/byacc/byacc.inc 
b/meta-oe/recipes-extended/byacc/byacc.inc
new file mode 100644
index 000..9bdafd2
--- /dev/null
+++ b/meta-oe/recipes-extended/byacc/byacc.inc
@@ -0,0 +1,23 @@
+SUMMARY = "Berkeley LALR Yacc parser generator"
+HOMEPAGE = "http://invisible-island.net/byacc/;
+DESCRIPTION = "A parser generator utility that reads a grammar specification 
from a file and generates an LR(1) \
+parser for it.  The parsers consist of a set of LALR(1) parsing tables and a 
driver routine written in the C \
+programming language."
+SECTION = "devel"
+LICENSE = "PD"
+
+SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \
+   file://byacc-open.patch \
+   file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch"
+
+EXTRA_OECONF += "--program-transform-name='s,^,b,'"
+
+BBCLASSEXTEND = "native"
+
+inherit autotools
+
+do_configure() {
+   install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+   install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
+   oe_runconf
+}
diff --git 
a/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
 
b/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
new file mode 100644
index 000..7cd2510
--- /dev/null
+++ 
b/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
@@ -0,0 +1,161 @@
+Subject: byacc: do not reorder $CC and $CFLAGS
+
+byacc tries to process $CC and decide which part should belong to CC and which
+part should below to CFLAGS and then do reordering. It doesn't make much sense
+for OE. And it doesn't do its work correctly. Some options are dropped.
+
+Delete all these stuff so that we could have all options we need.
+
+Upstream-Status: Inappropriate [OE Specific]
+
+Signed-off-by: Chen Qi <qi.c...@windriver.com>
+---
+ aclocal.m4 |   1 -
+ configure  | 119 -
+ 2 files changed, 120 deletions(-)
+
+diff --git a/aclocal.m4 b/aclocal.m4
+index 917a848..62ef241 100644
+--- a/aclocal.m4
 b/aclocal.m4
+@@ -1021,7 +1021,6 @@ CF_GCC_VERSION
+ CF_ACVERSION_CHECK(2.52,
+   [AC_PROG_CC_STDC],
+   [CF_ANSI_CC_REQD])
+-CF_CC_ENV_FLAGS
+ ])dnl
+ dnl 
---
+ dnl CF_PROG_GROFF version: 2 updated: 2015/07/04 11:16:27
+diff --git a/configure b/configure
+index 9707e50..4f0497c 100755
+--- a/configure
 b/configure
+@@ -1946,125 +1946,6 @@ esac
+ # This should have been defined by AC_PROG_CC
+ : ${CC:=cc}
+ 
+-echo "$as_me:1949: checking \$CC variable" >&5
+-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
+-case "$CC" in
+-(*[\ \]-*)
+-  echo "$as_me:1953: result: broken" >&5
+-echo "${ECHO_T}broken" >&6
+-  { echo "$as_me:1955: WARNING: your environment misuses the CC variable 
to hold CFLAGS/CPPFLAGS options" >&5
+-echo "$as_me: WARNING: your environment misuses the CC variable to hold 
CFLAGS/CPPFLAGS options" >&2;}
+-  # humor him...
+-  cf_flags=`echo "$CC" | sed -e 's/^.*[   ]\(-[^  ]\)/\1/'`
+-  CC=`echo "$CC " | sed -e 's/[   ]-[^].*$//' -e 's/[ ]*$//'`
+-  for cf_arg in $cf_flags
+-  do
+-  case "x$cf_arg" in
+-  (x-[IUDfgOW]*)
+-
+-cf_fix_cppflags=no
+-cf_new_cflags=
+-cf_new_cppflags=
+-cf_new_extra_cppflags=
+-
+-for cf_add_cflags in $cf_flags
+-do
+-case $cf_fix_cppflags in
+-(no)
+-  case $cf_add_cflags in
+-  (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+-  case $cf_add_cflags in
+-  (-D*)
+-  cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 
's/^-D[^=]*='\''\"[^"]*//'`
+-
+-  test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+-  && test -z "${cf_tst_cflags}" \
+-  && cf_fix_cppflags=yes
+-
+-  if test $cf_fix_cppflags = yes ; then
+-  

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

2017-09-21 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb 
b/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
index 01bca22..76e1552 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "USB Device Firmware Upgrade utility"
+HOMEPAGE = "http://dfu-util.sourceforge.net;
 SECTION = "devel"
 AUTHOR = "Harald Welte <lafo...@openmoko.org>"
 LICENSE = "GPLv2"
-- 
2.7.4



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


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

2017-09-19 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb 
b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
index 54a58c8..807b566 100644
--- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
+++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "netkit-telnet includes the telnet daemon and client."
+HOMEPAGE = "http://www.hcs.harvard.edu/~dholland/computers/netkit.html;
 SECTION = "net"
 DEPENDS = "ncurses"
 LICENSE = "BSD"
-- 
2.7.4



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


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

2017-09-19 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/openct/openct_0.6.20.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb 
b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index 0f5568c..c7d7203 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -1,4 +1,5 @@
 Summanry = "Middleware framework for smart card terminals"
+HOMEPAGE = "https://github.com/OpenSC/openct/wiki;
 DESCRIPTION = " \
 OpenCT implements drivers for several smart card readers. \
 It comes as driver in ifdhandler format for PC/SC-Lite, \
-- 
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 HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qtquick1_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index eaa3661..c1bbc8a 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -2,6 +2,7 @@ require qt5.inc
 require qt5-git.inc
 require qt5-ptest.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
-- 
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 HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qttools_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index 32d65d6..151b4df 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -1,6 +1,7 @@
 require qt5.inc
 require qt5-git.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-- 
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 HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qtxmlpatterns_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index 7c18079..f4f46f1 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -2,6 +2,7 @@ require qt5.inc
 require qt5-git.inc
 require qt5-ptest.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-- 
2.7.4



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


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

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qtsvg_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtsvg_git.bb b/recipes-qt/qt5/qtsvg_git.bb
index 40854e0..e3bd840 100644
--- a/recipes-qt/qt5/qtsvg_git.bb
+++ b/recipes-qt/qt5/qtsvg_git.bb
@@ -1,6 +1,7 @@
 require qt5.inc
 require qt5-git.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
-- 
2.7.4



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


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

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qtscript_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb
index 9061c3c..9fe2358 100644
--- a/recipes-qt/qt5/qtscript_git.bb
+++ b/recipes-qt/qt5/qtscript_git.bb
@@ -1,6 +1,7 @@
 require qt5.inc
 require qt5-git.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
-- 
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 HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 recipes-qt/qt5/qtdeclarative_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtdeclarative_git.bb 
b/recipes-qt/qt5/qtdeclarative_git.bb
index 12e5f4e..2cc969a 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -2,6 +2,7 @@ require qt5.inc
 require qt5-git.inc
 require qt5-ptest.inc
 
+HOMEPAGE = "http://www.qt.io;
 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 = " \
 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-- 
2.7.4



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


[oe] [OE-core][PATCH] libnet-dns-perl: Add HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb 
b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
index c92e265..0d89844 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "This package contains the DNS.pm module with friends."
-
+HOMEPAGE = "http://www.net-dns.org/;
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 
-- 
2.7.4



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


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

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-devtools/perl/ipc-run_0.94.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb 
b/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb
index 66054a2..3b58939 100644
--- a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb
+++ b/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb
@@ -3,6 +3,7 @@ IPC::Run allows you run and interact with child processes \
 using files, pipes, and pseudo-ttys. Both system()-style and scripted \
 usages are supported and may be mixed. Likewise, functional and OO API \
 styles are both supported and may be mixed."
+HOMEPAGE = "https://metacpan.org/release/IPC-Run;
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
-- 
2.7.4



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


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

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb 
b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
index 349507d..59b01b6 100644
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
+++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Replacement syslog API"
+HOMEPAGE = 
"http://www.balabit.com/network-security/syslog-ng/opensource-logging-system;
 DESCRIPTION = "The EventLog library aims to be a replacement of the \
   simple syslog() API provided on UNIX systems. The \
   major difference between EventLog and syslog is that \
-- 
2.7.4



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


[oe] [meta-perl][PATCH] libhtml-parser-perl: Add HOMEPAGE info into recipe file.

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb 
b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
index 19b61d1..e202de0 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "This package contains the Parser.pm module with friends."
-
+HOMEPAGE = "https://metacpan.org/release/HTML-Parser;
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 
-- 
2.7.4



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


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

2017-09-17 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/fbset/fbset-modes.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb 
b/meta-oe/recipes-support/fbset/fbset-modes.bb
index 88f7a4f..5f6f990 100644
--- a/meta-oe/recipes-support/fbset/fbset-modes.bb
+++ b/meta-oe/recipes-support/fbset/fbset-modes.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Default display timings and resolutions for fbset"
+HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-support/stunnel/stunnel_5.35.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
index 3e2e2c2..efe9d9e 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Program for providing universal TLS/SSL tunneling service"
+HOMEPAGE = "http://www.stunnel.org/;
 DESCRIPTION = "SSL encryption wrapper between remote client and local 
(inetd-startable) or remote server."
 SECTION = "net"
 LICENSE = "GPLv2"
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb 
b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
index ee7bcda..63e8d36 100644
--- a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
+++ b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
@@ -1,4 +1,5 @@
 SUMMARY = "SGPIO captive backplane tool"
+HOMEPAGE = "http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing;
 DESCRIPTION = "Intel SGPIO enclosure management utility"
 
 SRC_URI = 
"http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-1.2-0.10-src.tar.gz/a417bf68da4e9bd79a4664c11d7debd1/${BPN}-1.2-0.10-src.tar.gz
 \
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb 
b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
index f9af2ee..eb43972 100644
--- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
+++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
@@ -1,4 +1,5 @@
 SUMMARY = "CORBA ORB"
+HOMEPAGE = "http://www.gnome.org/projects/ORBit2;
 SECTION = "x11/gnome/libs"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb 
b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index b72ee7b..49b7f15 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -1,4 +1,5 @@
 SUMMARY = "SpiderMonkey is Mozilla's JavaScript engine written in C/C++"
+HOMEPAGE = "http://www.mozilla.org/js/;
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://../../LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
 
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/numactl/numactl_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb 
b/meta-oe/recipes-support/numactl/numactl_git.bb
index f2d9a17..b9cbcf0 100644
--- a/meta-oe/recipes-support/numactl/numactl_git.bb
+++ b/meta-oe/recipes-support/numactl/numactl_git.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Development package for building Applications that use numa"
+HOMEPAGE = "http://oss.sgi.com/projects/libnuma/; 
 DESCRIPTION = "Simple NUMA policy support. It consists of a numactl program \
 to run other programs with a specific NUMA policy and a libnuma to do \
 allocations with NUMA policy in applications."
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb 
b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
index 9553681..114ce46 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Helper application and MIME type associations for file types"
+HOMEPAGE = "https://pagure.io/mailcap;
 DESCRIPTION = "The mailcap file is used by the metamail program. Metamail 
reads the \
 mailcap file to determine how it should display non-text or multimedia \
 material. Basically, mailcap associates a particular type of file \
-- 
2.7.4



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


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

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/libnih/libnih_1.0.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb 
b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb
index 02fe805..3e35f4d 100644
--- a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb
+++ b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb
@@ -1,6 +1,7 @@
 # Copyright (c) 2013  LG Electronics, Inc.
 
 SUMMARY = "libnih library"
+HOMEPAGE = "https://launchpad.net/libnih;
 DESCRIPTION = "libnih is a small library for C application development \
 containing functions that, despite its name, are not implemented \
 elsewhere in the standard library set. \
-- 
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: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb 
b/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
index ccc4ee4..3122b93 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.14.bb
@@ -1,4 +1,5 @@
 SUMMARY = "The tdb library"
+HOMEPAGE = "http://tdb.samba.org/;
 SECTION = "libs"
 LICENSE = "LGPL-3.0+ & GPL-3.0+"
 
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
From: Bian Yaqin 

Signed-off-by: Bian Yaqin 
---
 meta-oe/recipes-support/daemontools/daemontools_0.76.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb 
b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
index def58db..84e9bca 100644
--- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
+++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
@@ -1,4 +1,5 @@
 SUMMARY = "DJB daemontools"
+HOMEPAGE = "http://cr.yp.to/daemontools.html;
 DESCRIPTION = "supervise monitors a service. It starts the service and 
restarts the \
 service if it dies. The companion svc program stops, pauses, or restarts \
 the service on sysadmin request. The svstat program prints a one-line \
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb 
b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index 2cc345a..5148798 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
-
+HOMEPAGE = "http://libndp.org/;
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
From: Bian Yaqin 

Signed-off-by: Bian Yaqin 
---
 meta-oe/recipes-support/fbset/fbset_2.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb 
b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index cbbe6ca..fbf834d 100644
--- a/meta-oe/recipes-support/fbset/fbset_2.1.bb
+++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb
@@ -6,6 +6,7 @@
 # Date: 28-May-06
 
 SUMMARY = "The fbset console tool"
+HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/;
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = 
"file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f"
 RRECOMMENDS_${PN} = "fbset-modes"
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb 
b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index e5655b5..0c41afa 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -1,4 +1,5 @@
 SUMMARY = "File locking library"
+HOMEPAGE = "http://packages.qa.debian.org/libl/liblockfile.html;
 SECTION = "libs"
 LICENSE = "LGPLv2+ & GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341"
-- 
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-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-networking][PATCH] ipvsadm: Add HOMEPAGE info into recipe file.

2017-09-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-oe][PATCH] fbset: Add HOMEPAGE info into recipe file.

2017-09-13 Thread Huang Qiyu
From: Bian Yaqin 

Signed-off-by: Bian Yaqin 
---
 meta-oe/recipes-support/fbset/fbset_2.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb 
b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index cbbe6ca..fbf834d 100644
--- a/meta-oe/recipes-support/fbset/fbset_2.1.bb
+++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb
@@ -6,6 +6,7 @@
 # Date: 28-May-06
 
 SUMMARY = "The fbset console tool"
+HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/;
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = 
"file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f"
 RRECOMMENDS_${PN} = "fbset-modes"
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb 
b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
index 92ab31f..4928b6c 100644
--- a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
+++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Pure-JavaScript CSS selector engine"
+HOMEPAGE = "https://github.com/jquery/sizzle/wiki;
 LICENSE = "GPL-2.0 & MIT & AFL-2.1"
 LIC_FILES_CHKSUM = 
"file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
 
-- 
2.7.4



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


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

2017-09-13 Thread Huang Qiyu
From: Bian Yaqin 

Signed-off-by: Bian Yaqin 
---
 meta-oe/recipes-support/daemontools/daemontools_0.76.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb 
b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
index def58db..84e9bca 100644
--- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
+++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
@@ -1,4 +1,5 @@
 SUMMARY = "DJB daemontools"
+HOMEPAGE = "http://cr.yp.to/daemontools.html;
 DESCRIPTION = "supervise monitors a service. It starts the service and 
restarts the \
 service if it dies. The companion svc program stops, pauses, or restarts \
 the service on sysadmin request. The svstat program prints a one-line \
-- 
2.7.4



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


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

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
index e7dd4ef..8e7fe9f 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
@@ -1,4 +1,5 @@
 SUMMARY = "NetworkManager"
+HOMEPAGE = "https://wiki.gnome.org/Projects/NetworkManager;
 SECTION = "net/misc"
 
 LICENSE = "GPLv2+"
-- 
2.7.4



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


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

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.6.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb 
b/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb
index 389a274..fec9b0f 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb
@@ -1,3 +1,4 @@
+HOMEPAGE = "https://www.samba.org/;
 SECTION = "console/network"
 
 LICENSE = "GPL-3.0+ & LGPL-3.0+ & GPL-2.0+"
-- 
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 <huangqy.f...@cn.fujitsu.com>
---
 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 <huangqy.f...@cn.fujitsu.com>
---
 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


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

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-python][PATCH] python-pytest: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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 <huangqy.f...@cn.fujitsu.com>
---
 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-python][PATCH] python-pycparser: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-oe][PATCH] python-pygobject: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-pyopenssl: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-py: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-pip: Add HOMEPAGE info into recipe file.

2017-09-11 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-iso8601: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-cffi: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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 <huangqy.f...@cn.fujitsu.com>
---
 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 <huangqy.f...@cn.fujitsu.com>
---
 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-cryptography: Add HOMEPAGE info into recipe file.

2017-09-10 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-initramfs][PATCH] dracut: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-networking][PATCH] dovecot: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-networking][PATCH] fetchmail: Add HOMEPAGE info into recipe file.

2017-09-07 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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] vlan: Add HOMEPAGE info into recipe file.

2017-09-06 Thread Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
---
 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-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 <huangqy.f...@cn.fujitsu.com>
---
 .../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] 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 <huangqy.f...@cn.fujitsu.com>
---
 .../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] 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 <huangqy.f...@cn.fujitsu.com>
---
 .../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-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 <huangqy.f...@cn.fujitsu.com>
---
 .../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


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 <huangqy.f...@cn.fujitsu.com>
> Subject: [oe] [meta-qt5] [PATCH v2] qtbase: add ptest
> 
> Add ptest for qtbase by using provided testsuite.
> 
> Signed-off-by: Huang Qiyu <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   | 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 <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 <huangqy.f...@cn.fujitsu.com>
> +---
> + 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] 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 <huangqy.f...@cn.fujitsu.com>
---
 .../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 <jackie.hu...@windriver.com>
-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 <huangqy.f...@cn.fujitsu.com>
+Date: Tue, 1 Aug 2017 03:12:09 +0900
+Subject: [PATCH] From 10ac5e5fdda44adcc2a159b6f9a2d51a51361057 Mon Sep 17
+ 00:00:00 2001 From: Jackie Huang <jackie.hu...@windriver.com> 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 <jackie.hu...@windriver.com>
+
+Update for libtdb_1.3.14.
+
+Signed-off-by: Huang Qiyu <huangqy.f...@cn.fujitsu.com>
 ---
  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] = "d9627e7aa

[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 <huangqy.f...@cn.fujitsu.com>
---
 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


  1   2   >