summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* autossh: Depend on ssh instead of hardcoding opensshKhem Raj2020-09-011-1/+1
| | | | | | This helps it to use dropbear Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bearssl: fix GNU_HASH link errorKhem Raj2020-09-012-0/+33
| | | | | | | | Fixes No GNU_HASH in the ELF binary /mnt/b/yoe/master/build/tmp/work/cortexa57-yoe-linux/bearssl/0.6-r0/packages-split/bearssl/usr/lib/libbearssl.so.6.0.0, didn't pass LDFLAGS? [ldflag s] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Add new packagesKhem Raj2020-09-011-56/+188
| | | | | | Reorganize to have one package per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Depend on dhcpcdKhem Raj2020-09-011-1/+1
| | | | | | dhcp-client is being removed from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Exclude from world buildsKhem Raj2020-08-311-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Correct the install path in init servicesKhem Raj2020-08-312-2/+2
| | | | | | Its not in bindir but in sbindir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Remove /var/runKhem Raj2020-08-311-0/+1
| | | | | | | This is empty and its a runtime directory which is created by base-files already Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-webserver: Update to include new recipesKhem Raj2020-08-311-9/+20
| | | | | | Re-organise to have one entry per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-filesystems: Update to add new recipesKhem Raj2020-08-311-9/+25
| | | | | | Re-format while here to list one entry per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* properties-cpp: Add recipeKhem Raj2020-08-312-1/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Fix for signature change for allarch icon themesKhem Raj2020-08-311-0/+6
| | | | | | | | | | | | faenza-icon-theme are allarch but recently gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes when machine changed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* layer.conf: fixes icon-theme signature changesKhem Raj2020-08-311-0/+7
| | | | | | | | | | | | openzone and rodent-icon-theme are allarch but recently gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes when machine changed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* php: Upgrade 7.4.4 -> 7.4.9Leon Anavi2020-08-312-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 7.4.9: - Fixed: Upgrade apache2handler's php_apache_sapi_get_request_time to return usec - Fixed: BSTR to PHP string conversion not binary safe - Fixed: DCOM does not work with Username, Password parameter - Fixed: serialize() and unserialize() methods can not be called statically - Fixed: Segfault in php_str_replace_common - Fixed: Assertion failure if dumping closure with unresolved static variable - Fixed: Assertion failure when assigning property of string offset by reference - Fixed: HT iterators not removed if empty array is destroyed - Fixed: Changing array during undef index RW error segfaults - Fixed: Use after free if changing array during undef var during array write fetch - Fixed: Use after free if string used in undefined index warning is changed - Fixed: Public non-static property in child should take priority over private static - Fixed: getimagesize function silently truncates after a null byte - Fixed: finfo_file crash (FILEINFO_MIME) - Fixed: ftp_size on large files - Fixed: mb_strimwidth does not trim string - Fixed: Use of freed hash key in the phar_parse_zipfile function - Fixed: ::getStaticProperties() ignores property modifications - Fixed: ::getStaticPropertyValue() throws on protected props - Fixed: Use after free when type duplicated into ReflectionProperty gets resolved - Fixed: Can't copy() large 'data://' with open_basedir - Fixed: dns_check_record() always return true on Alpine - Fixed: array_walk() does not respect property types Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: upgrade 5.8 -> 5.9Ovidiu Panait2020-08-3116-416/+56
| | | | | | | | | | | | | Upgrade net-snmp 5.8 -> 5.9: * refresh patches * drop backports: https://github.com/net-snmp/net-snmp/commit/5f881d3bf24599b90d67a45cae7a3eb099cd71c9 https://github.com/net-snmp/net-snmp/commit/6e1329bde834e0edcfadb88d3c05e6015e945638 https://github.com/net-snmp/net-snmp/commit/abdcb6af8df352a257a7092c1649471af1e4e97b https://github.com/net-snmp/net-snmp/commit/21260fdd60c172839f997fb6f888a6e21c6825eb Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sharutils: Use update alternatives for uudecode/uuencodeKhem Raj2020-08-311-1/+5
| | | | | | This can then live with toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Create symlinks for magick-scriptKhem Raj2020-08-311-2/+5
| | | | | | This link was missed out Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Use update alternatives for tunctlKhem Raj2020-08-311-0/+5
| | | | | | This can then live along with toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: Use update alternatives for streamKhem Raj2020-08-311-1/+5
| | | | | | stream is also provided by imagemagick as an alternative Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.4 -> 1.3.5Zang Ruochen2020-08-312-42/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: upgrade 3.7 -> 3.9Zang Ruochen2020-08-311-2/+2
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: upgrade 3.21 -> 3.22Zang Ruochen2020-08-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hexedit: Define update alternativesKhem Raj2020-08-311-1/+5
| | | | | | hexedit can also be provided by toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix target postinstKhem Raj2020-08-311-3/+3
| | | | | | | | | Separate out target specific postintalls into pkg_postinst_ontarget_PN Fixes /mnt/b/yoe/master/build/tmp/work/qemuarm64-yoe-linux/meta-oe-ptest-image/1.0-r0/rootfs//var/lib/opkg/info/sblim-sfcb.postinst: line 6: /usr/share/sfcb/genSslCert.sh: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Add a comment to remove pipewire-0.2 dependency with 3.36Khem Raj2020-08-311-0/+1
| | | | | | This will serve as a reminder when this recipe is upgraded to 3.36+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-liberation-sans-narrow: Do not install normal liberation fontsKhem Raj2020-08-311-0/+2
| | | | | | | They are provided by ttf-liberation recipe, this avoids install time conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: Use update-alternativesKhem Raj2020-08-312-2/+10
| | | | | | gadget-acm-ecm show-gadgets are also provided by older libusbg recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canutils: Use update-alternativesKhem Raj2020-08-312-1/+12
| | | | | | | canutils provides applications which conflict with can-utils recipe. update-alternatives helps fix this when both are installed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mime-support: Use update-alternativesKhem Raj2020-08-312-0/+11
| | | | | | | mime.types is also provided by mailcap so use update-alternatives to install is policy when both are added into image Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Overhaul so it can build meta-oe-imageKhem Raj2020-08-311-187/+806
| | | | | | | | | | Ensure that newly added recipes are added Organise the packages per direcories introduce packagegroup for fortran packages Add missing packagegroup for printing packages Document the packages which can not be included in these packahge groups Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | | | Upgrade to release 2.4.4: - Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. - Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db.session.commit() directly instead. - Fix bad pagination when records are de-duped. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-sqlalchemy: Consolidate in a single fileLeon Anavi2020-08-312-11/+11
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restful: Upgrade 0.3.7 -> 0.3.8Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | Upgrade to release 0.3.8: - Add Python 3.8 support - Fix wrongly parsed Decimal fields - Fix overridden response when calling abort with Response - Various small fixes and updates to documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restful: Consolidate in a single fileLeon Anavi2020-08-312-18/+16
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: Upgrade 2.5.2 -> 2.5.3Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 2.5.3: - Allow Path objects to be used as directory parameter - Use same database URLs as Flask-SQLAlchemy - Document how to set up with init_app method - Document how to include a message in initial migrate - Remove checks for alembic 0.7.0. Flask-Migrate requires alembic >= 0.7 in its setup.py file, which makes all the checks for this version obsolete. - Use sys.executable in tests, also re-order imports - Cosmetic improvements to help messages Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: Consolidate in a single fileLeon Anavi2020-08-312-15/+15
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-babel: Upgrade 1.0.0 -> 2.0.0Leon Anavi2020-08-311-1/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Drop Python2 support - Tests moved from unittest to pytest - Domain and caching support from Flask-BabelEx - Documentation moved from python-hosted to Github Pages. - CI moved from Travisci to Github Actions - Small documentation improvements. - Removed uncessary checks on get_translations() - localeselector and timezoneselector can be changed after creation. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ntplib: Upgrade 0.3.3 -> 0.3.4Leon Anavi2020-08-311-5/+4
| | | | | | | | | | | | | Upgrade to release 0.3.4: - Use setuptools - update URL Use source from the GitHub repository instead of pypi because appropriate archive for this release is not available at pypi.org. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: Upgrade 3.8.0 -> 3.9.0Leon Anavi2020-08-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade tweepy to release 3.9.0: - Add API.create_media_metadata - Update allowed parameters for API.update_status - Add allowed parameters to API.get_status - Add allowed parameters to API.statuses_lookup - Improve API.lookup_users - Improve and optimize API.statuses_lookup, API.create_media_metadata, API.update_status - Add reverse as allowed parameter for API.lists_all - Add count as allowed parameter for API.lists_memberships - Add count as allowed parameter for API.lists_subscriptions - Add include_entities as allowed parameter for API.list_timeline - Add allowed parameters to API.list_subscribers - Add support for Python 3.8 - Update and improve setup.py - Use requests socks extra instead of requiring PySocks directly - Allow uploading of images with file names without extensions - Support uploading WebP images - Add missing attributes to Relationship model - Update max allowed size for uploaded GIFs - Add _json attribute to DirectMessage model - Update and improve tests - Add documentation for extended Tweets - Document API.lookup_users - Add documentation for running tests - Add Korean translation of documentation - Add Polish translation of documentation - Document API.lookup_friendships - Update and improve various documentation - Fix handling of invalid credentials for API.verify_credentials - Handle boolean value for API.verify_credentials include_email parameter - Allow Cursor to be used with API.list_direct_messages by adding DMCursorIterator License-Update: Use the exact line from PKG-INFO. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography: Upgrade 3.0 -> 3.1Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.1: - BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. - Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it. - Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release. - backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided. - Added initial support for parsing certificates from PKCS7 files - Calling update or update_into on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in :doc:`/fernet`. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | Upgrade to release 1.10.1: - Bug fix: discovery uses V2 when version is None - Fix deprecation warnings due to invalid escape sequences - Fix link to service accounts documentation - Update generated docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: Upgrade 4.2.1 -> 4.3.1Leon Anavi2020-08-311-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 4.3.1: - Fix is_connected in test client - Handle callbacks for emits outside of request context - Improve test client unit test to use two concurrent clients - Accept skip_sid argument in emit - Fix is_connected() method in test client - Log warning when gevent is used but WebSocket is missing - More accurate logging documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: superseed upstream pr #238 patch with pr #245 due to unexpected ↵Gianfranco Costamagna2020-08-302-8/+47
| | | | | | | | | | behaviour Upstream commented to use the second one Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvdial: Update SRC_URI to an accessible locationKhem Raj2020-08-301-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvstreams: Update SRC_URI to a fetchable locationKhem Raj2020-08-301-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mini-iconv: RemoveKhem Raj2020-08-291-20/+0
| | | | | | It was needed for uclibc, unused now a days Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Use quotation marks for subject prefixMichael Vetter2020-08-281-1/+1
| | | | | | | | | | | | On zsh it otherwise returns: ``` zsh: bad pattern: --subject-prefix=meta-oe][PATCH ``` With quotation marks it should work on all shells. Signed-off-by: Michael Vetter <jubalh@iodoru.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: Use new repo URLMichael Vetter2020-08-281-2/+2
| | | | | | | | The official repo is now https://github.com/jasper-software/jasper. https://github.com/mdadams/jasper will forward there. Signed-off-by: Michael Vetter <jubalh@iodoru.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipe/ettercap : new ettercap recipeJugurtha BELKALEM2020-08-281-0/+42
| | | | | | | | | | | | | | | | | Ettercap is a comprehensive suite for man in the middle attacks. It features sniffing of live connections, content filtering on the fly and many other interesting tricks. It supports active and passive dissection of many protocols and includes many features for network and host analysis. To test ettercap : $ ettercap -T -i eth0 # Text mode or $ ettercap -C -i eth0 # console based mode Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openocd: Update to latest git versionMarc2020-08-283-80/+3
| | | | | | | | | | The 0001-Do-not-include-sysctrl.h-with-glibc.patch is no longer needed, and is thus removed. The 0001-bitbang-Make-bitbang_swd-extern-definition.patch was fixed upstream in c60252ac2b636c4d99b766a574b9df0966151696 and is thus removed. Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: fix postinst in do_rootfs for targetMartin Jansa2020-08-281-13/+14
| | | | | | | | | | | | | | | | | Partially revert "nss: fix postinst script for nativesdk build" This reverts commit 31552510b15c1c97aa6cbe180c2bb53d139efbcc. When running in do_rootfs we need to run shlibsign provided by nss-native, otherwise it fails when /usr/bin/shlibsign doesn't exist on host builder: do_rootfs: Postinstall scriptlets of ['nss'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>