diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 19:51:25 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 19:51:25 +0200 |
commit | e988939aab20a763722a9aa8eab7e85cf6d20281 (patch) | |
tree | d8e765ad26e75b0d8865093bb9cccbde87157619 /recipes | |
parent | f760c01fb5a3ca16258b837ae83bb930d637ee84 (diff) |
opensimpad/openzaurus: removed patches (see below)
The 4 files in this patch contained references to two
patches for compilation with gcc 3.3
These patches were commented out and the patch files does not
exist, so removed the lines
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
4 files changed, 0 insertions, 14 deletions
diff --git a/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb b/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb index b002226d41..54be4f606b 100644 --- a/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb +++ b/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb @@ -33,10 +33,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke file://iw240_we18-5.diff \ " -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux-${KV}" inherit kernel diff --git a/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb b/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb index e7b2746b39..d93abc60a6 100644 --- a/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb +++ b/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb @@ -42,10 +42,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke # have sa1100_udc.c # file://${KV}-${VRSV}-${USBV}.patch \ -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux-${KV}" inherit kernel diff --git a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc index 486cd86a5a..9e382e2e64 100644 --- a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc +++ b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc @@ -56,8 +56,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke SRC_URI_append_poodle += " file://smallfonts.diff" SRC_URI_append_poodle255 += " file://smallfonts.diff" -# apply this when we have a kernel that builds with gcc 3.x: -# SRC_URI_append = file://machtune-args.patch SRC_URI_append_tosa = " file://tosa-power-key-off.patch" S = "${WORKDIR}/linux" diff --git a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb index 249fc6feab..295aebe4ef 100644 --- a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb +++ b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb @@ -40,10 +40,6 @@ SRC_URI = "http://www.openzaurus.org/mirror/linux-sl5500-${SHARPV}-rom3_10.tar.b # touchclicks etc so it is removed until be fixed # file://sound-2.4.18r2.patch -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux" inherit kernel |