summaryrefslogtreecommitdiff
path: root/classes/java-native.bbclass
blob: 7b67c6041cd2b4d8ecef7d74ba12731f53ba8f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is to be used by recipes which rely on java-library.bbclass
# infrastructure and are a *-native recipe which needs to install
# jar files into staging.
# 
# This class has nothing to do with Java's JNI.

inherit native

do_stage () {
  java_stage
}
earlier agreementDenys Dmytriyenko1 See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>