diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:39:00 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:39:00 +0200 |
commit | 921f2ae278c952cf30cfe1554bac079c213bd5f1 (patch) | |
tree | dfc5ea4458d06929c52edf97e18cb4d1cd1d12fc /recipes/klibc/klibc_1.5.18.bb | |
parent | c6a662cd60d585a10b83a3642de36b48bb15e5ac (diff) |
klibc: add some patches to 1.5.18 and make it build vs. old kernels.
* increase default preference, tested on arm
Diffstat (limited to 'recipes/klibc/klibc_1.5.18.bb')
-rw-r--r-- | recipes/klibc/klibc_1.5.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/klibc/klibc_1.5.18.bb b/recipes/klibc/klibc_1.5.18.bb index 4b299f226e..694bf5849b 100644 --- a/recipes/klibc/klibc_1.5.18.bb +++ b/recipes/klibc/klibc_1.5.18.bb @@ -1,3 +1,3 @@ require klibc.inc require klibc_${PV}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |