[oe-commits] org.oe.packaged-staging conf/distro: partially sync with .dev

rpurdie commit openembedded-commits at lists.openembedded.org
Fri Sep 29 03:33:11 UTC 2006


conf/distro: partially sync with .dev

Author: rpurdie at openembedded.org
Branch: org.openembedded.packaged-staging
Revision: cc3d7b5a3865dbf60f2a58248d4d7c9249cf6f03
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cc3d7b5a3865dbf60f2a58248d4d7c9249cf6f03
Files:
1
conf/distro/angstrom.conf
conf/distro/include/multimachine.conf
conf/distro/preferred-e-versions.inc
conf/distro/preferred-gpe-versions-2.6.inc
conf/distro/preferred-gpe-versions-2.7.inc
conf/distro/preferred-gpe-versions-2.8.inc
conf/distro/preferred-gpe-versions.inc
conf/distro/preferred-opie-versions.inc
conf/distro/include/angstrom.inc
conf/distro/include/preferred-e-versions.inc
conf/distro/include/preferred-gpe-versions-2.6.inc
conf/distro/include/preferred-gpe-versions-2.7.inc
conf/distro/include/preferred-gpe-versions-2.8.inc
conf/distro/include/preferred-gpe-versions.inc
conf/distro/include/preferred-opie-versions.inc
conf/distro/angstrom-2006.9.conf
conf/distro/generic.conf
Diffs:

#
# mt diff -r651973321ed59ab58f53e5dc0a69a878bee3cf6f -rcc3d7b5a3865dbf60f2a58248d4d7c9249cf6f03
#
# 
# 
# delete "conf/distro/angstrom.conf"
# 
# delete "conf/distro/include/multimachine.conf"
# 
# delete "conf/distro/preferred-e-versions.inc"
# 
# delete "conf/distro/preferred-gpe-versions-2.6.inc"
# 
# delete "conf/distro/preferred-gpe-versions-2.7.inc"
# 
# delete "conf/distro/preferred-gpe-versions-2.8.inc"
# 
# delete "conf/distro/preferred-gpe-versions.inc"
# 
# delete "conf/distro/preferred-opie-versions.inc"
# 
# add_file "conf/distro/include/angstrom.inc"
#  content [de95ad81cd61d210b88b4127b31a44f5e95a515e]
# 
# add_file "conf/distro/include/preferred-e-versions.inc"
#  content [852404211b2e9974a5a7021a7b9ebc4412d00009]
# 
# add_file "conf/distro/include/preferred-gpe-versions-2.6.inc"
#  content [31f25c42c566219d686d9e7840c3459ef6d91168]
# 
# add_file "conf/distro/include/preferred-gpe-versions-2.7.inc"
#  content [333a704901ad921d494106265c2b1e548d1141da]
# 
# add_file "conf/distro/include/preferred-gpe-versions-2.8.inc"
#  content [a571a2d964bf1b769ee63e55517cf8669a4afe92]
# 
# add_file "conf/distro/include/preferred-gpe-versions.inc"
#  content [f081a047566287accacf0a51d5e3da9d69e11e76]
# 
# add_file "conf/distro/include/preferred-opie-versions.inc"
#  content [19458b686ee2bcf01a16bd4a43f230ec50cbf754]
# 
# patch "conf/distro/angstrom-2006.9.conf"
#  from [f3126d3da3be47ebe44c799aca7b95b240dd9fa8]
#    to [6cd25bfef07069171d30bf388bdf44f4dea1636d]
# 
# patch "conf/distro/generic.conf"
#  from [f7bd531424a68c63dc52cd6553ff7ea3be24bbcb]
#    to [4d5c1b2f8c503b90209d129e98ae20dd281e6f27]
# 
============================================================
--- conf/distro/include/angstrom.inc	de95ad81cd61d210b88b4127b31a44f5e95a515e
+++ conf/distro/include/angstrom.inc	de95ad81cd61d210b88b4127b31a44f5e95a515e
@@ -0,0 +1,47 @@
+#@TYPE: Distribution
+#@NAME: Angstrom 
+#@DESCRIPTION: Distribution configuration for Angstrom
+
+DISTRO = "angstrom"
+DISTRO_NAME = "Angstrom"
+
+#Use this variable in feeds and other parts that need a URI
+ANGSTROM_URI = "http://www.angstrom-distribution.org/"
+
+#Set the default maintainer to angstrom-dev
+MAINTAINER = "Angstrom Developers <angstrom-dev at handhelds.org>"
+
+#use ipkg package format with debian style naming
+INHERIT += "package_ipk debian"
+
+#use multimachine buildrules 
+include conf/distro/include/multimachine.conf
+
+#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
+PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"
+ENABLE_BINARY_LOCALE_GENERATION ?= ""
+
+
+#Use the ARM EABI when building for an ARM cpu. We can't use overrides
+#here because this breaks all places where ":=" is used.
+TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+
+#mess with compiler flags to use -Os instead of -O2
+#Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
+FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
+BUILD_OPTIMIZATION = "-Os"
+
+#ARM EABI is softfloat by default, but let's make sure :)
+TARGET_FPU_arm = "soft"
+
+#Always ship these packages
+BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version coreutils dropbear sysvinit"
+BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version coreutils dropbear sysvinit"
+
+#Name the generated images in a sane way
+IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
+DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE}
+
+# Angstrom *always* has some form of release config, so error out if someone thinks he knows better 
+DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
============================================================
--- conf/distro/include/preferred-e-versions.inc	852404211b2e9974a5a7021a7b9ebc4412d00009
+++ conf/distro/include/preferred-e-versions.inc	852404211b2e9974a5a7021a7b9ebc4412d00009
@@ -0,0 +1,33 @@
+#
+# Specify which versions of E-related libraries and applications to build
+#
+
+#PREFERRED_VERSION_e = "0.16.999.025"
+#PREFERRED_VERSION_ecore-x11 = "0.9.9.025"
+#PREFERRED_VERSION_ecore-native = "0.9.9.025"
+#PREFERRED_VERSION_edb = "1.0.5.006"
+#PREFERRED_VERSION_edb-native = "1.0.5.006"
+#PREFERRED_VERSION_edje = "0.5.0.025"
+#PREFERRED_VERSION_edje-native = "0.5.0.025"
+#PREFERRED_VERSION_eet = "0.9.10.025"
+#PREFERRED_VERSION_eet-native = "0.9.10.025"
+#PREFERRED_VERSION_embryo = "0.9.1.025"
+#PREFERRED_VERSION_embryo-native = "0.9.1.025"
+#PREFERRED_VERSION_emotion = "0.0.1.004"
+#PREFERRED_VERSION_emotion-native = "0.0.1.004"
+#PREFERRED_VERSION_epeg = "0.9.0.006"
+#PREFERRED_VERSION_epsilon = "0.3.0.006"
+#PREFERRED_VERSION_esmart-x11 = "0.9.0.006"
+#PREFERRED_VERSION_evas-x11 = "0.9.9.025"
+#PREFERRED_VERSION_evas-native = "0.9.9.025"
+#PREFERRED_VERSION_ewl = "0.0.4.006"
+#PREFERRED_VERSION_imlib2-x11 = "1.2.1.011"
+#PREFERRED_VERSION_imlib2-native = "1.2.1.011"
+#PREFERRED_VERSION_e-wm = "0.16.999.025"
+#PREFERRED_VERSION_entrance = "0.9.0.006"
+
+PREFERRED_PROVIDER_virtual/evas ?= "evas-x11"
+PREFERRED_PROVIDER_virtual/ecore ?= "ecore-x11"
+PREFERRED_PROVIDER_virtual/imlib2 ?= "imlib2-x11"
+PREFERRED_PROVIDER_virtual/esmart ?= "esmart-x11"
+
============================================================
--- conf/distro/include/preferred-gpe-versions-2.6.inc	31f25c42c566219d686d9e7840c3459ef6d91168
+++ conf/distro/include/preferred-gpe-versions-2.6.inc	31f25c42c566219d686d9e7840c3459ef6d91168
@@ -0,0 +1,86 @@
+#
+# Specify which versions of GPE (and related) applications to build
+#
+
+#work around some breakages
+SRCDATE_xserver-kdrive=20050207
+SRCDATE_minimo=20050401
+SRCDATE_cairo=20050330
+SRCDATE_xext=20050222
+
+#set some preferred providers:
+PREFERRED_PROVIDER_gconf=gconf-dbus
+
+#specify versions, as the header says :)
+PREFERRED_VERSION_libmatchbox ?= "1.6"
+PREFERRED_VERSION_matchbox ?= "0.9.1"
+PREFERRED_VERSION_matchbox-common ?= "0.9.1"
+PREFERRED_VERSION_matchbox-desktop ?= "0.9.1"
+PREFERRED_VERSION_matchbox-wm ?= "0.9.3"
+PREFERRED_VERSION_matchbox-panel ?= "0.9.1"
+PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6"
+PREFERRED_VERSION_gtk+ ?= "2.6.3"
+PREFERRED_VERSION_libgpewidget ?= "0.97"
+PREFERRED_VERSION_libgpepimc ?= "0.4"
+PREFERRED_VERSION_libgpevtype ?= "0.11"
+PREFERRED_VERSION_libschedule ?= "0.14"
+PREFERRED_VERSION_gpe-icons ?= "0.24"
+PREFERRED_VERSION_libgsm ?= "1.0.10"
+PREFERRED_VERSION_diet-x11 ?= "6.2.1"
+PREFERRED_VERSION_xproto ?= "6.6.2"
+PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1"
+PREFERRED_VERSION_rxvt-unicode ?= "5.3"
+PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3"
+PREFERRED_VERSION_xst ?= "0.14"
+#PREFERRED_VERSION_xextensions ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_xprop ?= "0.0+cvs${SRCDATE}" 
+PREFERRED_VERSION_xhost ?= "0.0+cvs20040413"
+PREFERRED_VERSION_xrdb ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_gpe-login ?= "0.76"
+PREFERRED_VERSION_gpe-session-scripts ?= "0.62"
+PREFERRED_VERSION_gpe-soundserver ?= "0.4-1"
+PREFERRED_VERSION_gpe-todo ?= "0.50"
+PREFERRED_VERSION_gpe-calendar ?= "0.61"
+PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8"
+PREFERRED_VERSION_gpe-contacts ?= "0.36"
+PREFERRED_VERSION_gpe-today ?= "0.08"
+PREFERRED_VERSION_matchbox-panel-manager ?= "0.1"
+PREFERRED_VERSION_dbus ?= "0.23"
+PREFERRED_VERSION_gpe-bluetooth ?= "0.38"
+PREFERRED_VERSION_gpe-su ?= "0.18"
+PREFERRED_VERSION_gpe-conf ?= "0.1.23"
+PREFERRED_VERSION_gpe-clock ?= "0.20"
+PREFERRED_VERSION_gpe-mininet ?= "0.5"
+PREFERRED_VERSION_gpe-mixer ?= "0.40"
+PREFERRED_VERSION_gpe-shield ?= "0.7"
+PREFERRED_VERSION_gpe-wlancfg ?= "0.2.6"
+PREFERRED_VERSION_gpe-taskmanager ?= "0.17"
+PREFERRED_VERSION_keylaunch ?= "2.0.7"
+PREFERRED_VERSION_minilite ?= "0.47"
+PREFERRED_VERSION_xmonobut ?= "0.4"
+PREFERRED_VERSION_gpe-edit ?= "0.28"
+PREFERRED_VERSION_gpe-gallery ?= "0.95"
+PREFERRED_VERSION_gpe-calculator ?= "0.2"
+PREFERRED_VERSION_gpe-package ?= "0.2"
+PREFERRED_VERSION_gpe-soundbite ?= "1.0.5"
+PREFERRED_VERSION_gpe-terminal ?= "1.1"
+PREFERRED_VERSION_gpe-watch ?= "0.10"
+PREFERRED_VERSION_gpe-what ?= "0.33"
+PREFERRED_VERSION_gpe-filemanager ?= "0.20"
+PREFERRED_VERSION_gpe-go ?= "0.05"
+PREFERRED_VERSION_gpe-irc ?= "0.07"
+PREFERRED_VERSION_gpe-lights ?= "0.13"
+#PREFERRED_VERSION_gpe-nmf ?= "0.19"
+PREFERRED_VERSION_gpe-othello ?= "0.2-1"
+PREFERRED_VERSION_gpe-plucker ?= "0.2"
+PREFERRED_VERSION_gpe-tetris ?= "0.6-2"
+PREFERRED_VERSION_gsoko ?= "0.4.2-gpe6"
+PREFERRED_VERSION_xdemineur ?= "2.1.1"
+PREFERRED_VERSION_matchbox-panel-hacks ?= "0.3-1"
+PREFERRED_VERSION_rosetta ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_dillo2 ?= "0.6.6"
+PREFERRED_VERSION_minimo ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1"
+PREFERRED_VERSION_linphone ?= "0.12.2"
+PREFERRED_VERSION_firefox ?= "1.0"
+
============================================================
--- conf/distro/include/preferred-gpe-versions-2.7.inc	333a704901ad921d494106265c2b1e548d1141da
+++ conf/distro/include/preferred-gpe-versions-2.7.inc	333a704901ad921d494106265c2b1e548d1141da
@@ -0,0 +1,96 @@
+#
+# Specify which versions of GPE (and related) applications to build
+#
+
+#work around some breakages
+#SRCDATE_minimo=20050401
+
+#set some preferred providers:
+PREFERRED_PROVIDER_gconf=gconf-dbus
+PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus
+
+#specify versions, as the header says :)
+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 ?= "0.9.5+svn${SRCDATE}"
+PREFERRED_VERSION_matchbox-panel ?= "0.9.2"
+PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6"
+PREFERRED_VERSION_atk ?= "1.9.0"
+PREFERRED_VERSION_cairo ?= "0.5.2"
+PREFERRED_VERSION_glib-2.0 ?= "2.6.4"
+PREFERRED_VERSION_gtk+ ?= "2.6.10"
+PREFERRED_VERSION_pango ?= "1.8.1"
+PREFERRED_VERSION_librsvg ?= "2.6.5"
+PREFERRED_VERSION_libgpewidget ?= "0.109"
+PREFERRED_VERSION_libgpepimc ?= "0.5"
+PREFERRED_VERSION_libgpevtype ?= "0.14"
+PREFERRED_VERSION_libschedule ?= "0.15"
+PREFERRED_VERSION_libcontactsdb ?= "0.3"
+PREFERRED_VERSION_libtododb ?= "0.09"
+PREFERRED_VERSION_gpe-icons ?= "0.25"
+PREFERRED_VERSION_libgsm ?= "1.0.10"
+PREFERRED_VERSION_diet-x11 ?= "6.2.1"
+PREFERRED_VERSION_xproto ?= "6.6.2"
+PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1"
+PREFERRED_VERSION_rxvt-unicode ?= "5.6"
+PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3"
+PREFERRED_VERSION_xst ?= "0.15"
+PREFERRED_VERSION_xextensions ?= "1.0.1"
+PREFERRED_VERSION_xserver-kdrive = "0.0+cvs20050207"
+PREFERRED_VERSION_xprop ?= "0.0+cvs${SRCDATE}" 
+PREFERRED_VERSION_xhost ?= "0.0+cvs20040413"
+PREFERRED_VERSION_xrdb ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_gpe-login ?= "0.83"
+PREFERRED_VERSION_gpe-session-scripts ?= "0.66"
+PREFERRED_VERSION_gpe-soundserver ?= "0.4-1"
+PREFERRED_VERSION_gpe-todo ?= "0.55"
+PREFERRED_VERSION_gpe-calendar ?= "0.70"
+PREFERRED_VERSION_gpe-sketchbook ?= "0.2.9"
+PREFERRED_VERSION_gpe-contacts ?= "0.43"
+PREFERRED_VERSION_gpe-today ?= "0.10"
+PREFERRED_VERSION_matchbox-panel-manager ?= "0.1"
+PREFERRED_VERSION_dbus ?= "0.23.4"
+PREFERRED_VERSION_gpe-beam ?= "0.2.8" 
+PREFERRED_VERSION_gpe-bluetooth ?= "0.51"
+PREFERRED_VERSION_gpe-su ?= "0.19"
+PREFERRED_VERSION_gpe-conf ?= "0.1.29"
+PREFERRED_VERSION_gpe-clock ?= "0.23"
+PREFERRED_VERSION_gpe-mininet ?= "0.7"
+PREFERRED_VERSION_gpe-mixer ?= "0.42"
+PREFERRED_VERSION_gpe-shield ?= "0.8"
+PREFERRED_VERSION_gpe-wlancfg ?= "0.2.6"
+PREFERRED_VERSION_gpe-taskmanager ?= "0.19"
+PREFERRED_VERSION_keylaunch ?= "2.0.7"
+PREFERRED_VERSION_minilite ?= "0.49"
+PREFERRED_VERSION_xmonobut ?= "0.4"
+PREFERRED_VERSION_gpe-edit ?= "0.29"
+PREFERRED_VERSION_gpe-gallery ?= "0.96"
+PREFERRED_VERSION_gpe-calculator ?= "0.2"
+PREFERRED_VERSION_gpe-package ?= "0.3"
+PREFERRED_VERSION_gpe-soundbite ?= "1.0.6"
+PREFERRED_VERSION_gpe-terminal ?= "1.1"
+PREFERRED_VERSION_gpe-watch ?= "0.10"
+PREFERRED_VERSION_gpe-what ?= "0.42"
+PREFERRED_VERSION_gpe-filemanager ?= "0.23"
+PREFERRED_VERSION_gpe-go ?= "0.05"
+PREFERRED_VERSION_gpe-irc ?= "0.07"
+PREFERRED_VERSION_gpe-lights ?= "0.13"
+#PREFERRED_VERSION_gpe-nmf ?= "0.21"
+PREFERRED_VERSION_gpe-othello ?= "0.2-1"
+PREFERRED_VERSION_gpe-plucker ?= "0.2"
+PREFERRED_VERSION_gpe-tetris ?= "0.6-4"
+PREFERRED_VERSION_gsoko ?= "0.4.2-gpe6"
+PREFERRED_VERSION_xdemineur ?= "2.1.1"
+PREFERRED_VERSION_matchbox-panel-hacks ?= "0.3-1"
+PREFERRED_VERSION_rosetta ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_dillo2 ?= "0.6.6"
+PREFERRED_VERSION_minimo ?= "0.0+cvs${SRCDATE}"
+PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1"
+PREFERRED_VERSION_linphone ?= "0.12.2"
+PREFERRED_VERSION_firefox ?= "1.0"
+PREFERRED_VERSION_gaim ?= "2.0.0+cvs20050904-mco1"
+PREFERRED_VERSION_poppler ?= "0.3.3"
+PREFERRED_VERSION_evince ?= "0.3.2"
+PREFERRED_VERSION_gpe_mini_browser ?= "0.19"
============================================================
--- conf/distro/include/preferred-gpe-versions-2.8.inc	a571a2d964bf1b769ee63e55517cf8669a4afe92
+++ conf/distro/include/preferred-gpe-versions-2.8.inc	a571a2d964bf1b769ee63e55517cf8669a4afe92
@@ -0,0 +1,12 @@
+#
+# Specify which versions of GPE (and related) applications to build
+#
+
+#set some preferred providers:
+PREFERRED_PROVIDER_gconf=gconf-dbus
+PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus
+
+PREFERRED_VERSION_gaim ?= "2.0.0-cvs-mco1-20050904"
+
+# - the GPE roadmap doesn't state any versions for 2.8 yet
+#   http://www.handhelds.org/moin/moin.cgi/GPERoadmap
============================================================
--- conf/distro/include/preferred-gpe-versions.inc	f081a047566287accacf0a51d5e3da9d69e11e76
+++ conf/distro/include/preferred-gpe-versions.inc	f081a047566287accacf0a51d5e3da9d69e11e76
@@ -0,0 +1,84 @@
+#
+# Specify which versions of GPE (and related) applications to build
+#
+
+#work around some breakages
+#SRCDATE_xext=20050222
+
+#set some preferred providers:
+PREFERRED_PROVIDER_gconf=gconf-dbus
+PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus
+
+#specify versions, as the header says :)
+#PREFERRED_VERSION_libmatchbox ?= "1.6"
+#PREFERRED_VERSION_matchbox ?= "0.9.1"
+#PREFERRED_VERSION_matchbox-common ?= "0.9.1"
+#PREFERRED_VERSION_matchbox-desktop ?= "0.9.1"
+#PREFERRED_VERSION_matchbox-wm ?= "0.9.3"
+#PREFERRED_VERSION_matchbox-panel ?= "0.9.1"
+#PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6"
+#PREFERRED_VERSION_gtk+ ?= "2.6.3"
+#PREFERRED_VERSION_libgpewidget ?= "0.97"
+#PREFERRED_VERSION_libgpepimc ?= "0.4"
+#PREFERRED_VERSION_libgpevtype ?= "0.11"
+#PREFERRED_VERSION_libschedule ?= "0.14"
+#PREFERRED_VERSION_gpe-icons ?= "0.24"
+#PREFERRED_VERSION_libgsm ?= "1.0.10"
+PREFERRED_VERSION_diet-x11 ?= "6.2.1"
+PREFERRED_VERSION_xproto ?= "6.6.2"
+#PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1"
+PREFERRED_VERSION_rxvt-unicode ?= "5.3"
+#PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3"
+#PREFERRED_VERSION_xst ?= "0.14"
+PREFERRED_VERSION_xextensions ?= "1.0.1"
+PREFERRED_VERSION_xprop ?= "0.0+cvs${SRCDATE}" 
+PREFERRED_VERSION_xhost ?= "0.0+cvs20040413"
+PREFERRED_VERSION_xrdb ?= "0.0+cvs${SRCDATE}"
+#PREFERRED_VERSION_gpe-login ?= "0.76"
+#PREFERRED_VERSION_gpe-session-scripts ?= "0.62"
+#PREFERRED_VERSION_gpe-soundserver ?= "0.4-1"
+#PREFERRED_VERSION_gpe-todo ?= "0.50"
+#PREFERRED_VERSION_gpe-calendar ?= "0.61"
+#PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8"
+#PREFERRED_VERSION_gpe-contacts ?= "0.36"
+#PREFERRED_VERSION_gpe-today ?= "0.08"
+#PREFERRED_VERSION_matchbox-panel-manager ?= "0.1"
+PREFERRED_VERSION_dbus ?= "0.23.4"
+#PREFERRED_VERSION_gpe-bluetooth ?= "0.38"
+#PREFERRED_VERSION_gpe-su ?= "0.18"
+#PREFERRED_VERSION_gpe-conf ?= "0.1.23"
+#PREFERRED_VERSION_gpe-clock ?= "0.20"
+#PREFERRED_VERSION_gpe-mininet ?= "0.5"
+#PREFERRED_VERSION_gpe-mixer ?= "0.40"
+#PREFERRED_VERSION_gpe-shield ?= "0.7"
+#PREFERRED_VERSION_gpe-wlancfg ?= "0.2.6"
+#PREFERRED_VERSION_gpe-taskmanager ?= "0.17"
+#PREFERRED_VERSION_keylaunch ?= "2.0.7"
+#PREFERRED_VERSION_minilite ?= "0.47"
+#PREFERRED_VERSION_xmonobut ?= "0.4"
+#PREFERRED_VERSION_gpe-edit ?= "0.28"
+#PREFERRED_VERSION_gpe-gallery ?= "0.95"
+#PREFERRED_VERSION_gpe-calculator ?= "0.2"
+#PREFERRED_VERSION_gpe-package ?= "0.2"
+#PREFERRED_VERSION_gpe-soundbite ?= "1.0.5"
+#PREFERRED_V%s
>>> DIFF TRUNCATED @ 16K






More information about the Openembedded-commits mailing list