I have fixed some indentation and style issues in both of these, please check them in master-next and next time follow the styleguide.
e.g. we (most layers except oe-core) use 4 spaces for indentation, not mix of tabs and various number of spaces On Wed, Sep 13, 2017 at 1:45 PM, Pascal Bach <[email protected]> wrote: > Signed-off-by: Pascal Bach <[email protected]> > --- > .../recipes-devtools/capnproto/capnproto_0.6.1.bb | 28 > ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb > > diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb > b/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb > new file mode 100644 > index 0000000..d900fae > --- /dev/null > +++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb > @@ -0,0 +1,28 @@ > +SUMMARY = "Cap'n Proto serialization/RPC system" > +DESCRIPTION = "Cap’n Proto is an insanely fast data interchange format > and capability-based RPC system. " > +HOMEPAGE = "https://github.com/sandstorm-io/capnproto" > +SECTION = "console/tools" > +LICENSE = "MIT" > + > +PACKAGE_BEFORE_PN = "${PN}-compiler" > + > +RDEPENDS_${PN}-dev += "${PN}-compiler" > + > +LIC_FILES_CHKSUM = "file://../LICENSE;md5=0a5b5b742baf10cc1c158579eba7fb > 1d" > + > +SRCREV = "c949a18da5f041a36cc218c5c4b79c7705999b4f" > + > +SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch= > release-${PV}" > + > +EXTRA_OECMAKE += "\ > + -DBUILD_TESTING=OFF \ > + " > + > +inherit cmake > + > +S = "${WORKDIR}/git/c++" > + > +FILES_${PN}-dev += "${libdir}/cmake" > +FILES_${PN}-compiler = "${bindir}" > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.1.4 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
