summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libdc1394: Update to 2.2.6 releaseKhem Raj2019-12-091-9/+4
| | | | | | | Use tarball fetcher and drop autotools-brokensep Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-By: Andreas Müller <schnitzeltony@gmail.com>
* id3lib: Update to newer debian patchsetKhem Raj2019-12-081-3/+37
| | | | | | adopt the patch routine, since the format of tarball has changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Add a PACKAGECONFIG for disabling usb supportAdrian Bunk2019-12-081-2/+3
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Update to 2.8.4Khem Raj2019-12-081-2/+3
| | | | | | package tmpfiles.d/udisk2.conf, generated with systemd enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pywbem: Update to 0.15.0Khem Raj2019-12-083-3/+6
| | | | | | | * LICENSE.txt move to toplevel * Use github for SRC_UTI, pypi source does not build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sigrok-cli: Update to 0.7.1Khem Raj2019-12-081-2/+3
| | | | | | Package /usr/share/icons/hicolor/scalable/apps/sigrok-cli.svg Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblockdev: Loosen the regexp for py3Khem Raj2019-12-081-1/+1
| | | | | | | | | | | | | Fixes packaging with py 3.8 ERROR: libblockdev-2.23-r0 do_package: QA Issue: libblockdev: Files/directories were installed but not shipped in any package: /usr/lib/python3.8 /usr/lib/python3.8/site-packages /usr/lib/python3.8/site-packages/gi /usr/lib/python3.8/site-packages/gi/overrides /usr/lib/python3.8/site-packages/gi/overrides/BlockDev.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: upgrade 5.2.2 -> 5.3.1Wang Mingyu2019-12-083-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "zstd: move recipe to oe-core"Stefan Agner2019-12-081-0/+35
| | | | | | | | | | The recipe has not been accepted in oe-core. So readd the recipe to meta-openembedded. This reverts commit b0b9cebc72a7f6e4451b64e54701709cee30fded. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnih: Fix build with latest gettextKhem Raj2019-12-082-4/+24314
| | | | | | | | | Run gettextize and fix up the resulting problems so that it builds Fixes | make[2]: *** No rule to make target 'libgnuintl.@INTL_LIBTOOL_SUFFIX_PREFIX@a', needed by 'all-no-yes'. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: add python3-pyserial to RDEPENDSTrevor Gamblin2019-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | twisted's internet submodule has serial port functionality that relies on python3-pyserial to be available, but this isn't in twisted's RDEPENDS list, so imports of the serial port functionality will fail: |root@qemux86-64:~# python3 |Python 3.7.5 (default, Dec 5 2019, 23:01:22) |[GCC 9.2.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> import twisted.internet.serialport |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib/python3.7/site-packages/twisted/internet/serialport.py", line 21, in <module> | import serial |ModuleNotFoundError: No module named 'serial' |>>> Since the internet submodule is part of the twisted-core split, add python3-pyserial to RDEPENDS for that part of the recipe. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: upgrade 3.32.0 -> 3.34.1Andreas Müller2019-12-082-41/+38
| | | | | | | | | | | | This is more or less a recipe-rewrite: * get sources from GNOME * cleanup DEPENDS * give up tailored configure * make xinerama a PACKAGECONFIG Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: initial add 3.34.0Andreas Müller2019-12-081-0/+17
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsound: initial add 1.0.2Andreas Müller2019-12-081-0/+13
| | | | | | | yet another dependency for gnome-control-center Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo: initial add 0.3.10Andreas Müller2019-12-081-0/+29
| | | | | | | It is an unconditional dependency for upcoming gnome-control-center Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.41.2 -> 1.42.1Andreas Müller2019-12-081-5/+6
| | | | | | | | | * 1.42.1 is latest stable release (and I don't understand how 1.41.2 got through upstream-version-is-even) * @world builders: x11 in DISTRO_FEATURES is requred with gsettings-desktop-schemas added to DEPENDS * gconf support was removed ages ago Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgnome-keyring: removeAndreas Müller2019-12-071-29/+0
| | | | | | | | * with recent changes nothing requires it anymore * development stopped in 2014 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.45 -> 1.14.46Andreas Müller2019-12-072-8/+4
| | | | | | | | * there have been no traces that gconf is still necessary ' while at it cleanup recipe Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-keyring: upgrade 3.28.2 -> 3.34.0Andreas Müller2019-12-073-44/+93
| | | | | | | | | | | | | * add upstream-version-is-even to inherit * they moved to gettext-only translation * add PACKAGECONFIG ssh-agent enabled by default * RDEPENDS do not seem to make sense these days * prettify recipe [1] https://download.gnome.org/core/3.32/3.32.2/sources/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pinpoint: remove dead projectAndreas Müller2019-12-071-24/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: add missing cmake configration option to packageconfigMaxime Roussin-Bélanger2019-12-051-0/+15
| | | | | Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove nodejs and uim on riscvKhem Raj2019-12-051-2/+4
| | | | | | These are not yet buildable for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: add recipeJacopo Dall'Aglio2019-12-051-0/+58
| | | | | | | | Canonical's Netplan is a network configuration abstraction renderer written in Python. It's compatible with NetworkManager and systemd-networkd. Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: split ntpdc into separate packageAndrej Valek2019-12-051-3/+4
| | | | | | | | A ntpdc is a special NTP query program. It shouldn't be part of ntp-utils which is depending on perl. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: 3.1.1 -> 3.2.0Wang Mingyu2019-12-054-100/+2
| | | | | | | | 0001-setup.cfg-add-non-GPL-format-option.patch Removed since it is included in 3.2.0 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: fix RDEPENDS in pcsc PACKAGECONFIGLaurent Bonnans2019-12-051-1/+1
| | | | | | | | OpenSC depends on pcsc-lite's systemd service and pkcs11 library at runtime. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-toolsPau Espin Pedrol2019-12-051-0/+1
| | | | | | | | | Previously the kernel module was only pulled in for ${PN}-utils and ${PN}-ptest, but not for the library itself. As a result, appsexternal to this recipe using only the library fail because kernel module is not installed in the image. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: 12.0 -> 12.1Wang Mingyu2019-12-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* projucer: Upgrade to 5.4.5Khem Raj2019-12-055-11/+105
| | | | | | | | | | | | | | | License-Update: https://github.com/WeAreROLI/JUCE/commit/d9dee4d87332bf9e3d12da2e032608698829dc14#diff-37854d19817c792316d481f5beb93cc7 Enbable GPL build and disable webkit component Merge native and nativesdk component into single recipe using bbclassextend Disable build on musl Link with libatomic on arches without builtin atomics Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: 4.4.1 -> 4.4.2Wang Mingyu2019-12-043-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-paste: 3.2.2 -> 3.2.3Wang Mingyu2019-12-041-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emlog: Use RRECOMMEND instead of RDEPENDKhem Raj2019-12-031-1/+1
| | | | | | | | | This helps with re-using sstate tasks when machines are similar Fixes Hash for dependent task emlog/kernel-module-emlog_git.bb:do_packagedata changed from a70b22026e418998e61d08b0b0ab64a3e26fd0da41a1d12f4356554b6b043794 to 7817106c7626c3c4b238f03771fc32dc8f3dc5e7496ff98cf8a812039939f915 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Remove obsolete patchAdrian Bunk2019-12-032-80/+0
| | | | | | | | | | The patch metadata talked about sync_file_range(), the patch seemed to handle copy_file_range(). Both functions are checked by current xfsprogs upstream code. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Backport build/test fixes from upstreamAlex Kiernan2019-12-034-0/+140
| | | | | | | | | | | Pick upstream fixes: 77b27c07df2b Avoid race condition when building outside of source tree 16bb294384bb tests/repo-finder: Run realpath() on /tmp de8e0765a4a5 Makefile: declare ostree_boot_SCRIPTS and append values Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add PACKAGECONFIG for builtin-grub2-mkconfigAlex Kiernan2019-12-031-1/+3
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Change PACKAGECONFIG to use manpagesAlex Kiernan2019-12-031-2/+2
| | | | | | | | Change PACKAGECONFIG to use manpages and inherit same so we build mandb correctly when api-documentation is enabled. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Drop tests for soup/xattr with ptestAlex Kiernan2019-12-031-4/+2
| | | | | | | | | | When ptest is enabled, both soup (for trivial-httpd) and xattr must be enabled for all tests to pass. Rather than forcing everyone to enable these, just document this and remove the tests since a subset of the tests are still useful. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix DISTRO_FEATURES with ptest but w/o xattrAlex Kiernan2019-12-031-2/+2
| | | | | | | | | Fix the test for PTEST_ENABLED so it only fires when it's actually enabled, as opposed to everytime. This allows the tautological test for native to be removed as PTEST_ENABLED isn't set there. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: Add recipeAlex Kiernan2019-12-031-0/+18
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Fix documentation generationAlex Kiernan2019-12-031-1/+1
| | | | | | | | | | Switch PACKAGECONFIG from man to manpages so we are included when api-documentation is set. Ensure correct tools are available to build the documentation and avoid unsupported option failures by not passing `--enable-man-doc`. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pbr: upgrade 5.4.3 -> 5.4.4Wang Mingyu2019-12-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dbus: upgrade 1.2.12 -> 1.2.14Wang Mingyu2019-12-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-alembic: upgrade 1.3.0 -> 1.3.1Wang Mingyu2019-12-033-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-thrift: upgrade 0.11.0 -> 0.13.0Wang Mingyu2019-12-031-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: initial add 3.34.1Andreas Müller2019-12-032-0/+133
| | | | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> V1 -> V2: * rework PACKAGECONFIGs: particularly glx has to be added to opengl/x11 / remove remote-desktop * add patch to fix GLES2 fallback for ancient targets Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xorg-cvt-native: initial add 1.20.5Andreas Müller2019-12-031-0/+41
| | | | | | | | upcoming mutter requires cvt to calculate source code tables of default video modes - wow Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-simplejson: upgrade 3.16.0 -> 3.17.0Wang Mingyu2019-12-013-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyopenssl: upgrade 19.0.0 -> 19.1.0Wang Mingyu2019-12-013-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyasn1: upgrade 0.4.7 -> 0.4.8Wang Mingyu2019-12-013-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pluggy: upgrade 0.13.0 -> 0.13.1Wang Mingyu2019-12-013-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>