diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-21 10:58:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-21 10:58:27 +0000 |
commit | 0abe42ac0868f2b4fe996e824049afa5fa2ebf3d (patch) | |
tree | 546f2298d43b69f63a3fdf470e473b84d121f6dd | |
parent | 611ec08d612507841bdc8ea63e38631e60f7fbdc (diff) |
linux-ezx: change SRC_URI to fixed version of ezx6 patch
-rw-r--r-- | packages/linux/linux-ezx_2.6.16.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index e8978fec3b..8ef702ef0d 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -6,7 +6,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>" LICENSE = "GPL" DEPENDS += "quilt-native" EZX = "ezx6" -PR = "${EZX}-r0" +PR = "${EZX}-r1" inherit kernel @@ -14,7 +14,7 @@ inherit kernel # source SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ - http://people.openezx.org/laforge/kernel/patches-2.6.16-2.6.16.13-exz6.tar.bz2 \ + http://people.openezx.org/stefan/patches/patches-2.6.16-2.6.16.13-exz6-symlink-fix.tar.bz2 \ file://defconfig-a780 \ file://defconfig-e680" S = "${WORKDIR}/linux-2.6.16" |