]> code.ossystems Code Review - openembedded-core.git/commit
sed: Fix ppc build failure
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 31 Aug 2010 03:42:01 +0000 (11:42 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 31 Aug 2010 15:45:38 +0000 (16:45 +0100)
commit1f0ba7c2b0429909ead5ae8fc015a827b08edf85
treea9679e910c26fd805fcf84085f9bdce0588ffa16
parent4c00be1ecbfbad481a818a8275d7214458faee32
sed: Fix ppc build failure

sed will firstly check whether there is a working getline function
in system, if not (ppc), it use its self-defined getline().
However in 4.1.2, this function definition is not match with its
declaration. Fixes [BUGID #243]

Also fixes metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/sed/sed-4.1.2/fix_return_type.patch [new file with mode: 0644]
meta/packages/sed/sed_4.1.2.bb