summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons
Commit message (Collapse)AuthorAgeFilesLines
* set SUMMARY instead of DESCRIPTIONAndré Draszik2018-06-199-9/+9
| | | | | | | | | 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>
* commons-httpclient: extend native bbclassMing Liu2018-01-091-1/+3
| | | | | Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* commons-codec: extend native bbclassMing Liu2018-01-091-0/+2
| | | | | Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* commons-cli: extend native bbclassMing Liu2018-01-091-2/+2
| | | | | Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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-092-2/+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>
* commons-collections3: upgrade from 3.2.1 to 3.2.2Zhenhua Luo2017-03-301-2/+3
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* do_unpackpost: explicitly set working directoryPatrick Ohly2016-07-221-0/+1
| | | | | | | | | | bitbake rev 67a7b8b02 "build: don't use $B as the default cwd for functions" (included in current bitbake master) breaks the assumption that do_unpackpost runs inside the build directory. Now that has to be set explicitly, which is also okay for older bitbake versions. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "meta-java: rely on well known bootstrap-path"Jackie Huang2016-01-042-4/+0
| | | | | | | | 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-0/+4
| | | | | | | | | | | | 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>
* mark broken recipes with PNBLACKLISTMax Krummenacher2015-02-172-0/+4
| | | | | | | | | | | | | While testing commit 'java-library: inherit allarch' I found some recipes throwing errors in do_compile. The recipes jaxme and xom currently don't build with compiler errors. jaxen, dom4j, jdom, commons-jxpath, commons-configuration depend directly or indirectly on jaxme and/or xom and thus are unbildable. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* licence: add missing LIC_FILES_CHKSUMMax Krummenacher2015-02-1711-2/+12
| | | | | | | | While at it change the LICENSE string to the oe one if applicable. e.g. AL-2.0 -> Apache-2.0 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cleanup whitespace in tasksMax Krummenacher2015-02-171-33/+33
| | | | | | | Indent with 4 spaces in task definitions. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipes-core: Correct fastjar cmdlineKhem Raj2013-09-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jakarta-commons: switch to INC_PR and fix licenseHenning Heinold2013-01-2418-1/+37
|
* meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold2012-05-252-2/+0
|
* Apache have moved its complete software archive from www.apache.org to ↵Xerxes Rånby2011-12-2115-15/+15
| | | | | | | | | | archive.apache.org commons-cli, commons-codec, commons-collections, commons-configuration, commons-digester, commons-discovery, commons-el, commons-fileupload, commons-httpclient, commons-io, commons-jxpath, commons-lang, commons-logging, commons-net, commons-pool, avalon-framework-api, logkit, oro, poi and xerces-j have been updated accordingly. Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* meta-java: initial commitHenning Heinold2011-11-2618-0/+296
* 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