From: Robert Schuster Date: Wed, 4 Aug 2010 09:45:42 +0000 (+0200) Subject: servlet2.3-native: Deleted. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9cf593e7ca7f787004ab06acc38522f47c6a19;p=openembedded.git servlet2.3-native: Deleted. servlet2.3: BBCLASSEXTEND="native"-ified. --- 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"