From: Richard Purdie Date: Thu, 27 Apr 2006 18:56:39 +0000 (+0000) Subject: linux-oz-2.6: Add eabi fix (applied in mainline) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2767b74af00b301e80fdfcfcdc4eaf08ccc20b22;p=openembedded.git linux-oz-2.6: Add eabi fix (applied in mainline) --- diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 6c121c7741..c31bd30e7e 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r12" +PR = "r14" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -42,6 +42,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/rmk_pxa_mmc_timeout-r0.patch;patch=1 \ ${RPSRC}/integrator_rtc-r0.patch;patch=1 \ ${RPSRC}/zaurus_keyboard_tweak-r3.patch;patch=1 \ + ${RPSRC}/arm_eabi_enum_fix-r0.patch;patch=1 \ ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \ ${RPSRC}/spitz_kbd_fix-r0.patch;patch=1 \ ${RPSRC}/mmcsd_large_cards-r0.patch;patch=1 \