[oe-commits] Khem Raj : preferred-xorg-versions-X11R7.4: Fix obvious typo

git version control git at git.openembedded.org
Wed Dec 23 08:13:05 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 37199f5dbabe9a95bfdb3a2b028cde8c506f85dc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=37199f5dbabe9a95bfdb3a2b028cde8c506f85dc

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Dec 22 23:46:52 2009 -0800

preferred-xorg-versions-X11R7.4: Fix obvious typo

* xcmiscproto was mis-spelled as 'xmiscproto'
  as a result when xcmiscproto_1.2.0.bb was added
  it started to pull that and 1.2 needs newer 1.4.1 utils-macros
  which resulted in wierd configuration errors because we
  have set 1.1.6 as PREFERRED_VERSION for X 7.4

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../include/preferred-xorg-versions-X11R7.4.inc    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc
index 156653f..bda6dd1 100644
--- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc
+++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc
@@ -218,7 +218,7 @@ PREFERRED_VERSION_scrnsaverproto ?= "1.1.0"
 PREFERRED_VERSION_trapproto ?= "3.4.3"
 PREFERRED_VERSION_videoproto ?= "2.2.2"
 PREFERRED_VERSION_windowswmproto ?= "1.0.3"
-PREFERRED_VERSION_xmiscproto ?= "1.1.2"
+PREFERRED_VERSION_xcmiscproto ?= "1.1.2"
 PREFERRED_VERSION_xextproto ?= "7.0.3"
 PREFERRED_VERSION_xextproto-native ?= "7.0.3"
 PREFERRED_VERSION_xf86dgaproto ?= "2.0.3"





More information about the Openembedded-commits mailing list