On Sun, Feb 07, 2016 at 01:22:47PM -0800, Armin Kuster wrote: > please consider these changes for meta-openembedded jethro-next > > The following changes since commit 7bc138a365e20653ddfb9229561e3e9e50b89ee8: > > cifs-utils: add PACKAGECONFIG for cifsidmap (2016-01-14 11:22:38 +0100) > > are available in the git repository at: > > git://github.com/akuster/meta-openembedded akuster/jethro-next > https://github.com//tree/akuster/jethro-next > > Andreas Müller (1): > thunar: remove udisks from RRECOMMENDS > > Armin Kuster (5): > networkmanager: fix QA warning > qwt: Fix host-user-contaminated > php: Security fix CVE-2015-7803 > php: Security fix CVE-2015-7804 > php: Security fix CVE-2016-1903 > > Christopher Larson (1): > lowpan-tools: add missing flex/bison deps > > Hongxu Jia (1): > postfix: fix clean broken issue > > Jackie Huang (3): > iscsitarget: split the kernel module into separate package > iscsitarget: skip the arch test for kernel modules > ncftp: fix build failures with ccdv > > Jens Rehsack (1): > waf-samba: enable parallel builds > > Joe Slater (1): > geoip: add ptest functionality > > Kai Kang (1): > xl2tpd: fix warnings with gcc 5 > > Maciej Borzecki (1): > mozjs: fix linking issues on i586 > > Mark Asselstine (1): > ctdb: Fix rootfs creation errors > > Martin Jansa (2): > ctdb: add dependency on libldb > terminus-font: update perl-native-runtime dependency
This breaks terminus-font build in jethro, because perl-native-runtime was renamed only in oe-core master. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'hostperl-runtime-native' (but meta-oe/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'terminus-font' has no buildable providers. Missing or unbuildable dependency chain was: ['terminus-font', 'hostperl-runtime-native'] I'll drop this change from jethro-next, but we need to find a way to better test these changes. > [email protected] (1): > quagga: fix segment fault when stopping ospf6d > > Robert Yang (4): > nbd: use BPN in Files > cim-schema-exper: fix host-user-contaminated > ctdb: add PACKAGECONFIG for libtdb > netkit-ftp: fixed invalid symlink > > Ruslan Bilovol (1): > wireshark: update SRC_URI link to sources > > Wenzong Fan (1): > samba: add PACKAGECONFIG for valgrind > > Yi Zhao (2): > logwatch: fix host-user-contaminated > orrery: fix host-user-contaminated > > .../21-add-config-option-without-valgrind.patch | 63 ++++++++++ > .../recipes-connectivity/samba/samba_4.1.12.bb | 2 + > .../ncftp-configure-use-BUILD_CC-for-ccdv.patch | 32 +++++ > .../recipes-daemons/ncftp/ncftp_3.2.5.bb | 7 +- > .../recipes-daemons/postfix/postfix.inc | 2 + > .../iscsitarget/iscsitarget_1.4.20.3+svn502.bb | 13 +- > .../recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | 2 +- > ...heck-ospf6-before-using-it-in-ospf6_clean.patch | 28 +++++ > .../recipes-protocols/quagga/quagga_0.99.24.1.bb | 1 + > .../recipes-protocols/xl2tpd/xl2tpd.inc | 4 +- > .../fix-inline-functions-errors-with-gcc-5.x.patch | 134 > +++++++++++++++++++++ > .../cim-schema/cim-schema-exper_2.39.0.bb | 1 + > .../cim-schema/cim-schema-final_2.40.0.bb | 1 + > ...rvice-ensure-the-PID-directory-is-created.patch | 25 ++++ > meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 11 +- > .../recipes-support/geoip/files/run-ptest | 11 ++ > .../recipes-support/geoip/geoip_1.6.6.bb | 38 ++++++ > .../lowpan-tools/lowpan-tools_git.bb | 2 +- > meta-networking/recipes-support/nbd/nbd_3.11.bb | 6 +- > .../recipes-support/wireshark/wireshark_1.12.8.bb | 2 +- > meta-oe/classes/waf-samba.bbclass | 4 + > .../networkmanager/networkmanager_1.0.4.bb | 1 + > .../php/php-5.6.12/CVE-2015-7803.patch | 85 +++++++++++++ > .../php/php-5.6.12/CVE-2015-7804.patch | 64 ++++++++++ > .../php/php-5.6.12/CVE-2016-1903.patch | 55 +++++++++ > meta-oe/recipes-devtools/php/php_5.6.12.bb | 6 +- > .../recipes-extended/logwatch/logwatch_7.4.1.bb | 1 + > ...010-fix-cross-compilation-on-i586-targets.patch | 46 +++++++ > meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 1 + > .../terminus-font/terminus-font_4.38.bb | 2 +- > meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 1 + > meta-oe/recipes-qt/qwt/qwt.inc | 1 + > meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb | 2 +- > 33 files changed, 632 insertions(+), 22 deletions(-) > create mode 100644 > meta-networking/recipes-connectivity/samba/samba-4.1.12/21-add-config-option-without-valgrind.patch > create mode 100644 > meta-networking/recipes-daemons/ncftp/ncftp/ncftp-configure-use-BUILD_CC-for-ccdv.patch > create mode 100644 > meta-networking/recipes-protocols/quagga/files/0001-ospf6d-check-ospf6-before-using-it-in-ospf6_clean.patch > create mode 100644 > meta-networking/recipes-protocols/xl2tpd/xl2tpd/fix-inline-functions-errors-with-gcc-5.x.patch > create mode 100644 > meta-networking/recipes-support/ctdb/ctdb/service-ensure-the-PID-directory-is-created.patch > create mode 100644 meta-networking/recipes-support/geoip/files/run-ptest > create mode 100644 > meta-oe/recipes-devtools/php/php-5.6.12/CVE-2015-7803.patch > create mode 100644 > meta-oe/recipes-devtools/php/php-5.6.12/CVE-2015-7804.patch > create mode 100644 > meta-oe/recipes-devtools/php/php-5.6.12/CVE-2016-1903.patch > create mode 100644 > meta-oe/recipes-extended/mozjs/mozjs/0010-fix-cross-compilation-on-i586-targets.patch > > -- > 2.3.5 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
