From: Khem Raj Date: Wed, 23 Dec 2009 07:46:52 +0000 (-0800) Subject: preferred-xorg-versions-X11R7.4: Fix obvious typo X-Git-Tag: Release-2010-05/1~1178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37199f5dbabe9a95bfdb3a2b028cde8c506f85dc;p=openembedded.git 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 --- diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc index 156653f18c..bda6dd1265 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"