diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
commit | 1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch) | |
tree | 2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/uclibc/uclibc_0.9.29.bb | |
parent | dd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff) | |
parent | e295c6669417f74e0127fcce8a80627a1c042ef3 (diff) |
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/uclibc/uclibc_0.9.29.bb')
-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 fc06c28f67..9c716b6237 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 = "r22" +PR = "r24" DEFAULT_PREFERENCE = "1" require uclibc.inc @@ -30,6 +30,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \ file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \ file://arm_fix_alignment.patch;patch=1 \ file://uclibc-arm-ftruncate64.patch;patch=1 \ + file://uclibc-use-fgnu89-inline.patch;patch=1 \ " #recent versions uclibc require real kernel headers |