diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/libmatthew/libmatthew.inc | 3 |
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" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | DEPENDS = "virtual/java-native classpath-native classpath" | 6 | DEPENDS = "virtual/java-native classpath-native classpath" |
7 | 7 | ||
8 | |||
8 | S = "${WORKDIR}/libmatthew-java-${PV}" | 9 | S = "${WORKDIR}/libmatthew-java-${PV}" |
9 | 10 | ||
10 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 11 | PACKAGE_ARCH = "${TUNE_PKGARCH}" |
11 | inherit java-library | 12 | inherit java-library |
12 | 13 | ||
14 | include 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. |