summaryrefslogtreecommitdiffstats
path: root/recipes-core/libmatthew/libmatthew.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libmatthew/libmatthew.inc')
-rw-r--r--recipes-core/libmatthew/libmatthew.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc
index b000387..4157d51 100644
--- a/recipes-core/libmatthew/libmatthew.inc
+++ b/recipes-core/libmatthew/libmatthew.inc
@@ -5,11 +5,14 @@ SECTION = "libs"
5LICENSE = "MIT" 5LICENSE = "MIT"
6DEPENDS = "virtual/java-native classpath-native classpath" 6DEPENDS = "virtual/java-native classpath-native classpath"
7 7
8
8S = "${WORKDIR}/libmatthew-java-${PV}" 9S = "${WORKDIR}/libmatthew-java-${PV}"
9 10
10PACKAGE_ARCH = "${TUNE_PKGARCH}" 11PACKAGE_ARCH = "${TUNE_PKGARCH}"
11inherit java-library 12inherit java-library
12 13
14include recipes-core/classpath/classpath-features-check.inc
15
13# Some internal version numbers which change from time to time. 16# Some internal version numbers which change from time to time.
14# Allowing to override them makes this include file more 17# Allowing to override them makes this include file more
15# versatile. 18# versatile.