summaryrefslogtreecommitdiff
path: root/classes/java-library.bbclass
AgeCommit message (Collapse)AuthorFiles
2010-09-07java-library.bbclass: do_stage is not needed anymoreKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Robert Schuster <robertschuster@fsfe.org>
2010-08-05java-library.bbclass: workaround for staging when BBCLASSEXTENDED is usedHenning Heinold1
* when BBCLASSEXTENDED is used, do_stage is not called for target stuff, so workaround it with the oejarinstall in do_install too
2008-10-22Added BPN/BP functionality (see #11716)Robert Schuster1
base.bbclass: Added base_package_name python function. java-library.bbclass: Removed java_back_package_name function. bitbake.conf: Set BP/BPN and use it in FILESPATH and S
2008-10-22java-library.bbclass: Remove superfluous quotes from BPN variable.Robert Schuster1
2008-10-10java-library.bbclass: Introduce BPN as a mean to minimize changes between a ↵Robert Schuster1
recipe foo and foo-native.
2008-05-15java-library.bbclass: Default implementation for do_install/do_stage.Robert Schuster1
java.bbclass: Added oe_makeclasspath function.
2008-01-17java.bbclass: New bbclass for java recipes.Robert Schuster1
java-library.bbclass: New bbclass for java library (jar) recipes. swt3.3-gtk: New recipe. swt3.4-gtk: New recipe. swt3.4-gtk-hildon: New recipe.