summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* vboxguestdrivers: upgrade 6.1.4 -> 6.1.6Wang Mingyu2020-04-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: use u-a for /usr/bin/svc and /usr/bin/svokMartin Jansa2020-04-251-0/+4
| | | | | | | | | | * busybox provides the same, causing busybox postinst to fail when both packages are installed in the same image: update-alternatives: Error: not linking rootfs/usr/bin/svc to /usr/bin/busybox.nosuid since rootfs/usr/bin/svc exists and is not a link update-alternatives: Error: not linking rootfs/usr/bin/svok to /usr/bin/busybox.nosuid since rootfs/usr/bin/svok exists and is not a link Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-more-itertools: Modify ptest output formatZang Ruochen2020-04-251-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnet: fix CVE-2020-10188Yi Zhao2020-04-252-0/+113
| | | | | | | | | | | Reference: https://nvd.nist.gov/vuln/detail/CVE-2020-10188 Patch from Fedora: https://src.fedoraproject.org/rpms/telnet/raw/master/f/telnet-0.17-overflow-exploit.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pexpect: change shebang to python3Changqing Li2020-04-252-0/+27
| | | | | | | | | | we have offcially dropped python2, so it is possible that our code run on python3 only host, so change shebang to python3 to avoid error like: python: command not found Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 3.2.2 -> 4.0.1Martin Balik2020-04-251-4/+4
| | | | | Signed-off-by: Martin Balik <martin.balik@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Disable valgrind dependency for riscv32Khem Raj2020-04-251-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Do not build on riscvKhem Raj2020-04-253-2/+6
| | | | | | Its not yet ported to work on RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: not create link to /usr/share/localeKai Kang2020-04-252-1/+25
| | | | | | | | It is useless to create a link to $(PREFIX)/share/locale that there is no reference to $(PREFIX)/share/$(APPNAME)/locale in source code. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes,packagegroups: Remove libunwind deps for riscvKhem Raj2020-04-253-6/+16
| | | | | | | | since libunwind is not buildable, it results in glog not being buildable and that results in ceres-solver and gperftools opencv needs glob to eenable libeigen Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 5.0.8 -> 5.0.9Wang Mingyu2020-04-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-obd: Add missing setuptools RDEPENDSAlistair Francis2020-04-251-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Disable build on riscvKhem Raj2020-04-251-0/+3
| | | | | | Not supported arch yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Do not build on riscvKhem Raj2020-04-251-0/+3
| | | | | | Does not have riscv port yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Disable build on riscvKhem Raj2020-04-251-0/+2
| | | | | | Unsupported arch as of now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: Do not build on riscvKhem Raj2020-04-251-2/+6
| | | | | | Keep mips64 exclusion as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: Fix build on riscv64Khem Raj2020-04-252-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: add nativesdkMatt Campbell2020-04-251-1/+3
| | | | | Signed-off-by: Matthew Campbell <mcampbell@izotope.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 4.0.0 -> 4.1.0Wang Mingyu2020-04-221-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: Fix host-specific path issue with libsodiumniko.mauno@vaisala.com2020-04-222-0/+40
| | | | | | | | | | | | | Avoid propagation of full build host specific path into WORKDIR/sysroot-destdir/usr/share/cmake/ZeroMQ/ZeroMQTargets.cmake when building the recipe as this causes following-like breakage on sstate cache consumer hosts (with different build host specific path, than the host that populated sstate cache) ninja: error: '/build/host/specific/path/to/zeromq/4.3.2-r0/recipe-sysroot/usr/lib/libsodium.so', needed by 'src/FooBar', missing and no known rule to make it Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Link with pthreads on riscvKhem Raj2020-04-211-0/+2
| | | | | | | | Fixes librocksdb.so.6.6.4: undefined reference to `__atomic_compare_exchange_1' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 1.5.5 -> 1.6.5Tim Orling2020-04-211-5/+10
| | | | | | | | | | | Add additional DEPENDS on libxcomposite, libxfixes, libxdamage Add update-alternatives similar to xfce-session from meta-xfce For release notes and changes see: https://github.com/ice-wm/icewm/releases/ Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove LICENSE = "MIT" from imagesAndrea Adami2020-04-212-4/+0
| | | | | | | | As in commit 9d55993 This is the default in the packagegroup and image classes. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-initramfs: put images and initrdscripts in recipes-coreAndrea Adami2020-04-215-0/+0
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: Disable ffp-exception-behavior on riscv/clangKhem Raj2020-04-211-0/+1
| | | | | | It has same problem as mips. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ordered-set: Enable ptestZheng Ruoqin2020-04-212-1/+16
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsmin: Enable ptestZheng Ruoqin2020-04-212-1/+16
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz: Enable ptestZheng Ruoqin2020-04-212-1/+20
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Enable ptestZheng Ruoqin2020-04-212-1/+17
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: CVE-2019-16275.patchWang Mingyu2020-04-212-0/+80
| | | | | | | | | | security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16275 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Android-tools: Support Risc-V ISAChenxi Mao2020-04-203-0/+553
| | | | | | | | Risc-V ADB implementation is based on ARM64 implemtentation. The core change is leverage fence command to implement memroy barrier featrue. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: Enable ptestZang Ruochen2020-04-202-1/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-more-itertools: Enable ptestZang Ruochen2020-04-202-0/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markupsafe: Enable ptestZang Ruochen2020-04-202-1/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: Enable ptestZang Ruochen2020-04-202-1/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpointer: Enable ptestZang Ruochen2020-04-202-1/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jinja2: Enable ptestZang Ruochen2020-04-202-0/+19
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdcal: Enable ptestZang Ruochen2020-04-202-1/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot(-klibc): update recipe to master on github (5a5e04b)Andrea Adami2020-04-201-1/+1
| | | | | | | fix injection of compiler flags (static and debug) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utouch-evemu: Correctly specify PV to match upstreamKhem Raj2020-04-201-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utouch-evemu: correct Fix build for 32bit arches with 64bit time_tChristophe PRIOUZEAU2020-04-201-6/+9
| | | | | | | | A pair of parenthesis are missing on correction which generate bad behaviour at runtime. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcb-util-cursor: initial add 0.1.3Andreas Müller2020-04-191-0/+11
| | | | | | | | | | * Have it in meta-qt5-extra for a while * Now meta-musicians will depend on it => move to a more common layer Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openh264: Upgrade to 2.1.0Khem Raj2020-04-193-99/+3
| | | | | | | Drop mips64 build patches as they are not needed anymore Add logic for building on rv64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Do not depend on luaJIT for riscvKhem Raj2020-04-191-0/+4
| | | | | | LuaJIT is not porteed to riscv yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.35.0 -> 1.36.0Pierre-Jean Texier2020-04-191-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.36.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fbgrab: upgrade 1.3.1 -> 1.3.3Pierre-Jean Texier2020-04-191-1/+1
| | | | | | | See full changelog https://github.com/GunnarMonell/fbgrab/releases Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: add patch ensuring destdir is empty stringTrevor Gamblin2020-04-172-0/+50
| | | | | | | | | | | | | | | | | | | | | apache2 added cross-compilation support after 2.4.41, but this conflicts with our own cross-compilation setup and causes related recipes like apache-websocket to fail to find config files (due to incorrect file paths) during build: | cannot open /ala-lpggp31/tgamblin/yocto/poky.git/build/tmp/work/core2-64-poky-linux/apache-websocket/0.1.1+gitAUTOINC+6968083264-r0/recipe-sysroot/ala-lpggp31/tgamblin/yocto/poky.git/build/tmp/work/core2-64-poky-linux/apache-websocket/0.1.1+gitAUTOINC+6968083264-r0/recipe-sysroot//usr/share/apache2/build/config_vars.mk: No such file or directory at /ala-lpggp31/tgamblin/yocto/poky.git/build/tmp/work/core2-64-poky-linux/apache-websocket/0.1.1+gitAUTOINC+6968083264-r0/recipe-sysroot/usr/bin/crossscripts/apxs line 213. Add this patch to ensure that the $destdir variable used in apache2's cross-compilation scheme is always the empty string so that apache-websocket can find the right files. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: upgrade 2.4.41 -> 2.4.43Trevor Gamblin2020-04-171-3/+3
| | | | | | | | | | | | | | | | | LICENSE file was updated due to a typo fix. Note that this upgrade fixes two CVES affecting versions 2.4.41 and earlier: CVE: CVE-2020-1927 CVE: CVE-2020-1934 See: https://nvd.nist.gov/vuln/detail/CVE-2020-1927 https://nvd.nist.gov/vuln/detail/CVE-2020-1934 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: add 33.4.0 version recipe which is compatible with lua5.3Haseeb Ashraf2020-04-172-0/+96
| | | | | Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: split ${PN}-bin from ${PN} to solve recursive dependencyYi Zhao2020-04-171-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | The commit 89d86b96f80d8a136d38113baf69d8ccad5a5ff6 which tries to fix the installation issue for ostree introduces a recursive dependency issue. When installing the postfix package on target via online repository, the postinst function for postfix-cfg package needs newaliases but this command is from postfix package which causes an error: Configuring postfix-cfg. /var/lib/opkg/info/postfix-cfg.postinst: line 9: newaliases: not found pkg_run_script: package "postfix-cfg" postinst script returned status 127. Split a new package postfix-bin from postfix and make it as the runtime dependency for postfix-cfg. Set USERADD_PACKAGES to ${PN}-bin to avoid image do_rootfs warnings when installing postfix via IMAGE_INSTALL: [log_check] warning: group postdrop does not exist - using root [log_check] warning: user postfix does not exist - using root Set ALTERNATIVE to ${PN}-bin to make sure the newaliases symbolic link is installed before installing postfix-cfg. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>