summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-zopeinterface: update RDEPENDS to include datetimeDerek Straka2017-12-301-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-whoosh: add RDEPENDS to work on minimal python installsDerek Straka2017-12-302-0/+18
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyflakes: update to version 1.6.0Derek Straka2017-12-302-14/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cmd2: update RDEPENDS to include pyperclipDerek Straka2017-12-301-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyperclip: add an initial recipe for version 1.6.0Derek Straka2017-12-303-0/+19
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-langtable: update to version 0.0.38Derek Straka2017-12-301-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-networkx: update to version 2.0Derek Straka2017-12-302-10/+12
| | | | | | | Verified license terms remain the same and update checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-parted: update to version 3.11.1Derek Straka2017-12-305-57/+7
| | | | | | | | | Update github hash for the release Add correct RDEPENDS for the minimal python installs Remove a patch no longer required Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-wtf: update to version 0.14.2Derek Straka2017-12-304-35/+6
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisc: update to version 2.4.85Derek Straka2017-12-303-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* leveldb: fix checking for SSE flagYi Zhao2017-12-301-2/+3
| | | | | | | | | | | | | | | | The build_detect_platform-Check-for-__SSE4_2__.patch tries to use fgrep with pipe to get the SSE flag. But actually it would fail with error: fgrep: /tmp/leveldb_build_detect_platform-cxx.25886: No such file or directory That means it can not get the correct SSE flag. We should make sure the fgrep command runs after g++ command has finished and redirect the stdout and stderr to /dev/null to avoid make error: Makefile:18: *** missing separator. Stop. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hwloc: fix multilib problemQi.Chen@windriver.com2017-12-301-6/+3
| | | | | | | | | | | | | | Use libhwloc instead of lib${PN} to fix problem in case of multilib. Otherwise, when installing lib32-hwloc into image, we would have the following error at do_rootfs. - nothing provides lib32-liblib32-hwloc = 1.11.5-r0 needed by lib32-hwloc-1.11.5-r0.corei7_32 Also, fix FILES variable for libhwloc to not contain .so link file. This would fix the QA issue, and the INSANE_SKIP line is no longer needed. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp: CVE-2017-16927Zheng Ruoqin2017-12-302-0/+149
| | | | | | | Fix of CVE-2017-16927 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui-ncurses: new addArmin Kuster2017-12-302-0/+149
| | | | | | | | Add a new recipe libyui-ncurses, which is a rdepend for dnfdragora. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> fixed patch to apply Signed-off-by: Armin Kuster <akuster808@gmail.com>
* plymouth: packageconfig gtk needs gtk+3 as dependsAndreas Müller2017-12-301-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* plymouth: do not install systemd units manuallyAndreas Müller2017-12-301-3/+0
| | | | | | | | 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>
* gvfs: update 1.32.1 -> 1.34.1Andreas Müller2017-12-301-5/+2
| | | | | | | | | | | | | | * --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>
* plymouth: fix path to systemd-tty-ask-password-agentAndreas Müller2017-12-302-2/+39
| | | | | | | | | | | | | | | | | | 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>
* dnfdragora: new addZheng Ruoqin2017-12-275-0/+137
| | | | | | | Add a new recipe dnfdragora. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtk-xfce-engine: Fix build with glib-2.0 > 2.53Khem Raj2017-12-272-0/+25
| | | | | | | | 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>
* Add FLTK to licenses to avoid warning when building fltk / fltk-nativeAndreas Müller2017-12-271-0/+530
| | | | | | | FLT is a LGPLv2 with exceptions Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: do not suffix shared library names with '_SHARED'Andreas Müller2017-12-272-0/+44
| | | | | | | 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>
* fltk: remove fltk-native from DEPENDSAndreas Müller2017-12-271-1/+1
| | | | | | | 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>
* fltk-native: remove fltk-config from imageAndreas Müller2017-12-271-0/+5
| | | | | | | 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>
* protobuf: add ptest supportMingli Yu2017-12-272-2/+90
| | | | | | | | | | | | | | | | | * 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>
* Adding LUA to SDKRomain Forlot2017-12-271-1/+1
| | | | | | | | | | 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>
* libyui: new addZheng Ruoqin2017-12-271-0/+39
| | | | | | | 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>
* rygel: Add lms PACKAGECONFIG itemChanghyeok Bae2017-12-271-0/+1
| | | | | Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* vim: Security Advisory - vim - CVE-2017-17087Li Zhou2017-12-272-0/+71
| | | | | | | | 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>
* phpmyadmin: update to version 4.7.6Derek Straka2017-12-271-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nginx: update to version 1.13.7Derek Straka2017-12-271-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cassandra-driver: update to version 3.12.0Derek Straka2017-12-272-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-django: update to version 1.11.8Derek Straka2017-12-274-6/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest-runner: update to version 3.0Derek Straka2017-12-273-3/+3
| | | | | | | 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>
* python-werkzeug: update to version 0.13Derek Straka2017-12-273-3/+4
| | | | | | | | 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>
* python-pysocks: update to version 1.6.8Derek Straka2017-12-273-2/+5
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-automat: fix build dependencies to avoid download during do_compileDerek Straka2017-12-272-0/+60
| | | | | | | | 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>
* python-twisted: avoid downloading build dependenciesMark Asselstine2017-12-272-0/+10
| | | | | | | | | | | | | | | | | | | | | 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>
* python-pyopenssl: update to version 17.5.0Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-aws-iot-device-sdk-python: update to version 1.3.1Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-ipaddress: update to version 1.0.19Derek Straka2017-12-271-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pylint: update to version 1.8.1Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-webencodings: update RDEPENDS to include jsonDerek Straka2017-12-271-1/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-html5lib: update to version 1.0.1Derek Straka2017-12-273-3/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycparser: update RDEPENDS to add plyDerek Straka2017-12-271-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: update to version 2.4.84Derek Straka2017-12-273-3/+8
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest: update to version 3.3.1Derek Straka2017-12-275-10/+21
| | | | | | | Update RDEPENDS for latest version Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pluggy: add initial recipe for version 0.6.0Derek Straka2017-12-273-0/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography-vectors: update to version 2.1.4Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography: update to version 2.1.4Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>