[oe-commits] Henning Heinold : icedtea6-native: add libxext-native to the dependencies

git version control git at git.openembedded.org
Mon Apr 18 07:57:08 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2b31a5434c1c65d1c86498435e3a0fe8673f9545
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2b31a5434c1c65d1c86498435e3a0fe8673f9545

Author: Henning Heinold <h.heinold at tarent.de>
Date:   Mon Apr 18 09:26:35 2011 +0200

icedtea6-native: add libxext-native to the dependencies

* bump PR

---

 recipes/icedtea/icedtea6-native.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/icedtea/icedtea6-native.inc b/recipes/icedtea/icedtea6-native.inc
index 39ecdad..06da7c0 100644
--- a/recipes/icedtea/icedtea6-native.inc
+++ b/recipes/icedtea/icedtea6-native.inc
@@ -1,12 +1,13 @@
 DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools"
 HOMEPAGE = "http://icedtea.classpath.org"
 LICENSE  = "GPL with Classpath Exception"
-INC_PR = "r3"
+INC_PR = "r4"
 
 DEPENDS = "virtual/javac-native classpath-tools-native \
 	   virtual/java-native classpath-native \
 	   xalan-j-native xerces-j-native rhino-native \
-	   ant-native libx11-native xproto-native libxt-native \
+	   ant-native \
+           libx11-native xproto-native libxt-native libxext-native \
 	   freetype-native zlib-native giflib-native jpeg-native \
            zip-native \
 	  "





More information about the Openembedded-commits mailing list