diff options
-rw-r--r-- | conf/checksums.ini | 20 | ||||
-rw-r--r-- | recipes/linux/linux-handhelds-2.6-2.6.21/0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch | 34 | ||||
-rw-r--r-- | recipes/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-lib/pixman_0.15.6.bb | 13 |
4 files changed, 65 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index fe939fbe90..964f72855d 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -218,6 +218,10 @@ sha256=f12ec5f0864d85268a8d67e4919cb7f3d7f0e06ed6cc278c952f6c342673d931 md5=caea8bcfc9c1d391e56d85e437005a5d sha256=0875e553a17fe65e920ad810a67aa6faca582c53476d8dc75880a6b3da625d0b +[http://directfb.org/downloads/Core/DirectFB-1.2.7.tar.gz] +md5=59ca16f600e96c8c104a485ff7c322c6 +sha256=80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e + [http://directfb.org/downloads/Old/DirectFB-1.2.7.tar.gz] md5=59ca16f600e96c8c104a485ff7c322c6 sha256=80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e @@ -18866,6 +18870,10 @@ sha256=2b16516ef147bb604e1cf50c883143a052a7ff92d2930b70e571da0603b7d9ce md5=837df4a02c61a60a880644393b57faed sha256=45d491879791140dc1f20287e6489f32dc59ae37628038d991d9511abede3fc2 +[http://cairographics.org/releases/pixman-0.15.6.tar.gz] +md5=fe922698df46b21d7e19f28ded4ca100 +sha256=3438437c131c9847b34106225a728c11e522776ac454bb8740a9bc7aea409f22 + [http://xorg.freedesktop.org/releases/individual/lib/pixman-0.9.4.tar.bz2] md5=c354ab5b0da10227226d3ef604254875 sha256=261d239e9e3070a0a81e5b3eab92e6236c6295979bdae0a1ded05cbef93f67aa @@ -19570,6 +19578,10 @@ sha256=61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454 md5=0fa33ba1b32b254abe0b731a52c0f2f9 sha256=62b254548ad7a9e71231a160275827d67ff39022ee8e2854a7c9d9fe9a688e65 +[http://www.openh323.org/bin/pwlib_1.5.2.tar.gz] +md5=0fa33ba1b32b254abe0b731a52c0f2f9 +sha256=62b254548ad7a9e71231a160275827d67ff39022ee8e2854a7c9d9fe9a688e65 + [http://downloads.sourceforge.net/pwsafe/pwsafe-0.2.0.tar.gz] md5=4bb36538a2772ecbf1a542bc7d4746c0 sha256=61e91dc5114fe014a49afabd574eda5ff49b36c81a6d492c03fcb10ba6af47b7 @@ -24038,14 +24050,14 @@ sha256=b8e200ae66c20897c9aaa80b0044e638a0016d3bdb6e67560fd61f1ef162f305 md5=9e92234b29f062b3779750ba3cd0a71b sha256=87caf592bd81922908e7ee6ff356c7d46cf5a2cbe46847df7d64aff537ca16b6 -[ftp://ftp.gnu.org/gnu/wget/wget-1.9.1.tar.gz] -md5=e6051f1e1487ec0ebfdbda72bedc70ad -sha256=69044b87c517b986dbc17a5f7e4de430cb56e605330c19c6bb0d384d5c37e638 - [ftp://ftp.gnu.org/gnu/wget/wget-1.11.4.tar.gz] md5=69e8a7296c0e12c53bd9ffd786462e87 sha256=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3 +[ftp://ftp.gnu.org/gnu/wget/wget-1.9.1.tar.gz] +md5=e6051f1e1487ec0ebfdbda72bedc70ad +sha256=69044b87c517b986dbc17a5f7e4de430cb56e605330c19c6bb0d384d5c37e638 + [ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz] md5=516fc54ce709e874133fc3b3c7c05447 sha256=99979ff161ee209da21ae118eff9ca6de7c5cb1b0dc3397de18df534e0afaf76 diff --git a/recipes/linux/linux-handhelds-2.6-2.6.21/0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch b/recipes/linux/linux-handhelds-2.6-2.6.21/0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch new file mode 100644 index 0000000000..ad10b67639 --- /dev/null +++ b/recipes/linux/linux-handhelds-2.6-2.6.21/0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch @@ -0,0 +1,34 @@ +From 38332cb98772f5ea757e6486bed7ed0381cb5f98 Mon Sep 17 00:00:00 2001 +From: Segher Boessenkool <segher@kernel.crashing.org> +Date: Tue, 4 Mar 2008 14:59:54 -0800 +Subject: [PATCH] time: prevent the loop in timespec_add_ns() from being optimised away + +Since some architectures don't support __udivdi3(). + +Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org> +Cc: john stultz <johnstul@us.ibm.com> +Cc: Ingo Molnar <mingo@elte.hu> +Signed-off-by: Andrew Morton <akpm@linux-foundation.org> +Signed-off-by: Thomas Gleixner <tglx@linutronix.de> +--- + include/linux/time.h | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +diff --git a/include/linux/time.h b/include/linux/time.h +index 2091a19..d32ef0a 100644 +--- a/include/linux/time.h ++++ b/include/linux/time.h +@@ -174,6 +174,10 @@ static inline void timespec_add_ns(struct timespec *a, u64 ns) + { + ns += a->tv_nsec; + while(unlikely(ns >= NSEC_PER_SEC)) { ++ /* The following asm() prevents the compiler from ++ * optimising this loop into a modulo operation. */ ++ asm("" : "+r"(ns)); ++ + ns -= NSEC_PER_SEC; + a->tv_sec++; + } +-- +1.6.0.6 + diff --git a/recipes/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/recipes/linux/linux-handhelds-2.6_2.6.21-hh20.bb index f6bb17302d..d955c0ab39 100644 --- a/recipes/linux/linux-handhelds-2.6_2.6.21-hh20.bb +++ b/recipes/linux/linux-handhelds-2.6_2.6.21-hh20.bb @@ -1,7 +1,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r25" +PR = "r26" DEFAULT_PREFERENCE = "-1" @@ -13,6 +13,7 @@ SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('P file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \ http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \ file://gcc4x-limits.patch;patch=1 \ + file://0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch;patch=1 \ file://defconfig" require linux-handhelds-2.6.inc diff --git a/recipes/xorg-lib/pixman_0.15.6.bb b/recipes/xorg-lib/pixman_0.15.6.bb new file mode 100644 index 0000000000..2517f8f354 --- /dev/null +++ b/recipes/xorg-lib/pixman_0.15.6.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \ + " + +inherit autotools_stage +AUTOTOOLS_STAGE_PKGCONFIG = "1" + |