diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-09 12:05:39 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-09 12:11:07 +0200 |
commit | b9d8c34bc09feb72fd4578a0c6afe9bec5adf704 (patch) | |
tree | 8bddbbff4e19111a8f4d5f5a1c4ed314d7751355 /recipes/uclibc/uclibc_0.9.30.1.bb | |
parent | cb58de6bef73047d3fdf8f58c669137393976091 (diff) |
uclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmic
gcc4.4 and glibc 2.10 complain that getline already has
a different signature. Rename the version in the unidef.c.
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb')
-rw-r--r-- | recipes/uclibc/uclibc_0.9.30.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb index 39d7f52504..5fdf829b60 100644 --- a/recipes/uclibc/uclibc_0.9.30.1.bb +++ b/recipes/uclibc/uclibc_0.9.30.1.bb @@ -19,6 +19,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \ file://pthread_atfork.patch;patch=1 \ file://uclibc_ldso_use_O0.patch;patch=1 \ file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch;patch=1 \ + file://gcc-4.4-fixlet.patch;patch=1 \ " #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}" |