[oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

Daniel Mack daniel at zonque.org
Thu Oct 26 13:07:36 UTC 2017


On Thursday, October 26, 2017 02:55 PM, Denys Dmytriyenko wrote:
> On Tue, Oct 24, 2017 at 03:33:10PM +0200, Daniel Mack wrote:
>> Hi,
>>
>> On Saturday, October 21, 2017 12:54 AM, Martin Jansa wrote:
>>> Either this or the ptest change seems to cause:
>>> http://errors.yoctoproject.org/Errors/Details/157417/
>>
>> FTR, I see the same error locally. Reverting both 8fd20e8b1
>> ("nativesdk-qtbase Enable objcopy for qmake") and 5ec6b97a8
>> ("qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY") in the master-next
>> branch of meta-qt5 fixes things for me.
> 
> Have you tried bisecting by any chance?

bisect what exactly? If I take your patch out of my stack, qtbase
builds. If I don't it doesn't. Can I provide more information somehow?


Thanks,
Daniel


> 
> 
>>> On Tue, Oct 17, 2017 at 9:56 PM, Stefan Sonski <s.sonski at gmail.com> wrote:
>>>
>>>> From: "Chris E. Rallis" <Chris.Rallis at RavenInd.net>
>>>>
>>>> Signed-off-by: Stefan Sonski <s.sonski at gmail.com>
>>>> ---
>>>>  classes/qmake5_base.bbclass | 2 ++
>>>>  1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
>>>> index 8e1fe20..042008c 100644
>>>> --- a/classes/qmake5_base.bbclass
>>>> +++ b/classes/qmake5_base.bbclass
>>>> @@ -28,6 +28,7 @@ EXTRA_OEMAKE = " \
>>>>      OE_QMAKE_LINK='${OE_QMAKE_LINK}' \
>>>>      OE_QMAKE_LDFLAGS='${OE_QMAKE_LDFLAGS}' \
>>>>      OE_QMAKE_AR='${OE_QMAKE_AR}' \
>>>> +    OE_QMAKE_OBJCOPY='${OE_QMAKE_OBJCOPY}' \
>>>>      OE_QMAKE_STRIP='${OE_QMAKE_STRIP}' \
>>>>      OE_QMAKE_WAYLAND_SCANNER='${OE_QMAKE_WAYLAND_SCANNER}' \
>>>>      OE_QMAKE_INCDIR_QT='${STAGING_DIR_TARGET}/${OE_QMAKE_PATH_HEADERS}' \
>>>> @@ -42,6 +43,7 @@ export OE_QMAKE_CXXFLAGS = "${CXXFLAGS}"
>>>>  export OE_QMAKE_LINK = "${CXX}"
>>>>  export OE_QMAKE_LDFLAGS = "${LDFLAGS}"
>>>>  export OE_QMAKE_AR = "${AR}"
>>>> +export OE_QMAKE_OBJCOPY = "${OBJCOPY}"
>>>>  export OE_QMAKE_STRIP = "echo"
>>>>  export OE_QMAKE_WAYLAND_SCANNER = "${STAGING_BINDIR_NATIVE}/
>>>> wayland-scanner"
>>>>
>>>> --
>>>> 2.14.2
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel at lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>>
>>
>> -- 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list