On 30 March 2017 at 09:14, Yuvarajesh Valleru <y...@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
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto