Add initial poky prefered versions and naming tweaks

git-svn-id: https://svn.o-hand.com/repos/poky@17 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-09-02 14:19:08 +00:00
parent 255a4ed2bf
commit 305ac49171
2 changed files with 26 additions and 0 deletions

View File

@ -56,3 +56,4 @@ include conf/distro/preferred-gpe-versions-2.7.inc
#
include conf/distro/preferred-e-versions.inc
include conf/distro/poky-additions.inc

View File

@ -0,0 +1,25 @@
# Overide some bits
DISTRO = "openzaurus"
DISTRO_NAME = "OpenedHand PokyLinux" # Bad?
DISTRO_VERSION = "0.0-snapshot-${DATE}"
DISTRO_TYPE = "debug"
# DISTRO_TYPE = "release"
PREFERRED_PROVIDER_gconf=gconf-dbus
PREFERRED_VERSION_libmatchbox ?= "1.7"
PREFERRED_VERSION_matchbox ?= "0.9.1"
PREFERRED_VERSION_matchbox-common ?= "0.9.1"
PREFERRED_VERSION_matchbox-desktop ?= "0.9.1"
PREFERRED_VERSION_matchbox-wm ?= "svn"
PREFERRED_VERSION_matchbox-panel ?= "0.9.2"
PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6"
PREFERRED_VERSION_atk ?= "1.10.0"
PREFERRED_VERSION_cairo ?= "1.0.0"
PREFERRED_VERSION_glib-2.0 ?= "2.8.1"
PREFERRED_VERSION_gtk+ ?= "2.8.3"
PREFERRED_VERSION_pango ?= "1.10.0"