diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-08-04 11:45:42 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-08-20 12:35:05 +0200 |
commit | cd9cf593e7ca7f787004ab06acc38522f47c6a19 (patch) | |
tree | 6af65a0c601398be5f559f5a804a632450809961 | |
parent | 23fc60aa3b0389475328b5fc60f53a139fc70d62 (diff) |
servlet2.3-native: Deleted.
servlet2.3: BBCLASSEXTEND="native"-ified.
-rw-r--r-- | recipes/servlet-api/servlet2.3-native_4.1.37.bb | 4 | ||||
-rw-r--r-- | recipes/servlet-api/servlet2.3_4.1.37.bb | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes/servlet-api/servlet2.3-native_4.1.37.bb b/recipes/servlet-api/servlet2.3-native_4.1.37.bb deleted file mode 100644 index c06f5f499c..0000000000 --- a/recipes/servlet-api/servlet2.3-native_4.1.37.bb +++ /dev/null @@ -1,4 +0,0 @@ -require servlet2.3_${PV}.bb - -inherit java-native - diff --git a/recipes/servlet-api/servlet2.3_4.1.37.bb b/recipes/servlet-api/servlet2.3_4.1.37.bb index 1f740f9351..6833bb5684 100644 --- a/recipes/servlet-api/servlet2.3_4.1.37.bb +++ b/recipes/servlet-api/servlet2.3_4.1.37.bb @@ -10,6 +10,8 @@ S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi" DEPENDS = "fastjar-native" +PR = "r1" + # Value of implementation.revision in build.xml IMPL_REVISION = "1" @@ -42,3 +44,6 @@ do_compile() { SRC_URI[md5sum] = "fe50177a25a084ad1abf4a201d08c2a6" SRC_URI[sha256sum] = "65e4cc9d3ea4a7f30044bfd6c660c772adb75ac152d775342deb6049a0d19d74" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" |