diff options
| author | woglinde <henning@familie-heinold.de> | 2012-03-06 13:36:59 -0800 |
|---|---|---|
| committer | woglinde <henning@familie-heinold.de> | 2012-03-06 13:36:59 -0800 |
| commit | 76775830aa4c4038530003fe5b4d5b678a6b51eb (patch) | |
| tree | 467b3702099ee43b09e3c708b33026d70a0e6801 /classes/java-library.bbclass | |
| parent | d430de31c167cd264be74a1d82af4b732bb915dd (diff) | |
| parent | c72df728b4cd93e7af06d966f1365e532febf06f (diff) | |
| download | meta-java-76775830aa4c4038530003fe5b4d5b678a6b51eb.tar.gz | |
Merge pull request #23 from OSSystems/master
Java library packaging improvements
Diffstat (limited to 'classes/java-library.bbclass')
| -rw-r--r-- | classes/java-library.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index 4396bb3..52c932c 100644 --- a/classes/java-library.bbclass +++ b/classes/java-library.bbclass | |||
| @@ -32,7 +32,7 @@ JPN ?= "${@java_package_name(d)}" | |||
| 32 | 32 | ||
| 33 | DEPENDS_prepend = "virtual/javac-native fastjar-native " | 33 | DEPENDS_prepend = "virtual/javac-native fastjar-native " |
| 34 | 34 | ||
| 35 | PACKAGES = "${JPN}" | 35 | PACKAGES += "${JPN}" |
| 36 | 36 | ||
| 37 | PACKAGE_ARCH_${JPN} = "all" | 37 | PACKAGE_ARCH_${JPN} = "all" |
| 38 | 38 | ||
| @@ -53,6 +53,6 @@ do_removebinaries() { | |||
| 53 | 53 | ||
| 54 | addtask removebinaries after do_unpack before do_patch | 54 | addtask removebinaries after do_unpack before do_patch |
| 55 | 55 | ||
| 56 | do_install() { | 56 | do_install_append() { |
| 57 | oe_jarinstall ${JARFILENAME} ${ALTJARFILENAMES} | 57 | oe_jarinstall ${JARFILENAME} ${ALTJARFILENAMES} |
| 58 | } | 58 | } |
