[oe-commits] Stefan Schmidt : cacaoh-openjdk-native: Cleanup double inherit of autotools .

git version control git at git.openembedded.org
Thu Oct 28 16:28:18 UTC 2010


Module: openembedded.git
Branch: master
Commit: 3c0f83e86e817a3498ebec0fffa38c03175ad0ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3c0f83e86e817a3498ebec0fffa38c03175ad0ff

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Oct 28 15:55:12 2010 +0200

cacaoh-openjdk-native: Cleanup double inherit of autotools.

Signed-off-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 recipes/cacao/cacaoh-openjdk-native.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/cacao/cacaoh-openjdk-native.inc b/recipes/cacao/cacaoh-openjdk-native.inc
index 0a1481f..e290a24 100644
--- a/recipes/cacao/cacaoh-openjdk-native.inc
+++ b/recipes/cacao/cacaoh-openjdk-native.inc
@@ -4,11 +4,9 @@ LICENSE  = "GPL"
 
 DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native icedtea6-native"
 
-inherit java autotools
-
 S = "${WORKDIR}/cacao-${PV}"
 
-inherit autotools native
+inherit java autotools native
 
 EXTRA_OECONF = " \
                 --with-java-runtime-library=openjdk \





More information about the Openembedded-commits mailing list