[oe] [meta-oe][PATCH] cli11: Remove dev pkg dep to main pkg

2019-08-16 Thread Brad Bishop
cli11 is header-only and the main package is empty. Remove the dependency to cli11 from cli11-dev so cli11-dev can be included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop --- meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 3 +++ 1 file changed, 3 insertions

[oe] [meta-oe][PATCH] libvncserver: enable split client/server packages

2019-04-04 Thread Brad Bishop
Signed-off-by: Brad Bishop --- meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb index 88a859ba2f..6a806ffbaf

[oe] [meta-oe][PATCH] nodejs: Update GCC 4.8 compat patch

2019-03-26 Thread Brad Bishop
GCC 4.8 compatibility was lost moving from 10.15.1 to 10.15.3. Add another wrapper for std::make_unique to restore it. Signed-off-by: Brad Bishop --- ...0004-Make-compatibility-with-gcc-4.8.patch | 23 +++ 1 file changed, 23 insertions(+) diff --git a/meta-oe/recipes-devtools

[oe] [meta-oe][PATCH] gtest: update to 1.8.1

2018-12-11 Thread Brad Bishop
Update to 1.8.1, which has proper pkg-config support (so Add-pkg-config-support.patch can be dropped). Also the canonical gtest seems to have moved out of the google github organization into something called abseil. Update HOMEPAGE and SRC_URI to match. Signed-off-by: Brad Bishop

[oe] [meta-oe][PATCH] rsyslog: curl-less build with fmhttp PACKAGECONFIG

2018-12-05 Thread Brad Bishop
With all other configure options at their defaults, the dependency on libcurl can be removed if fmhttp is configured out. Add an fmhttp PACKAGECONFIG, still enabled by default, to enable this. Signed-off-by: Brad Bishop --- meta-oe/recipes-extended/rsyslog/rsyslog_8.37.0.bb | 5 +++-- 1 file

[oe] [meta-oe][PATCH] libtinyxml2: update to 7.0.1

2018-11-29 Thread Brad Bishop
Signed-off-by: Brad Bishop --- .../libtinyxml2/{libtinyxml2_6.2.0.bb => libtinyxml2_7.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_6.2.0.bb => libtinyxml2_7.0.1.bb} (88%) diff --git a/meta-oe/recipes-support/libti

[oe] [meta-oe][PATCH] libcereal: Allow empty package

2018-11-28 Thread Brad Bishop
libcereal is header-only so create the empty base package so that libcereal can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop --- meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

[oe] [meta-oe][PATCH] libcereal: Add native and nativesdk classes

2018-11-21 Thread Brad Bishop
Signed-off-by: Brad Bishop --- meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb index e733f2fe0..e02b4c960 100644 --- a/meta-oe

[oe] [meta-oe][PATCH] dbus-broker: fetch submodules too

2018-10-29 Thread Brad Bishop
dbus-broker depends on a number of submodules. Make sure to recursively fetch those as well. Signed-off-by: Brad Bishop --- meta-oe/recipes-core/dbus/dbus-broker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb b/meta-oe

[oe] [meta-python][PATCH] pyyaml: Enable nativesdk bake

2016-11-08 Thread Brad Bishop
Signed-off-by: Brad Bishop <bradl...@fuzziesquirrel.com> --- meta-python/recipes-devtools/python/python-pyyaml_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/