aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xml-commons/xml-commons-resolver1.1_1.2.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-08-04 10:54:05 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-08-04 11:23:19 +0200
commitf9bd0b4760acc0641a774f22ec4e327ba76bd402 (patch)
treea0e455c50d715a48ca48eb8022863e17ced94512 /recipes/xml-commons/xml-commons-resolver1.1_1.2.bb
parentab51cc51fcb2b151afd95632bff88b5f4aaa2476 (diff)
downloadopenembedded-f9bd0b4760acc0641a774f22ec4e327ba76bd402.tar.gz
jaxp1.3-native: Deleted.
xml-commons-resolver1.1-native: Deleted. xml-commons-resolver1.1: BBCLASSEXTEND="native"-ified. jaxp1.3: Dito.
Diffstat (limited to 'recipes/xml-commons/xml-commons-resolver1.1_1.2.bb')
-rw-r--r--recipes/xml-commons/xml-commons-resolver1.1_1.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes/xml-commons/xml-commons-resolver1.1_1.2.bb
index 07421ab20b..206186a4c7 100644
--- a/recipes/xml-commons/xml-commons-resolver1.1_1.2.bb
+++ b/recipes/xml-commons/xml-commons-resolver1.1_1.2.bb
@@ -9,6 +9,7 @@ inherit java-library
S = "${WORKDIR}/xml-commons-resolver-${PV}"
DEPENDS = "fastjar-native jaxp1.3"
+DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native"
do_unpackpost() {
find src -exec \
@@ -33,6 +34,8 @@ do_compile() {
fastjar -C build -c -m src/manifest.resolver -f ${JARFILENAME} org
}
-
SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766"
SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"