[oe-commits] Martin Jansa : xorg: add new versions for 20101010

git version control git at git.openembedded.org
Sun Oct 10 18:53:58 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 10 11:50:37 2010 +0200

xorg: add new versions for 20101010

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../include/preferred-xorg-versions-live.inc       |    8 ++++----
 recipes/xorg-app/bitmap_1.0.5.bb                   |    7 +++++++
 recipes/xorg-app/{luit_1.0.5.bb => luit_1.1.0.bb}  |    4 ++--
 recipes/xorg-app/rgb_1.0.4.bb                      |    9 +++++++++
 4 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/conf/distro/include/preferred-xorg-versions-live.inc b/conf/distro/include/preferred-xorg-versions-live.inc
index 7ced910..17014e1 100644
--- a/conf/distro/include/preferred-xorg-versions-live.inc
+++ b/conf/distro/include/preferred-xorg-versions-live.inc
@@ -1,10 +1,10 @@
-#Tue Oct  5 13:52:30 CEST 2010
+#Sun Oct 10 09:53:08 CEST 2010
 #app
 PREFERRED_VERSION_appres ?= "1.0.2"
 PREFERRED_VERSION_bdftopcf ?= "1.0.2"
 PREFERRED_VERSION_bdftopcf-native ?= "1.0.2"
 PREFERRED_VERSION_beforelight ?= "1.0.3"
-PREFERRED_VERSION_bitmap ?= "1.0.4"
+PREFERRED_VERSION_bitmap ?= "1.0.5"
 PREFERRED_VERSION_constype ?= "1.0.2"
 PREFERRED_VERSION_editres ?= "1.0.4"
 PREFERRED_VERSION_fonttosfnt ?= "1.0.4"
@@ -14,7 +14,7 @@ PREFERRED_VERSION_iceauth ?= "1.0.3"
 PREFERRED_VERSION_ico ?= "1.0.2"
 PREFERRED_VERSION_lbxproxy ?= "1.0.2"
 PREFERRED_VERSION_listres ?= "1.0.2"
-PREFERRED_VERSION_luit ?= "1.0.5"
+PREFERRED_VERSION_luit ?= "1.1.0"
 PREFERRED_VERSION_mkcfm ?= "1.0.1"
 PREFERRED_VERSION_mkcomposecache ?= "1.2.1"
 PREFERRED_VERSION_mkfontdir ?= "1.0.5"
@@ -24,7 +24,7 @@ PREFERRED_VERSION_mkfontscale-native ?= "1.0.7"
 PREFERRED_VERSION_oclock ?= "1.0.2"
 PREFERRED_VERSION_proxymngr ?= "1.0.1"
 PREFERRED_VERSION_rendercheck ?= "1.3"
-PREFERRED_VERSION_rgb ?= "1.0.3"
+PREFERRED_VERSION_rgb ?= "1.0.4"
 PREFERRED_VERSION_rstart ?= "1.0.3"
 PREFERRED_VERSION_scripts ?= "1.0.1"
 PREFERRED_VERSION_sessreg ?= "1.0.6"
diff --git a/recipes/xorg-app/bitmap_1.0.5.bb b/recipes/xorg-app/bitmap_1.0.5.bb
new file mode 100644
index 0000000..9455f30
--- /dev/null
+++ b/recipes/xorg-app/bitmap_1.0.5.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxmu xbitmaps libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "0b7ceb0ded994dac645bb81e86ce69cc"
+SRC_URI[archive.sha256sum] = "aa51b522fb2579042b1a7f1a5cea8b5582f2f88ea19459469fc19d61714a031e"
diff --git a/recipes/xorg-app/luit_1.0.5.bb b/recipes/xorg-app/luit_1.1.0.bb
similarity index 51%
rename from recipes/xorg-app/luit_1.0.5.bb
rename to recipes/xorg-app/luit_1.1.0.bb
index c20c2b5..b0f63e2 100644
--- a/recipes/xorg-app/luit_1.0.5.bb
+++ b/recipes/xorg-app/luit_1.1.0.bb
@@ -4,5 +4,5 @@ DEPENDS += " zlib zlib libfontenc"
 PE = "1"
 PR = "${INC_PR}.0"
 
-SRC_URI[archive.md5sum] = "fd8579a993c4480978e3504a4c53c189"
-SRC_URI[archive.sha256sum] = "8eeb1cf7809acc17cf6cecfdc899613854560052229b21e6115b03a088cd059b"
+SRC_URI[archive.md5sum] = "cb9377b09e562e4084cc614a44df2641"
+SRC_URI[archive.sha256sum] = "f1fafd7ea9486b3ff099d184ca9dde15d08445adfb5ecd3fde9a403b7d5903d1"
diff --git a/recipes/xorg-app/rgb_1.0.4.bb b/recipes/xorg-app/rgb_1.0.4.bb
new file mode 100644
index 0000000..20d142a
--- /dev/null
+++ b/recipes/xorg-app/rgb_1.0.4.bb
@@ -0,0 +1,9 @@
+require xorg-app-common.inc
+DEPENDS += " xproto util-macros"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "35c6cccbf25a872bdd62bfcb1a73d951"
+SRC_URI[archive.sha256sum] = "80887da011ad086fff88bfd16c6d9d5ac7da45ef1bc9d0c192a6f370423370f1"
+
+FILES_${PN} += "${datadir}/X11"





More information about the Openembedded-commits mailing list