Why not use RDEPENDS_${PN} instead of RDEPENDS_pps-tools? It's now broken
with multilib.Also meta-oe is using 4 spaces for indentation, would be nice to fix the do_install. On Wed, Jul 18, 2018 at 9:32 AM <[email protected]> wrote: > From: Changqing Li <[email protected]> > > Signed-off-by: Changqing Li <[email protected]> > --- > .../pps-tools/{pps-tools_git.bb => pps-tools_1.0.2.bb} | 5 > +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > rename meta-oe/recipes-support/pps-tools/{pps-tools_git.bb => > pps-tools_1.0.2.bb} (82%) > > diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb > b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb > similarity index 82% > rename from meta-oe/recipes-support/pps-tools/pps-tools_git.bb > rename to meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb > index 8bf9036..106be35 100644 > --- a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb > +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb > @@ -4,12 +4,13 @@ HOMEPAGE = "http://linuxpps.org" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > > -PV = "0.0.0+git${SRCPV}" > -SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8" > +SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" > SRC_URI = "git://github.com/ago/pps-tools.git" > > S = "${WORKDIR}/git" > > +RDEPENDS_pps-tools = "bash" > + > do_install() { > install -d ${D}${bindir} ${D}${includedir} \ > ${D}${includedir}/sys > -- > 2.7.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
