diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-15 22:40:12 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-15 22:41:36 +0200 |
commit | 89187f3050ab771c4315f69e3e92dddb9a630b7a (patch) | |
tree | 3aee0ab34a5e04059d72756e3b441b1e6cd72796 /recipes | |
parent | 9f59941ae4c40c1d0a56b2f66656e2867e43fc52 (diff) |
xalan: convert to new staging system
* remove some linkingcruft which is now in jaxp recipe
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xalan-j/xalan-j-native_2.7.1.bb | 5 | ||||
-rw-r--r-- | recipes/xalan-j/xalan-j_2.7.1.bb | 8 |
2 files changed, 0 insertions, 13 deletions
diff --git a/recipes/xalan-j/xalan-j-native_2.7.1.bb b/recipes/xalan-j/xalan-j-native_2.7.1.bb index 371362a286..c71a4054e8 100644 --- a/recipes/xalan-j/xalan-j-native_2.7.1.bb +++ b/recipes/xalan-j/xalan-j-native_2.7.1.bb @@ -7,8 +7,3 @@ DEPENDS = "\ inherit java-native - -do_install_append() { - : -} - diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb index e48bfb6c71..714ec982cc 100644 --- a/recipes/xalan-j/xalan-j_2.7.1.bb +++ b/recipes/xalan-j/xalan-j_2.7.1.bb @@ -41,14 +41,6 @@ do_compile() { do_install_append() { oe_jarinstall serializer-${PV}.jar serializer.jar - - # Like Debian we provide a symlink called xml-apis pointing to the JAXP - # classes. - ln -sf ${D}${datadir_java}/xml-apis.jar jaxp-1.3.jar -} - -do_stage_append() { - oe_jarinstall -s serializer-${PV}.jar serializer.jar } PACKAGES = "libxalan2-serializer-java ${JPN}" |