[oe] [meta-browser] [PATCH 1/2] chromium, cef: Fix install path for cef library

Khem Raj raj.khem at gmail.com
Thu May 28 01:03:48 UTC 2015


applied

it seems the patch got mutilated on its way, I had to resurrect it.

> On May 27, 2015, at 5:53 PM, Khem Raj <raj.khem at gmail.com> wrote:
> 
> this change is ok
> 
>> On May 27, 2015, at 10:36 AM, Zoltan Kuscsik <zoltan.kuscsik at linaro.org> wrote:
>> 
>> Wrong location of cef caused QA errors.
>> 
>> Change-Id: I56743864f9e7d47e7c87fb26c478cd812d5d6961
>> Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik at linaro.org>
>> ---
>> recipes-browser/chromium/chromium.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/recipes-browser/chromium/chromium.inc
>> b/recipes-browser/chromium/chromium.inc
>> index 377e685..cd8bfb5 100644
>> --- a/recipes-browser/chromium/chromium.inc
>> +++ b/recipes-browser/chromium/chromium.inc
>> @@ -44,7 +44,7 @@ do_install() {
>>               install -Dm 0755 ${B}/out/${CHROMIUM_BUILD_TYPE}/cefsimple
>> ${D}${bindir}/${BPN}/cefsimple
>>       fi
>>       if [ -f "${B}/out/${CHROMIUM_BUILD_TYPE}/lib/libcef.so" ]; then
>> -               install -Dm 0755
>> ${B}/out/${CHROMIUM_BUILD_TYPE}/lib/libcef.so ${D}${bindir}/lib/libcef.so
>> +               install -Dm 0755
>> ${B}/out/${CHROMIUM_BUILD_TYPE}/lib/libcef.so ${D}${libdir}/${BPN}/libcef.so
>>       fi
>>       if [ -f "${B}/out/${CHROMIUM_BUILD_TYPE}/chrome" ]; then
>>               install -Dm 0755 ${B}/out/${CHROMIUM_BUILD_TYPE}/chrome
>> ${D}${bindir}/${BPN}/chrome
>> --
>> 1.9.1
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150527/4300bb59/attachment-0002.sig>


More information about the Openembedded-devel mailing list