Commit Graph

11061 Commits

Author SHA1 Message Date
Khem Raj 4426e4b300 samba: Refresh musl pam patch
last update left the musl builds broken since the
patch was not forward ported

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-04-04 13:32:28 -04:00
Khem Raj e38db24115 iscsi-initiator-utils: Upgrade to 2.0.876
Fix build with musl along the way

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-04-04 13:32:28 -04:00
Khem Raj f6225a9f7e mdns: Do not include nss.h with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-04-04 13:32:28 -04:00
Huang Qiyu 10d43ff105 geoipupdate: 2.4.0 -> 2.5.0
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.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-04-04 13:32:28 -04:00
Tim Orling b9d1d87188 python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)
Fixes: 99d18a6bc1

In above commit, only the python2 recipe was updated, but
python3 recipe also uses the SRC_URI from python-pytest.inc
and is currently broken (do_fetch).

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-30 16:16:18 -07:00
Khem Raj b02424812e libqb: Upgrade to 1.0.3
Drop upstreamed patch
Backport another patch to fix out of tree build regression

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-29 16:58:44 -07:00
Justin Bronder dbc5708539 zeromq: 4.2.3 update
4.1.6 was released in late 2016 and upstream has moved on to the 4.2
series which has a number of new APIs but remains ABI compatible with
4.1.2+ per https://github.com/zeromq/libzmq/releases/tag/v4.2.0.

4.2.3 ChangeLog: https://github.com/zeromq/libzmq/releases/tag/v4.2.3

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:56:55 -07:00
Khem Raj e7cdd329c6 libyui-ncurses: Fix build with musl _nl_msg_cat_cntr in not available
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:55:59 -07:00
Khem Raj 8538610b99 libyui,libyui-ncurses: Update to lates
Drop upstreamed patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:55:52 -07:00
Armin Kuster dfccaebd48 python-attrs: fix typo in depends
ERROR: Nothing RPROVIDES 'python-crypto' (but ../meta-python/recipes-devtools/python/python-attrs_17.4.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-crypto' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-crypto']

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:16 -07:00
Armin Kuster acf408ed73 flashrom: update SRC_URI
fixes
ERROR: flashrom-1.0-r0 do_fetch: Fetcher failure for URL: 'http://download.flashrom.org/releases/flashrom-1.0.tar.bz2'. Unable to fetch URL from any source.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:16 -07:00
Armin Kuster 9ef757b433 libxml++2: remove X11 distro check
looks like its not needed.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:16 -07:00
Armin Kuster dbdacc9e20 rocksdb: move to recipe-dbs
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:16 -07:00
Armin Kuster 84ace703b7 leveldb: move to recipes-dbs
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:09 -07:00
Huang Qiyu 99d18a6bc1 python-pytest: 3.4.1 -> 3.4.2
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.fnst@cn.fujitsu.com>
2018-03-29 16:51:44 -07:00
Huang Qiyu cf3c79fa79 python-dbus: 1.2.4 -> 1.2.6
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.fnst@cn.fujitsu.com>
2018-03-29 16:51:44 -07:00
Huang Qiyu 5c98f0da79 sessreg: 1.1.0 -> 1.1.1
Upgrade sessreg from 1.1.0 to 1.1.1.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2018-03-29 16:51:44 -07:00
Huang Qiyu 2aa496eb66 python-pygobject: 3.22.0 -> 3.28.0
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.fnst@cn.fujitsu.com>
2018-03-29 16:51:20 -07:00
Khem Raj fafb973ec0 krb5: Correctly specify configure option --with-crypto-impl
Fixes
QA Issue: krb5: configure was passed unrecognised options: --with-pkinit-crypto-impl [unknown-configure-option]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka 4bedb3cfad python-astroid: add logging to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka 42cb6f6e7b python-pyroute2: add io and pickle to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka ef5169ab6e python-attrs: add crypto to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka 4d5c5cee13 python-passlib: add initial set of RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka ec4dc95bc8 python-paho-mqtt: add logging to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka 6f27927cb7 python-humanize: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka c068c8723f python-redis: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka 4875896ad0 python-pyyaml: add datetime to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 4d7f5d6fc5 python-ndg-httpsclient: add initial set of RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 33aa4d30a8 python-isort: add shell and datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka f9cde71db9 python-iso8601: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 5068ca7fe7 python-pytz: Add dependency on pickle
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Anuj Mittal a1d8fc1434 phoronix-test-suite: upgrade 7.4.0 -> 7.8.0
List of changes here:

https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/ChangeLog

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-03-29 16:51:06 -07:00
Khem Raj 3d90f703f4 krb5: Add -D_REENTRANT -pthread to CFLAGS on risc-v
This is not defined by gcc for risc-v, probably a bug in
gcc but until then insulate ourselves

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-29 16:50:38 -07:00
Andreas Müller 6a7cd839e6 libidl: remove
project is dead - last release was in 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller aa11ffc827 gtk-engines: remove
project is dead - last stable release was in 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 5c5c05dbf0 orbit2: remove
project is dead - last release was 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 187ef2f8c1 gnome-themes: remove
project is dead - last release was in 2011. That was a gnome 3 port which was
not continued.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 7340b474c4 gnome-mime-data: remove
project is dead - last release was 2007

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller b6a43a2b1c vlc: remove gnome-vfs packageconfig
gnome-vfs is gone

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 74e9c7db3b gst-plugins-base: remove gnomevfs packageconfig
gnome-vfs is gone

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 6bc93a768c gnome-vfs: remove
project is dead last release was 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller e4cc6c774b florence: remove
* it depends on libglade which is gone
* project is dead - last release was in 2014
* 0.6.3 tested last time was buggy: keyboard tended to reduce it's size to
  few pixels and there was no simple way to undo that

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller be12b88beb libbonobo: remove
project is dead last release was 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller ca32e26cc8 glade3: remove gnome packageconfig
libbonoboui is gone

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller 281ffdaf2e libbonoboui: remove
* it depends on removed libglade
* project is dead - last release in 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller a3c1c4d981 libgnomecanvas: remove
* it depends on removed libglade
* project is dead - last release in 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:43 -07:00
Andreas Müller 05f7538135 evolution-data-server: remove libglade from dependencies
libglade is not necessary and does not exist any more

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:43 -07:00
Andreas Müller 9dcf44fc15 libglade: remove
* it failed in last world build
* project is dead last release was in 2009

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:43 -07:00
Derek Straka df631f710c python-cassandra-driver: update to version 3.13.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:43 -07:00
Derek Straka 960ae72e10 python-thrift: update to version 0.11.0
License-Update: Checksum change based on release still covered by Apache-2.0

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:43 -07:00