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
}
|