summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2015-08-18 17:14:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-18 18:54:17 -0300
commit3e5d59227c1370ca7ec5c5eb62af431699cd855c (patch)
treeb87f9036468d950a4f446f3159e51d62bede9ecf /recipes-extended
parent24b98ac3a6ca7fadfba24709aac8d0b71316e299 (diff)
downloadmeta-java-3e5d59227c1370ca7ec5c5eb62af431699cd855c.tar.gz
rxtx: drop dependency on fastjar-native; depend on virtual/javac-native
fastjar-native must be provided by either virtual/javac-native itself or by a recipe virtual/javac-native depends on. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/rxtx/rxtx_2.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb
index b9b3027..564df32 100644
--- a/recipes-extended/rxtx/rxtx_2.2.0.bb
+++ b/recipes-extended/rxtx/rxtx_2.2.0.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Full Java CommAPI implementation" 1DESCRIPTION = "Full Java CommAPI implementation"
2DEPENDS = "fastjar-native" 2DEPENDS = "virtual/javac-native"
3LICENSE = "RXTXv2.1" 3LICENSE = "RXTXv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4"
5PR = "r2" 5PR = "r2"