]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add initial poky prefered versions and naming tweaks
authorMatthew Allum <mallum@openedhand.com>
Fri, 2 Sep 2005 14:19:08 +0000 (14:19 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 2 Sep 2005 14:19:08 +0000 (14:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@17 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/distro/openzaurus-3.5.4.conf
openembedded/conf/distro/poky-additions.inc [new file with mode: 0644]

index 702cf32ab9b8eb4272a3b7a9db718b800f7fef9e..61458c0b03476319ea7b392651a3a7b6d64e9dd8 100644 (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
\ No newline at end of file
diff --git a/openembedded/conf/distro/poky-additions.inc b/openembedded/conf/distro/poky-additions.inc
new file mode 100644 (file)
index 0000000..b882342
--- /dev/null
@@ -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"
+