Andreas Müller
f5c2f02745
plymouth: packageconfig gtk needs gtk+3 as depends
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-30 12:32:14 -08:00
Andreas Müller
00b889a355
plymouth: do not install systemd units manually
...
They are installed properly by plymouth itself. With buildhistory no change
in packed files could be detected.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-30 12:32:14 -08:00
Andreas Müller
5fc50827f3
gvfs: update 1.32.1 -> 1.34.1
...
* --with-archive-includes and --with-archive-libs were removed in [1]
* --enable-gtk was removed in [2]
* build tested with full (except cdda) and empty PACKAGECONFIG
* run tested with PACKAGECONFIG = "archive gcr libmtp libgphoto2 samba systemd"
* fixes long delay when unmounting memory sticks
[1] https://git.gnome.org/browse/gvfs/commit/configure.ac?id=03fbe16aebced70118f070f898d7b459e1125580
[2] https://git.gnome.org/browse/gvfs/commit/configure.ac?id=dff13283c943c8b10265bd3925d86f17cdc4be6f
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-30 12:32:14 -08:00
Andreas Müller
e4be8f4e9e
plymouth: fix path to systemd-tty-ask-password-agent
...
In pre recipe specific sysroot times AC_PATH_PROG detected host's
systemd-tty-ask-password-agent. In my case that path was wrong and
systemd-ask-password-plymouth.service failed silently.
Now with recipe specific sysroot and no link in PATH to buildhost,
SYSTEMD_ASK_PASSWORD_AGENT remains empty and that causes:
| systemd[1]: /lib/systemd/system/systemd-ask-password-plymouth.service:12: Executable path is not absolute, ignoring: --watch --plymouth
| systemd[1]: systemd-ask-password-plymouth.service: Service lacks both ExecStart= and ExecStop= setting. Refusing.
For both environments this patch fixes log-off from X-session to
display-manager. Before this patch screen went dark and it seemed that X-server
was restarted.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-30 12:32:08 -08:00
Zheng Ruoqin
9c63095826
dnfdragora: new add
...
Add a new recipe dnfdragora.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:52:26 -08:00
Khem Raj
9473dddf8a
gtk-xfce-engine: Fix build with glib-2.0 > 2.53
...
Fixes errors like
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 980: invalid continuation byte
Makefile:737: recipe for target 'xfce_typebuiltin.h' failed
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-12-27 07:47:03 -08:00
Andreas Müller
06ede87198
Add FLTK to licenses to avoid warning when building fltk / fltk-native
...
FLT is a LGPLv2 with exceptions
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:47:00 -08:00
Andreas Müller
85eedcfd2a
fltk: do not suffix shared library names with '_SHARED'
...
This avoids unwanted linking against static libraries as happened for yoshimi.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:47:00 -08:00
Andreas Müller
5a7a0abb17
fltk: remove fltk-native from DEPENDS
...
This depemdency is a pre recipe specific sysroot remnant.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:47:00 -08:00
Andreas Müller
66601de45f
fltk-native: remove fltk-config from image
...
Make sure fltk-config will not be used accidentaly.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:46:59 -08:00
Mingli Yu
5f6fcfd362
protobuf: add ptest support
...
* Add DEPENDS_class-target = "protobuf-native"
to fix below error:
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
| DEBUG: Executing shell function do_compile_ptest_base
| NOTE: make -C $Prj/build/tmp-glibc/work/core2-64-wrs-linux/protobuf/3.4.1+gitAUTOINC+b04e5cba35-r0/git/examples cpp
| make: Entering directory '$Prj/build/tmp-glibc/work/core2-64-wrs-linux/protobuf/3.4.1+gitAUTOINC+b04e5cba35-r0/git/examples'
| protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
| make: protoc: Command not found
| make: *** [Makefile:25: protoc_middleman] Error 127
* Add run-ptest
* Add rdepends on bash and python-protobuf for ptest
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:03 -08:00
Romain Forlot
13c84c645b
Adding LUA to SDK
...
A project could need to have LUA in SDK, an example is
to compile LUA scripts which checks its syntax before embedded
them into a project compiled by Yocto.
Change-Id: I3c36acd58d45121c3344b5322244bdc0b12061b9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:03 -08:00
Zheng Ruoqin
4d0e833dd9
libyui: new add
...
Add a new recipe libyui, which is a rdepend for dnfdragora.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:03 -08:00
Changhyeok Bae
f918d9fa54
rygel: Add lms PACKAGECONFIG item
...
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:03 -08:00
Li Zhou
eaa4b4baa6
vim: Security Advisory - vim - CVE-2017-17087
...
Porting the patch from <https://github.com/vim/vim/commit/
5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8> to solve CVE-2017-17087.
Signed-off-by: Li Zhou <li.zhou@windriver.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:03 -08:00
Derek Straka
c186045e8b
phpmyadmin: update to version 4.7.6
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
b9f369a659
nginx: update to version 1.13.7
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
1a4643cec5
python3-cassandra-driver: update to version 3.12.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
3182908c65
python-django: update to version 1.11.8
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
048ab14c46
python-pytest-runner: update to version 3.0
...
Verified license terms remain the same and updated checksum for copyright data modification
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
bd3d908958
python-werkzeug: update to version 0.13
...
Verify license terms remain the same and update the checksum
Add required RDEPENDS for minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
1adbd684ec
python-pysocks: update to version 1.6.8
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
cd7cc6e9dd
python-automat: fix build dependencies to avoid download during do_compile
...
Add the correct version of python{3}-setuptools-scm-native
Remove the dependency on m2r
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Mark Asselstine
b08b570c86
python-twisted: avoid downloading build dependencies
...
setup.py will attempt to download python-incremental, as it is not
present in the sysroot. This is at the least wrong since some random
version of python-incremental will be used to build against (akin to
host contamination) and at most a build failure (when network access
is unavailable). So make python-incrementa-native available and a
DEPENDS.
Unfortunately python-incremental has a dependency on python-twisted
and vice versa. So we need to forcefully break this circular
dependency. Fortunately this doesn't affect the build of
python-twisted. Unfortunately if anyone else attempts to use
python-incremental-native there might be issues should it ever run the
code that does the import of twisted. This is not an issue now and a
comment has been added to hopefully make this issue known to anyone
else coming along at a later time.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
aad2b95438
python-pyopenssl: update to version 17.5.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
3aa3c9bba6
python-aws-iot-device-sdk-python: update to version 1.3.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
af0faaaa8b
python-ipaddress: update to version 1.0.19
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
f83052df32
python-pylint: update to version 1.8.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
cac0cca1b8
python-webencodings: update RDEPENDS to include json
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
8b3e6755fa
python-html5lib: update to version 1.0.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:02 -08:00
Derek Straka
b9b48df09d
python-pycparser: update RDEPENDS to add ply
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
251f6f9ccc
python-pymisp: update to version 2.4.84
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
597f912aa5
python-pytest: update to version 3.3.1
...
Update RDEPENDS for latest version
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
58e5a63e03
python-pluggy: add initial recipe for version 0.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
9c6dbaba82
python-cryptography-vectors: update to version 2.1.4
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
d194ad1537
python-cryptography: update to version 2.1.4
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
630d79a7bc
python-attr: update to version 0.3.1
...
Update license file checksum and verify MIT still applies
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
80b6e6f151
python-asn1crypto: update to version 0.24.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
b76cedf440
python-simplejson: update to version 3.13.2
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
d295ef40a6
python-pandas: update to version 0.21.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
0d7da1ed71
python-psutil: update to version 5.4.2
...
Create a tests package
Update RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
089316de70
python-astroid: update to version 1.6.0
...
Split out the test packages
Update the RDEPENDS for minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
b3ffe04531
python-pymongo: update to version 3.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
8cfd98e478
python-pexpect: update to version 4.3.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Derek Straka
c6665323a8
python-flask-login: update to version 0.4.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-27 07:25:01 -08:00
Khem Raj
e32c5a17de
libgnomeui: Fix build with newer glib-2.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-12-27 07:25:00 -08:00
Khem Raj
30998bfc32
libgnome: Fix invalid UTF-8 in header
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-12-27 07:23:45 -08:00
Bill Randle
2a6cfdd2d1
python3-blinker: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-26 20:38:35 -08:00
Bill Randle
1164c0c338
python-blinker: move core recipe code to .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-26 20:38:28 -08:00
Tobias Olausson
cf993a2c9e
Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5
...
See also: https://patchwork.openembedded.org/patch/139422/
Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-12-22 19:54:10 -08:00