From: Robert Schuster Date: Wed, 4 Aug 2010 09:41:19 +0000 (+0200) Subject: jdepend-native: Deleted. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f99d4fff35b4d88379e43cb021ac06db67680ed;p=openembedded.git jdepend-native: Deleted. jdepend: BBCLASSEXTEND="native"-ified. --- diff --git a/recipes/jdepend/jdepend-native_2.9.bb b/recipes/jdepend/jdepend-native_2.9.bb deleted file mode 100644 index dc6251746e..0000000000 --- a/recipes/jdepend/jdepend-native_2.9.bb +++ /dev/null @@ -1,4 +0,0 @@ -require jdepend_${PV}.bb - -inherit java-native - diff --git a/recipes/jdepend/jdepend_2.9.bb b/recipes/jdepend/jdepend_2.9.bb index eff7822478..f2a8f6fefd 100644 --- a/recipes/jdepend/jdepend_2.9.bb +++ b/recipes/jdepend/jdepend_2.9.bb @@ -21,3 +21,6 @@ do_compile() { SRC_URI[md5sum] = "4e979c0dda766ba1dd719905ca975c7b" SRC_URI[sha256sum] = "202de62e2f3d0667cc464720d5897d0ccb29767ec24e0a4d4c5bd6c4d37425a4" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native"