summaryrefslogtreecommitdiffstats
path: root/recipes-core/jcraft
Commit message (Collapse)AuthorAgeFilesLines
* jsch,xerces-j: fix CVE_STATUSPeter Marko2024-02-261-2/+1
| | | | | | | | | | Last commit tried to convert CVE_CHECK_IGNORE to CVE_STATUS, however it was done in wrong way and caused the CVEs to be reported as open again. This fixes CVE_STATUS syntax. Signed-off-by: Peter Marko <peter.marko@siemens.com>
* jsch,xerces-j: fix deprecated CVE_CHECK_IGNORETim Orling2024-02-031-1/+1
| | | | | | | | | | | | | | | The preferred variable name is now CVE_STATUS since: openembedded-core 34f682a24b7075b12ec308154b937ad118d69fe5 "cve-check: add option to add additional patched CVEs" Fixes: WARNING: /build/../meta-java/recipes-core/jcraft/jsch_0.1.40.bb: CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS WARNING: /build/../meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb: CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS Signed-off-by: Tim Orling <tim.orling@konsulko.com>
* jsch: switch to inclusive languageUlrich Ölmann2022-11-281-2/+2
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* BSD licenses: Updated to SPDX namingsDouglas Royds2022-08-222-2/+2
| | | | | | | | | | | | javasqlite has an MIT license, not a BSD one. Silences warnings of this form: WARNING: jzlib-native-1.0.7-r0 do_populate_lic: QA Issue: jzlib-native: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* jsch: Whitelist CVE-2016-5725Pawan Badganchi2022-04-261-0/+3
| | | | | | | | Whitelist the CVE because it only affects windows platforms Link: https://ubuntu.com/security/CVE-2016-5725 Signed-off-by: Pawan Badganchi<pawan.badganchi@kpit.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* all: run convert-overrides (0.9.3) script to convert to new override formatAJ Bagwell2021-08-111-2/+2
| | | | | Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* set SUMMARY instead of DESCRIPTIONAndré Draszik2018-06-192-2/+2
| | | | | | | | | Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) Signed-off-by: André Draszik <andre.draszik@jci.com> Tested-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* meta: drop deprecated virtclass-nativeMing Liu2018-01-091-1/+1
| | | | | | | Replaces them with class-native. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta: drop redundant DEPENDS_virtcalss-native definitionsMing Liu2018-01-091-1/+0
| | | | | | | | The DEPENDS would be handled in native.bbclass, it's not necessary to set them explicitly in recipes. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "meta-java: rely on well known bootstrap-path"Jackie Huang2016-01-042-2/+2
| | | | | | | | This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566. Detail reason is in the following commit. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* meta-java: rely on well known bootstrap-pathJens Rehsack2015-12-082-2/+2
| | | | | | | | | | | | Instead of potential circular depending virtual/javac-native (even this recipe provides such a useable java-native), rely on well known path via cacao-native to build up to icedtea7-native in reliable manner. virtual/javac-native should be used by parts not belonging to the bootstrap phase. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* recipes-core: Correct fastjar cmdlineKhem Raj2013-09-292-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold2012-05-252-2/+0
|
* meta-java: initial commitHenning Heinold2011-11-262-0/+55
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native