From 09594b3c026affa4c8fc3a06ddb4155744e2cbf8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 8 Apr 2008 11:43:41 +0000 Subject: add python-pyrtc, support for the real time clock from python --- conf/distro/include/sane-srcrevs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 9f478f7963..d798b23d84 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -146,8 +146,9 @@ SRCREV_pn-pylgrim ?= "20" SRCREV_pn-pyneod ?= "88" SRCREV_pn-pyneog ?= "88" SRCREV_pn-python-formencode = "3148" -SRCREV_pn-python-gsmd = "127" +SRCREV_pn-python-gsmd = "148" SRCREV_pn-python-lightmediascanner = "68" +SRCREV_pn-python-pyrtc = "152" SRCREV_pn-s3c24xx-gpio ?= "4130" SRCREV_pn-settings-daemon ?= "1755" SRCREV_pn-sjf2410-linux-native ?= "933" -- cgit v1.2.3 From 73ee755d53ec9ecb8f959cdc039bf515da193aa6 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Tue, 8 Apr 2008 12:01:09 +0000 Subject: chinook-compat.conf: Added explicit rename for libgcc --- conf/distro/chinook-compat.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index e89d2185a7..2e8688b263 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -61,7 +61,9 @@ PREFERRED_VERSION_binutils-cross = "2.18" PREFERRED_VERSION_gcc = "3.4.4cs2005q3.2" PREFERRED_VERSION_gcc-cross = "3.4.4cs2005q3.2" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4cs2005q3.2" +PREFERRED_VERSION_gcc-cross-initial = "4.1.1" + +#PREFERRED_VERSION_gcc-cross-initial = "3.4.4cs2005q3.2" # Use recent enough version of the headers to let HAL build successfully. PREFERRED_VERSION_linux-libc-headers = "2.6.20" @@ -165,7 +167,7 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" -PREFERRED_VERSION_classpath = "0.97" +PREFERRED_VERSION_classpath = "0.97.1" PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.3+3.4M5" @@ -200,3 +202,5 @@ PKG_bluez-libs = "libbluetooth2" PKG_osso-ic-oss = "osso-ic" PKG_libconic = "libconic0" + +PKG_libgcc = "libgcc1" -- cgit v1.2.3 From 0a53b4ebb8ae3957a957810ff28568fc49d0c28a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 8 Apr 2008 12:06:34 +0000 Subject: sane-srcdates: bump EFL, xrender got accellerated for 16bit, eet is 1.0.0 candidate --- conf/distro/include/sane-srcdates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcdates.inc b/conf/distro/include/sane-srcdates.inc index df0a21a3e4..1957500a02 100644 --- a/conf/distro/include/sane-srcdates.inc +++ b/conf/distro/include/sane-srcdates.inc @@ -52,7 +52,7 @@ SRCDATE_gtkhtml2 ?= "20060323" # Enlightenment Foundation Libraries # Caution: This is not alphabetically, but (roughly) dependency-sorted. # Please leave it like that. -EFL_SRCDATE = "20080330" +EFL_SRCDATE = "20080409" SRCDATE_edb-native ?= "${EFL_SRCDATE}" SRCDATE_edb ?= "${EFL_SRCDATE}" SRCDATE_eet-native ?= "${EFL_SRCDATE}" -- cgit v1.2.3