aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-osgi/com.buglabs.bug.jni.rxtx.bb
blob: 93c2dfc1ed76e5c2499d27b9cf5d9f39ded1ad84 (plain)
1
2
3
4
5
6
7
8
9
require bug-osgi.inc
inherit jni-library
PR = "r3"
FILES_${PN} += "${JNI_LIB_DIR}/librxtxParallel.so"
FILES_${PN} += "${JNI_LIB_DIR}/librxtxRaw.so"
FILES_${PN} += "${JNI_LIB_DIR}/librxtxSerial.so"
FILES_${PN} += "${JNI_LIB_DIR}/librxtxI2C.so"
DEPENDS += "com.buglabs.common com.buglabs.bug.jni.common classpath virtual/kernel"