[Buildroot] add liblcms1.19 to buildroot

Peter Korsgaard jacmet at uclibc.org
Sat Feb 26 10:22:04 UTC 2011


>>>>> "bao" == bao bui <buiqbao at gmail.com> writes:

 bao> How can I add liblcms1.19 to buildroot? I alway have the error:
 >>>> liblcms 1.19 Extracting
 >>>> liblcms 1.19 Patching package/liblcms
 bao> Aborting.  Reject files found.

Probably the upstream tarball contains .rej files:

find lcms-1.19 -name \*.rej
lcms-1.19/src/cmscam97.c.rej

You can add a _POST_EXTRACT_HOOK to remove it (see busybox package for
an example). Notice that 1.19 isn't the latest upstream version. Once
you have it working, please consider sending us a patch to add it to BR.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list