diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2008-05-17 18:04:20 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2008-05-17 18:04:20 +0000 |
commit | b30c59ccb5bba216ec4bf4b3951e1da8c7d36285 (patch) | |
tree | 381d7d9b1259f7c04155c43ef724c510cd38de88 | |
parent | 5db345ddd9ace8fd37316db7c5391203601ef8a3 (diff) |
uclibc_0.9.29: add arm_fix_alignment.patch
-rw-r--r-- | packages/uclibc/uclibc_0.9.29.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_0.9.29.bb b/packages/uclibc/uclibc_0.9.29.bb index c4d7ee7455..49280277db 100644 --- a/packages/uclibc/uclibc_0.9.29.bb +++ b/packages/uclibc/uclibc_0.9.29.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.29" -PR = "r17" +PR = "r18" require uclibc.inc @@ -27,6 +27,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \ file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \ file://uClibc-0.9.29-avr32-bzero.patch;patch=1 \ file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \ + file://arm_fix_alignment.patch;patch=1 \ " #recent versions uclibc require real kernel headers |