[yocto] Parse error: unable to parse line

Burton, Ross ross.burton at intel.com
Thu Mar 30 01:56:46 PDT 2017


On 30 March 2017 at 09:14, Yuvarajesh Valleru <yv at iseg-hv.de> wrote:

> SUMMARY = "hello world program"
> HOMEPAGE = "http://www.yoctoproject.org/"
> SECTION = "network"
> LICENSE = "CLOSED"
> inherit qt4e
>
> SRC_URI = " \
>     file://helloworld.pro \
>     file://helloworld.cpp \
>     "
>
> S = "${WORKDIR}"
>
> QMAKE_PROFILES = "${WORKDIR}/helloworld.pro \
>     "
>
> do_compile() {
>         ${CC} helloworld.cpp -o helloworld
> }
>
> do_install() {
>         install -d ${D}${bindir} ${D}${docdir}/helloworld
>         install -m 0644 helloworld
>

Did you leave out the trailing } here in the real file?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170330/a5ec987f/attachment.html>


More information about the yocto mailing list