diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 10:36:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-02 10:36:07 -0700 |
commit | 0e3aefdda5ba74c8c9762fbdd6a619299a5062a4 (patch) | |
tree | 92f6386f4862444915ac4a5a3d25038f2a05c5d2 /recipes/m4/m4_1.4.14.bb | |
parent | 7c9ff232dd8522d8d650a6000bf119da99b974db (diff) |
m4-1.4.14: Fix compilation on uclibc.
* uClibc does not expose sched_param the same way
as glibc even though it pretends like glibc all
interface dont match.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/m4/m4_1.4.14.bb')
-rw-r--r-- | recipes/m4/m4_1.4.14.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/m4/m4_1.4.14.bb b/recipes/m4/m4_1.4.14.bb index 3d33de1f22..c249d1c0a2 100644 --- a/recipes/m4/m4_1.4.14.bb +++ b/recipes/m4/m4_1.4.14.bb @@ -1,8 +1,10 @@ require m4.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" -SRC_URI += "file://f13-compile.patch;patch=1" +SRC_URI += "file://f13-compile.patch \ + file://m4-uclibc-sched_param-def.patch \ + " SRC_URI[archive.md5sum] = "e6fb7d08d50d87e796069cff12a52a93" SRC_URI[archive.sha256sum] = "0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2" |