[yocto] Parse error: unable to parse line

Yuvarajesh Valleru yv at iseg-hv.de
Thu Mar 30 02:00:53 PDT 2017


No,

Sorry. I haven't left it. The please find the file below:

SUMMARY = "hello world program"
HOMEPAGE = "http://www.yoctoproject.org/"
SECTION = "network"
LICENSE = "CLOSED"
inherit qt4e

SRC_URI = " \
     file://helloworld.pro <http://helloworld.pro> \
     file://helloworld.cpp \
     "

S = "${WORKDIR}"

QMAKE_PROFILES = "${WORKDIR}/helloworld.pro <http://helloworld.pro> \
     "

do_compile() {
         ${CC} helloworld.cpp -o helloworld
}

do_install() {
         install -d ${D}${bindir} ${D}${docdir}/helloworld
         install -m 0644 helloworld ${D}${bindir}

}


Am 30.03.2017 um 10:56 schrieb Burton, Ross:
>
> On 30 March 2017 at 09:14, Yuvarajesh Valleru <yv at iseg-hv.de 
> <mailto: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 <http://helloworld.pro> \
>         file://helloworld.cpp \
>         "
>
>     S = "${WORKDIR}"
>
>     QMAKE_PROFILES = "${WORKDIR}/helloworld.pro <http://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/b4bed6c7/attachment.html>


More information about the yocto mailing list