diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-21 23:30:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-21 23:30:11 +0000 |
commit | 13b2444886bf27cfb208af7b92840382f2246371 (patch) | |
tree | 855af4b152aa3bb909ffbf09bcdd0c4a9fb1b82f /meta/conf/distro | |
parent | cdde631f5f88aa860d7b4d56677746316da66bac (diff) | |
download | poky-13b2444886bf27cfb208af7b92840382f2246371.tar.gz |
poky.conf: Fix xprop PREFERRED_VERSION
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3378 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3a177351af..a62c4dba9f 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -230,7 +230,7 @@ PREFERRED_VERSION_xextensions ?= "1.0.1" | |||
230 | 230 | ||
231 | 231 | ||
232 | PREFERRED_VERSION_xmonobut ?= "0.4" | 232 | PREFERRED_VERSION_xmonobut ?= "0.4" |
233 | PREFERRED_VERSION_xprop ?= "0.0+cvs${SRCDATE}" | 233 | PREFERRED_VERSION_xprop ?= "1.0.3" |
234 | PREFERRED_VERSION_xst ?= "0.15" | 234 | PREFERRED_VERSION_xst ?= "0.15" |
235 | PREFERRED_VERSION_oprofile ?= "0.9.3" | 235 | PREFERRED_VERSION_oprofile ?= "0.9.3" |
236 | PREFERRED_VERSION_elfutils ?= "0.89" | 236 | PREFERRED_VERSION_elfutils ?= "0.89" |