summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/jaxen_1.1.6.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-05-21 16:25:54 -0700
committerMaxin B. John <maxin.john@intel.com>2017-05-29 13:47:29 +0300
commitd4f8a8aa9eedae4d587e8982fb58cf977be54ec8 (patch)
tree5bb95548e2898219361f70c14c1f5d299f6325ff /recipes-core/xml-commons/jaxen_1.1.6.bb
parent27c6cf23cd9db1eae2e5068b6cacdeff47ce3e30 (diff)
downloadmeta-java-d4f8a8aa9eedae4d587e8982fb58cf977be54ec8.tar.gz
dom4j: unblacklist and fix build
- Add SUMMARY and expand DESCRIPTION - Update HOMEPAGE - Update URI for jaxme - Add LIC_FILE_CHECKSUM - Fix path for 'find org ...' - Move SRC_URI checksums to recommended location in recipe - Add virtual/javac-native to DEPENDS for RSS Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/xml-commons/jaxen_1.1.6.bb')
-rw-r--r--recipes-core/xml-commons/jaxen_1.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/jaxen_1.1.6.bb b/recipes-core/xml-commons/jaxen_1.1.6.bb
index 2e313fa..d75ce75 100644
--- a/recipes-core/xml-commons/jaxen_1.1.6.bb
+++ b/recipes-core/xml-commons/jaxen_1.1.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6"
9 9
10HOMEPAGE = "http://jaxen.org/" 10HOMEPAGE = "http://jaxen.org/"
11 11
12DEPENDS = "fastjar-native xerces-j xom" 12DEPENDS = "fastjar-native virtual/javac-native xerces-j xom"
13 13
14# upstream has moved to github, do not rely on ephemeral tarball, use git 14# upstream has moved to github, do not rely on ephemeral tarball, use git
15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6" 15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6"