[Bug 3699] New: bbclasses for java recipes
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Mon Jan 14 18:21:42 CET 2008
http://bugs.openembedded.org/show_bug.cgi?id=3699
Summary: bbclasses for java recipes
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: thebohemian at gmx.net
Created an attachment (id=4940)
--> (http://bugs.openembedded.org/attachment.cgi?id=4940)
java bbclass
Please have a look at these bbclasses which I am planning to introduce into OE
to ease the development of java recipes.
java.bbclass is for java applications. It gives access to the variable
specifying the location of jars on the target and staging (datadir_java and
STAGING_DATADIR_JAVA) as well as the location of JNI libraries: libdir_jni and
STAGING_LIBDIR_JNI). Additionally a convenience script function oe_jarinstall
is added which makes jar installation simple.
java-libray.bbclass is for java library packages. It gives all of the above,
defines a "java package name" (JPN) which consists of the prefix lib and the
suffix -java, a $JPN package and sets the package arch to all. This saves some
boilerplate from java packages.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list