[oe] [patch review] uclibc-initial_0.9.30.bb and avr32

Steffen Sledz sledz at dresearch.de
Fri Nov 21 16:04:37 UTC 2008


Hello uclibc maintainers,

please approve or comment following patch of uclibc-initial_0.9.30.bb.

It fixes a compile problem for the avr32 machine in the same way like for the other arm architectures.

diff --git a/packages/uclibc/uclibc_0.9.30.bb b/packages/uclibc/uclibc_0.9.30.bb
index faeaeca..e6c2318 100644
--- a/packages/uclibc/uclibc_0.9.30.bb
+++ b/packages/uclibc/uclibc_0.9.30.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
           "
 SRC_URI_append_arm = " file://ldso_hash_arm.patch;patch=1 "
 SRC_URI_append_armeb = " file://ldso_hash_arm.patch;patch=1 "
+SRC_URI_append_avr32 = " file://ldso_hash_arm.patch;patch=1 "
 
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-devel mailing list