[oe] [meta-networking][PATCH] samba: inherit update-rc.d to manage init script

2016-08-04 Thread jackie.huang
From: Jackie Huang 

inherit update-rc.d to manage init script, so we
can avoid duplicating the update-rc.d commands,
and the default behavior can be easily overridden
by distro.

Signed-off-by: Jackie Huang 
---
 meta-networking/recipes-connectivity/samba/samba_4.4.2.bb | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb 
b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
index b7ee730..1a5d54f 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
@@ -24,7 +24,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
 SRC_URI[md5sum] = "03a65a3adf08ceb1636ad59d234d7f9d"
 SRC_URI[sha256sum] = 
"eaecd41a85ebb9507b8db9856ada2a949376e9d53cf75664b5493658f6e5926a"
 
-inherit systemd waf-samba cpan-base perlnative
+inherit systemd waf-samba cpan-base perlnative update-rc.d
 # remove default added RDEPENDS on perl
 RDEPENDS_${PN}_remove = "perl"
 
@@ -33,6 +33,9 @@ DEPENDS += "readline virtual/libiconv zlib popt libtalloc 
libtdb libtevent libld
 SYSVINITTYPE_linuxstdbase = "lsb"
 SYSVINITTYPE = "sysv"
 
+INITSCRIPT_NAME = "samba.sh"
+INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ."
+
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', 
d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 
'${SYSVINITTYPE}', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 
'systemd', '', d)} \
@@ -102,8 +105,6 @@ do_install_append() {
 elif ${@bb.utils.contains('PACKAGECONFIG', 'lsb', 'true', 'false', d)}; 
then
 install -d ${D}${sysconfdir}/init.d
 install -m 0755 packaging/LSB/samba.sh ${D}${sysconfdir}/init.d
-update-rc.d -r ${D} samba.sh start 20 3 5 .
-update-rc.d -r ${D} samba.sh start 20 0 1 6 .
 elif ${@bb.utils.contains('PACKAGECONFIG', 'sysv', 'true', 'false', d)}; 
then
 install -d ${D}${sysconfdir}/init.d
 install -m 0755 packaging/sysv/samba.init 
${D}${sysconfdir}/init.d/samba.sh
@@ -112,8 +113,6 @@ do_install_append() {
 -e 's,/opt/samba/log,${localstatedir}/log/samba,g' \
 -e 's,/etc/init.d/samba.server,${sysconfdir}/init.d/samba.sh,g' \
 -i ${D}${sysconfdir}/init.d/samba.sh
-update-rc.d -r ${D} samba.sh start 20 3 5 .
-update-rc.d -r ${D} samba.sh start 20 0 1 6 .
 fi
 
 install -d ${D}${sysconfdir}/samba
-- 
2.7.4

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


[oe] [meta-oe][PATCH] ccid: update to version 1.4.24

2016-08-04 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-oe/recipes-support/ccid/{ccid_1.4.19.bb => ccid_1.4.24.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/ccid/{ccid_1.4.19.bb => ccid_1.4.24.bb} (68%)

diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.19.bb 
b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb
similarity index 68%
rename from meta-oe/recipes-support/ccid/ccid_1.4.19.bb
rename to meta-oe/recipes-support/ccid/ccid_1.4.24.bb
index f77e069..49f7a0c 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.19.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "virtual/libusb0 pcsc-lite"
 RDEPENDS_${PN} = "pcsc-lite"
 
-SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4132/ccid-${PV}.tar.bz2 \
+SRC_URI = 
"https://alioth.debian.org/frs/download.php/file/4171/ccid-${PV}.tar.bz2 \
   file://no-dep-on-libfl.patch "
 
-SRC_URI[md5sum] = "d1eed995ba9a2eb395a65a8a78090f52"
-SRC_URI[sha256sum] = 
"cccb2c2bb4e56689efe34559f713102d92f94735542e58d3e4334e1459e934e1"
+SRC_URI[md5sum] = "915a03cda85b60fefbe3654cbdc68ca9"
+SRC_URI[sha256sum] = 
"62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176"
 
 inherit autotools pkgconfig
 
-- 
1.9.1

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


Re: [oe] [PATCH 00/64] Krogoth-next patches under consideration

2016-08-04 Thread akuster808


On 08/04/2016 12:31 AM, Koen Kooi wrote:
> Op 02-08-16 om 16:07 schreef Armin Kuster:
>> Most GCC 6 fixed backported. A few packages where updated as they where 
>> mostly
>> bug fixes and I noted addition reasons within the commits.
>>
>> I am running builds now. please comment if there is any feedback or missed 
>> something.. I hope to have a formal request out by this weekend.
>>
>>
> 
>>   tvheadend: add CFLAG to ignore misleading indentations
>>   geis: add CFLAG to ignore misleading indentations
>>   fwts: add CFLAG to ignore misleading indentations
> 
> Won't this break building with gcc 4.x and 5.x?

Have not seen any issues with 5.x but let be double check. I would
assume that would have broken in master too since it has gcc 5.3. Have
not checked 4.x.

thanks for reviewing.

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


[oe] [meta-oe][PATCHv2] libgit2: add a recipe for libgit2 version 0.24.1

2016-08-04 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb | 23 +++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb

diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb 
b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
new file mode 100644
index 000..dbcbb7a
--- /dev/null
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
@@ -0,0 +1,23 @@
+SUMMARY = "the Git linkable library"
+HOMEPAGE = "http://libgit2.github.com/;
+LICENSE = "GPL-2.0-with-GCC-exception"
+LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2"
+
+DEPENDS = "curl openssl zlib"
+
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
+SRCREV = "211e117a0590583a720c53172406f34186c543bd"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE = "\
+-DTHREADSAFE=ON \
+-DBUILD_CLAR=OFF \
+-DSHA1_TYPE="builtin" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DBUILD_EXAMPLES=OFF \
+"
+
+BBCLASSEXTEND = "native"
-- 
1.9.1

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


Re: [oe] [meta-oe][PATCH] libgit2: add a recipe for libgit2 version 0.24.1

2016-08-04 Thread Derek Straka
Agreed.  I'll put out a v2 to fix that.

On Thu, Aug 4, 2016 at 4:33 AM, Khem Raj  wrote:

>
> > On Aug 2, 2016, at 11:21 AM, Derek Straka  wrote:
> >
> > Signed-off-by: Derek Straka 
> > ---
> > meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb | 24
> +++
> > 1 file changed, 24 insertions(+)
> > create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> >
> > diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> > new file mode 100644
> > index 000..e580308
> > --- /dev/null
> > +++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> > @@ -0,0 +1,24 @@
> > +SUMMARY = "the Git linkable library"
> > +HOMEPAGE = "http://libgit2.github.com/;
> > +LICENSE = "GPL-2.0-with-GCC-exception"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48b
> c2"
> > +
> > +DEPENDS = "openssl zlib"
> > +
> > +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
> > +SRCREV = "211e117a0590583a720c53172406f34186c543bd"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit cmake
> > +
> > +EXTRA_OECMAKE = "\
> > + -DTHREADSAFE=ON \
> > + -DBUILD_CLAR=OFF \
> > + -DSHA1_TYPE="builtin" \
> > + -DCMAKE_BUILD_TYPE=RelWithDebInfo \
> > + -DBUILD_SHARED_LIBS=OFF \
>
> I think we should not disable shared objects unconditionally here.
>
> > + -DBUILD_EXAMPLES=OFF \
> > +"
> > +
> > +BBCLASSEXTEND = "native"
> > --
> > 1.9.1
> >
> > --
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] asio: update to version 1.10.6

2016-08-04 Thread Derek Straka
 * License remains the same (dates updates)

Signed-off-by: Derek Straka 
---
 meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 --
 meta-oe/recipes-support/asio/asio_1.10.6.bb | 6 ++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 meta-oe/recipes-support/asio/asio_1.10.1.bb
 create mode 100644 meta-oe/recipes-support/asio/asio_1.10.6.bb

diff --git a/meta-oe/recipes-support/asio/asio_1.10.1.bb 
b/meta-oe/recipes-support/asio/asio_1.10.1.bb
deleted file mode 100644
index fdfaaf6..000
--- a/meta-oe/recipes-support/asio/asio_1.10.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require asio.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=113f800aa522d9e38c3309c98ec53ade"
-
-SRC_URI[md5sum] = "4d508c9947404fee40945375b8a5fd32"
-SRC_URI[sha256sum] = 
"820a5dad3c56a4f3e937f2b9ae059ab2696c6058345d71b7a8b072a0f2fcbd99"
diff --git a/meta-oe/recipes-support/asio/asio_1.10.6.bb 
b/meta-oe/recipes-support/asio/asio_1.10.6.bb
new file mode 100644
index 000..db4ae80
--- /dev/null
+++ b/meta-oe/recipes-support/asio/asio_1.10.6.bb
@@ -0,0 +1,6 @@
+require asio.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=fede5286a78559dd646e355ab0cc8f04"
+
+SRC_URI[md5sum] = "85d014a356a6e004cd30ccd4c9b6a5c2"
+SRC_URI[sha256sum] = 
"e0d71c40a7b1f6c1334008fb279e7361b32a063e020efd21e40d9d8ff037195e"
-- 
1.9.1

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


[oe] [meta-qt5][WIP][PATCHv3] qt5: upgrade to latest revisions in 5.7 branch

2016-08-04 Thread Martin Jansa
* LIC_FILES_CHKSUM were changed because of this small change:
commit 4343c4e731c3268614fc79c9c42b4e5e4d59d7e6
Author: Sze Howe Koh 
Date:   Tue Jun 14 19:12:35 2016 +0800

Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"

* -no-nis option was removed from qtbase in:
commit 644d0e75240811212ed9fd0c21e3bd05db3ba5db
Author: Ralf Nolden 
Date:   Fri May 20 22:03:39 2016 +0200

Cleanup NIS support leftover from Qt 3/4

* allow to disable eglfs independently from gles2, because eglfs-egldevice
  may be autodetected when libdrm was built before qtbase since this
  upstream commit:
commit 5c6d27b8dfa695ab04766a1711b00421dba9c7d0
Author: Ralf Nolden 
Date:   Tue May 17 12:38:44 2016 +0200

Make eglfs-egldevice check work with pkgconfig as well

  and then it fails to build, because libdrm could be removed from sysroot
  and drm.h is missing.

* 
recipes-qt/qt5/qtquick1/0001-qdeclarativetextinput-update-to-match-QWidgetLineCon.patch
  was resolved in upstream commit:
commit 26229cfa0b729313893af5674d604e8692dbb946
Author: Richard Moe Gustavsen 
Date:   Tue Apr 26 15:08:34 2016 +0200

QDeclarativeTextInput: update API to use setBlinkingCursorEnabled

Signed-off-by: Martin Jansa 
---
 classes/qmake5_base.bbclass|  9 +++
 licenses/The-Qt-Company-Commercial | 20 ++
 recipes-qt/libconnman-qt/libconnman-qt5_git.bb |  6 +
 recipes-qt/qt5/nativesdk-qtbase_git.bb | 23 +---
 .../qt5/qt3d/0001-Allow-a-tools-only-build.patch   |  2 +-
 recipes-qt/qt5/qt3d_git.bb |  4 +--
 recipes-qt/qt5/qt5-git.inc |  2 +-
 recipes-qt/qt5/qtbase-native_git.bb| 22 +--
 .../qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 24 -
 ...o-allow-to-set-qt.conf-from-the-outside-u.patch |  2 +-
 .../0003-Add-external-hostbindir-option.patch  | 16 +--
 ...le-Fix-pkgconfig-and-libtool-replacements.patch |  6 ++---
 ...ump-path-length-from-256-to-512-character.patch |  6 ++---
 .../0006-QOpenGLPaintDevice-sub-area-support.patch |  6 ++---
 ...Invert-conditional-for-defining-QT_SOCKLE.patch |  2 +-
 ...configure-paths-for-target-qmake-properly.patch | 12 -
 ...GL-libraries-from-pkgconfig-and-defaults.patch} | 11 +++-
 ...wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch} |  6 +
 ...build-uic.patch => 0011-Always-build-uic.patch} |  6 ++---
 ...xternal-hostbindir-option-for-native-sdk.patch} | 14 +-
 recipes-qt/qt5/qtbase_git.bb   | 24 ++---
 recipes-qt/qt5/qtcanvas3d_git.bb   |  2 +-
 recipes-qt/qt5/qtcharts_git.bb |  2 +-
 recipes-qt/qt5/qtconnectivity_git.bb   | 15 ++-
 recipes-qt/qt5/qtdatavis3d_git.bb  |  2 +-
 .../0001-qmltestexample-fix-link.patch |  4 +--
 ...omparison-fix-QCoreApplication-has-not-be.patch |  2 +-
 recipes-qt/qt5/qtdeclarative_git.bb| 15 ++-
 recipes-qt/qt5/qtenginio_git.bb| 17 
 recipes-qt/qt5/qtgraphicaleffects_git.bb   | 17 ++--
 ...ats.pro-Make-the-dependencies-determinist.patch |  2 +-
 recipes-qt/qt5/qtimageformats_git.bb   | 15 ++-
 recipes-qt/qt5/qtlocation_git.bb   |  2 +-
 ...1-Initial-porting-effort-to-GStreamer-1.0.patch |  2 +-
 recipes-qt/qt5/qtmultimedia_git.bb | 17 +++-
 ...etextinput-update-to-match-QWidgetLineCon.patch | 31 --
 recipes-qt/qt5/qtquick1_git.bb | 16 +--
 ...fix-invalid-use-of-incomplete-type-class-.patch | 10 +++
 recipes-qt/qt5/qtquickcontrols2_git.bb |  2 +-
 recipes-qt/qt5/qtquickcontrols_git.bb  | 12 ++---
 recipes-qt/qt5/qtscript_git.bb | 16 ++-
 recipes-qt/qt5/qtsensors_git.bb|  2 +-
 recipes-qt/qt5/qtserialbus_git.bb  |  2 +-
 recipes-qt/qt5/qtserialport_git.bb |  2 +-
 recipes-qt/qt5/qtsvg_git.bb|  2 +-
 recipes-qt/qt5/qtsystems_git.bb|  2 +-
 ...w-to-build-only-lrelease-lupdate-lconvert.patch |  2 +-
 ...t-help-fix-linking-of-dependent-libraries.patch |  2 +-
 .../0003-add-noqtwebkit-configuration.patch|  2 +-
 ...ols-cmake-allow-overriding-the-location-f.patch |  2 +-
 recipes-qt/qt5/qttools_git.bb  | 14 ++
 recipes-qt/qt5/qttranslations_git.bb   | 10 +++
 recipes-qt/qt5/qtvirtualkeyboard_git.bb|  2 +-
 recipes-qt/qt5/qtwayland-native_git.bb |  2 +-
 ...-qtwaylandscanner-tool-to-the-native-side.patch |  2 +-
 ...yland-include-server-buffer-only-when-bui.patch |  6 

[oe] [meta-qt5][PATCH] qt5-opengles2-test: remove

2016-08-04 Thread Martin Jansa
* https://github.com/thp/qt5-opengles2-test no longer exists
  there is some clone of it in:
  https://github.com/mer-qa/qt5-opengles2-test but that doesn't have
  the SRCREV we were using and last commit is from 2014 version 1.0.2
  while we had 1.0.4

Signed-off-by: Martin Jansa 
---
 recipes-qt/examples/qt5-opengles2-test_git.bb | 19 ---
 1 file changed, 19 deletions(-)
 delete mode 100644 recipes-qt/examples/qt5-opengles2-test_git.bb

diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb 
b/recipes-qt/examples/qt5-opengles2-test_git.bb
deleted file mode 100644
index 10c0aed..000
--- a/recipes-qt/examples/qt5-opengles2-test_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Qt5 OpenGL ES 2.0 Test Application"
-DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering in \ \
-a simple QWindow, plus multi-touch input, window orientation, \
-window focus handling and some other game-related features."
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = 
"file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169"
-
-PV = "1.0.4+gitr${SRCPV}"
-
-DEPENDS = "qtbase qtsensors"
-
-# Depends on gles2 enabled and that's not default configuration
-EXCLUDE_FROM_WORLD = "1"
-
-SRC_URI = "git://github.com/thp/qt5-opengles2-test.git"
-SRCREV = "938390507054ed1258345f70ed55770d2fe56176"
-S = "${WORKDIR}/git"
-
-inherit qmake5
-- 
2.9.2

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


[oe] [meta-qt5][PATCH] qt5: upgrade to latest revisions in 5.7 branch

2016-08-04 Thread Martin Jansa
* LIC_FILES_CHKSUM were changed because of this small change:
commit 4343c4e731c3268614fc79c9c42b4e5e4d59d7e6
Author: Sze Howe Koh 
Date:   Tue Jun 14 19:12:35 2016 +0800

Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"

* -no-nis option was removed from qtbase in:
commit 644d0e75240811212ed9fd0c21e3bd05db3ba5db
Author: Ralf Nolden 
Date:   Fri May 20 22:03:39 2016 +0200

Cleanup NIS support leftover from Qt 3/4

* allow to disable eglfs independently from gles2, because eglfs-egldevice
  may be autodetected when libdrm was built before qtbase since this
  upstream commit:
commit 5c6d27b8dfa695ab04766a1711b00421dba9c7d0
Author: Ralf Nolden 
Date:   Tue May 17 12:38:44 2016 +0200

Make eglfs-egldevice check work with pkgconfig as well

  and then it fails to build, because libdrm could be removed from sysroot
  and drm.h is missing.

* 
recipes-qt/qt5/qtquick1/0001-qdeclarativetextinput-update-to-match-QWidgetLineCon.patch
  was resolved in upstream commit:
commit 26229cfa0b729313893af5674d604e8692dbb946
Author: Richard Moe Gustavsen 
Date:   Tue Apr 26 15:08:34 2016 +0200

QDeclarativeTextInput: update API to use setBlinkingCursorEnabled

Signed-off-by: Martin Jansa 
---
 classes/qmake5_base.bbclass|  9 +++
 licenses/The-Qt-Company-Commercial | 20 ++
 recipes-qt/qt5/nativesdk-qtbase_git.bb | 23 +---
 .../qt5/qt3d/0001-Allow-a-tools-only-build.patch   |  2 +-
 recipes-qt/qt5/qt3d_git.bb |  4 +--
 recipes-qt/qt5/qt5-git.inc |  2 +-
 recipes-qt/qt5/qtbase-native_git.bb| 22 +--
 .../qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 24 -
 ...o-allow-to-set-qt.conf-from-the-outside-u.patch |  2 +-
 .../0003-Add-external-hostbindir-option.patch  | 16 +--
 ...le-Fix-pkgconfig-and-libtool-replacements.patch |  6 ++---
 ...ump-path-length-from-256-to-512-character.patch |  6 ++---
 .../0006-QOpenGLPaintDevice-sub-area-support.patch |  6 ++---
 ...Invert-conditional-for-defining-QT_SOCKLE.patch |  2 +-
 ...configure-paths-for-target-qmake-properly.patch | 12 -
 ...GL-libraries-from-pkgconfig-and-defaults.patch} | 11 +++-
 ...wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch} |  6 +
 ...build-uic.patch => 0011-Always-build-uic.patch} |  6 ++---
 ...xternal-hostbindir-option-for-native-sdk.patch} | 14 +-
 recipes-qt/qt5/qtbase_git.bb   | 24 ++---
 recipes-qt/qt5/qtcanvas3d_git.bb   |  2 +-
 recipes-qt/qt5/qtcharts_git.bb |  2 +-
 recipes-qt/qt5/qtconnectivity_git.bb   | 15 ++-
 recipes-qt/qt5/qtdatavis3d_git.bb  |  2 +-
 .../0001-qmltestexample-fix-link.patch |  4 +--
 ...omparison-fix-QCoreApplication-has-not-be.patch |  2 +-
 recipes-qt/qt5/qtdeclarative_git.bb| 15 ++-
 recipes-qt/qt5/qtenginio_git.bb| 11 
 recipes-qt/qt5/qtgraphicaleffects_git.bb   | 17 ++--
 ...ats.pro-Make-the-dependencies-determinist.patch |  2 +-
 recipes-qt/qt5/qtimageformats_git.bb   | 15 ++-
 recipes-qt/qt5/qtlocation_git.bb   |  2 +-
 ...1-Initial-porting-effort-to-GStreamer-1.0.patch |  2 +-
 recipes-qt/qt5/qtmultimedia_git.bb | 17 +++-
 ...etextinput-update-to-match-QWidgetLineCon.patch | 31 --
 recipes-qt/qt5/qtquick1_git.bb | 16 +--
 ...fix-invalid-use-of-incomplete-type-class-.patch | 10 +++
 recipes-qt/qt5/qtquickcontrols2_git.bb |  2 +-
 recipes-qt/qt5/qtquickcontrols_git.bb  | 12 ++---
 recipes-qt/qt5/qtscript_git.bb | 16 ++-
 recipes-qt/qt5/qtsensors_git.bb|  2 +-
 recipes-qt/qt5/qtserialbus_git.bb  |  2 +-
 recipes-qt/qt5/qtserialport_git.bb |  2 +-
 recipes-qt/qt5/qtsvg_git.bb|  2 +-
 recipes-qt/qt5/qtsystems_git.bb|  2 +-
 ...w-to-build-only-lrelease-lupdate-lconvert.patch |  2 +-
 ...t-help-fix-linking-of-dependent-libraries.patch |  2 +-
 .../0003-add-noqtwebkit-configuration.patch|  2 +-
 ...ols-cmake-allow-overriding-the-location-f.patch |  2 +-
 recipes-qt/qt5/qttools_git.bb  | 14 ++
 recipes-qt/qt5/qttranslations_git.bb   | 10 +++
 recipes-qt/qt5/qtvirtualkeyboard_git.bb|  2 +-
 recipes-qt/qt5/qtwayland-native_git.bb |  2 +-
 ...-qtwaylandscanner-tool-to-the-native-side.patch |  2 +-
 ...yland-include-server-buffer-only-when-bui.patch |  6 ++---
 recipes-qt/qt5/qtwayland_git.bb| 15 

[oe] [meta-qt5][krogoth][PATCH] qt5: upgrade to latest revisions in 5.6 branch

2016-08-04 Thread Martin Jansa
* LIC_FILES_CHKSUM were changed because of this small change:
commit 4343c4e731c3268614fc79c9c42b4e5e4d59d7e6
Author: Sze Howe Koh 
Date:   Tue Jun 14 19:12:35 2016 +0800

Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"

* -no-nis option was removed from qtbase in:
commit 644d0e75240811212ed9fd0c21e3bd05db3ba5db
Author: Ralf Nolden 
Date:   Fri May 20 22:03:39 2016 +0200

Cleanup NIS support leftover from Qt 3/4

* allow to disable eglfs independently from gles2, because eglfs-egldevice
  may be autodetected when libdrm was built before qtbase since this
  upstream commit:
commit 5c6d27b8dfa695ab04766a1711b00421dba9c7d0
Author: Ralf Nolden 
Date:   Tue May 17 12:38:44 2016 +0200

Make eglfs-egldevice check work with pkgconfig as well

  and then it fails to build, because libdrm could be removed from sysroot
  and drm.h is missing.

Signed-off-by: Martin Jansa 
---
 recipes-qt/qt5/nativesdk-qtbase_git.bb | 15 ++--
 .../qt5/qt3d/0001-Allow-a-tools-only-build.patch   |  7 ++
 recipes-qt/qt5/qt3d_git.bb | 12 +-
 recipes-qt/qt5/qt5-git.inc |  2 +-
 recipes-qt/qt5/qtbase-native_git.bb| 14 +--
 .../qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 28 +++---
 ...o-allow-to-set-qt.conf-from-the-outside-u.patch |  2 +-
 .../0003-Add-external-hostbindir-option.patch  | 16 ++---
 ...le-Fix-pkgconfig-and-libtool-replacements.patch |  6 ++---
 ...ump-path-length-from-256-to-512-character.patch |  6 ++---
 .../0006-QOpenGLPaintDevice-sub-area-support.patch |  2 +-
 ...Invert-conditional-for-defining-QT_SOCKLE.patch |  2 +-
 ...configure-paths-for-target-qmake-properly.patch | 12 +-
 ...wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch} |  6 +
 ...build-uic.patch => 0010-Always-build-uic.patch} |  6 ++---
 ...xternal-hostbindir-option-for-native-sdk.patch} | 14 +--
 recipes-qt/qt5/qtbase_git.bb   | 16 ++---
 recipes-qt/qt5/qtcanvas3d_git.bb   |  8 +++
 recipes-qt/qt5/qtconnectivity_git.bb   | 10 
 .../0001-qmltestexample-fix-link.patch |  4 ++--
 ...omparison-fix-QCoreApplication-has-not-be.patch |  2 +-
 recipes-qt/qt5/qtdeclarative_git.bb|  8 +++
 recipes-qt/qt5/qtenginio_git.bb|  9 +++
 recipes-qt/qt5/qtgraphicaleffects_git.bb   | 10 
 ...ats.pro-Make-the-dependencies-determinist.patch |  2 +-
 recipes-qt/qt5/qtimageformats_git.bb   | 10 
 recipes-qt/qt5/qtlocation_git.bb   |  2 +-
 recipes-qt/qt5/qtmultimedia_git.bb |  8 +++
 recipes-qt/qt5/qtquick1_git.bb |  9 +++
 ...fix-invalid-use-of-incomplete-type-class-.patch | 10 
 recipes-qt/qt5/qtquickcontrols2_git.bb |  6 ++---
 recipes-qt/qt5/qtquickcontrols_git.bb  |  8 +++
 recipes-qt/qt5/qtscript_git.bb |  8 +++
 recipes-qt/qt5/qtsensors_git.bb|  9 ---
 recipes-qt/qt5/qtserialport_git.bb | 10 
 recipes-qt/qt5/qtsvg_git.bb|  8 +++
 recipes-qt/qt5/qtsystems_git.bb|  2 +-
 ...w-to-build-only-lrelease-lupdate-lconvert.patch |  2 +-
 ...t-help-fix-linking-of-dependent-libraries.patch |  2 +-
 .../0003-add-noqtwebkit-configuration.patch|  2 +-
 ...ols-cmake-allow-overriding-the-location-f.patch |  2 +-
 recipes-qt/qt5/qttools_git.bb  |  8 +++
 recipes-qt/qt5/qttranslations_git.bb   |  8 +++
 recipes-qt/qt5/qtwayland-native_git.bb |  8 +++
 ...-qtwaylandscanner-tool-to-the-native-side.patch |  2 +-
 ...yland-include-server-buffer-only-when-bui.patch |  2 +-
 recipes-qt/qt5/qtwayland_git.bb|  8 +++
 recipes-qt/qt5/qtwebchannel_git.bb | 10 
 ...se.gypi-include-atomicops_internals_x86_g.patch |  4 ++--
 ...rf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch |  6 ++---
 ...ange-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch |  4 ++--
 ...rf-Make-sure-we-only-use-the-file-name-to.patch |  6 ++---
 ...s.prf-allow-build-for-linux-oe-g-platform.patch |  4 ++--
 ...quickwebengineview_p_p.h-add-include-QCol.patch |  4 ++--
 ...-dependency-to-QCoreApplication-translate.patch |  2 +-
 recipes-qt/qt5/qtwebengine_git.bb  | 12 ++
 recipes-qt/qt5/qtwebkit-examples_git.bb|  2 +-
 .../0001-qtwebkit-fix-QA-issue-bad-RPATH.patch |  2 +-
 .../qtwebkit/0002-Remove-TEXTREL-tag-in-x86.patch  |  2 +-
 ...ude-backtrace-API-for-non-glibc-libraries.patch |  2 +-
 recipes-qt/qt5/qtwebkit_git.bb |  2 +-
 recipes-qt/qt5/qtwebsockets_git.bb |  8 +++
 

[oe] [meta-networking][PATCH] proftpd: clean the host path in prxs

2016-08-04 Thread jackie.huang
From: Jackie Huang 

prxs (PRoftpd eXtenSion tool) is a perl script,
in which the host path should be avoided.

Signed-off-by: Jackie Huang 
---
 meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb | 5 +
 1 file changed, 5 insertions(+)

diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb 
b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb
index 2a36083..ed6356b 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb
@@ -98,6 +98,11 @@ do_install () {
 -e 's,@SYSCONFDIR@,${sysconfdir},g' \
 -e 's,@SBINDIR@,${sbindir},g' \
 -i ${D}${systemd_unitdir}/system/*.service
+
+sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \
+-e 's|${STAGING_DIR_NATIVE}||g' \
+-e 's|-fdebug-prefix-map=[^ ]*||g' \
+-i ${D}/${bindir}/prxs
 }
 
 INITSCRIPT_NAME = "proftpd"
-- 
2.8.1

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


Re: [oe] [meta-oe][PATCH] libgit2: add a recipe for libgit2 version 0.24.1

2016-08-04 Thread Khem Raj

> On Aug 2, 2016, at 11:21 AM, Derek Straka  wrote:
> 
> Signed-off-by: Derek Straka 
> ---
> meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb | 24 +++
> 1 file changed, 24 insertions(+)
> create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> 
> diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb 
> b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> new file mode 100644
> index 000..e580308
> --- /dev/null
> +++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "the Git linkable library"
> +HOMEPAGE = "http://libgit2.github.com/;
> +LICENSE = "GPL-2.0-with-GCC-exception"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2"
> +
> +DEPENDS = "openssl zlib"
> +
> +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
> +SRCREV = "211e117a0590583a720c53172406f34186c543bd"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +EXTRA_OECMAKE = "\
> + -DTHREADSAFE=ON \
> + -DBUILD_CLAR=OFF \
> + -DSHA1_TYPE="builtin" \
> + -DCMAKE_BUILD_TYPE=RelWithDebInfo \
> + -DBUILD_SHARED_LIBS=OFF \

I think we should not disable shared objects unconditionally here.

> + -DBUILD_EXAMPLES=OFF \
> +"
> +
> +BBCLASSEXTEND = "native"
> --
> 1.9.1
> 
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH] ntp: make ntp and alternative for ntpd

2016-08-04 Thread Pascal Bach
This way ntp can be used as an alternative to ntpd from busybox

Signed-off-by: Pascal Bach 
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb 
b/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
index ff4ba64..63e7d60 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
@@ -125,7 +125,7 @@ RCONFLICTS_ntpdate += "ntpdate-systemd"
 
 RSUGGESTS_${PN} = "iana-etc"
 
-FILES_${PN} = "${sbindir}/ntpd ${sysconfdir}/ntp.conf 
${sysconfdir}/init.d/ntpd ${libdir} \
+FILES_${PN} = "${sbindir}/ntpd.ntp ${sysconfdir}/ntp.conf 
${sysconfdir}/init.d/ntpd ${libdir} \
 ${NTP_USER_HOME} \
 ${systemd_unitdir}/ntp-units.d/60-ntpd.list ${libexecdir}\
 "
@@ -158,3 +158,9 @@ pkg_postinst_ntpdate() {
 fi
 }
 
+inherit update-alternatives
+
+ALTERNATIVE_PRIORITY = "100"
+
+ALTERNATIVE_${PN} = "ntpd"
+ALTERNATIVE_LINK_NAME[ntpd] = "${sbindir}/ntpd"
-- 
2.1.4

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


Re: [oe] [PATCH 00/64] Krogoth-next patches under consideration

2016-08-04 Thread Koen Kooi
Op 02-08-16 om 16:07 schreef Armin Kuster:
> Most GCC 6 fixed backported. A few packages where updated as they where mostly
> bug fixes and I noted addition reasons within the commits.
> 
> I am running builds now. please comment if there is any feedback or missed 
> something.. I hope to have a formal request out by this weekend.
> 
> 

>   tvheadend: add CFLAG to ignore misleading indentations
>   geis: add CFLAG to ignore misleading indentations
>   fwts: add CFLAG to ignore misleading indentations

Won't this break building with gcc 4.x and 5.x?

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