[OE-core] [PATCH 1/2] systemtap: upgrade to 1.6

Tom Zanussi tom.zanussi at intel.com
Sun Sep 4 04:20:12 UTC 2011


On Sat, 2011-09-03 at 20:46 -0700, Saul Wold wrote:
> On 09/02/2011 09:45 PM, Tom Zanussi wrote:
> > Also enable for arm, since systemtap now works on arm and remove the
> > gcc-4.6 compile fix patch since the problems it addresses have been
> > fixed upstream.
> >
[...]
> > +PR = "r5"
> > +PV = "1.6+git${SRCPV}"
> >
> Tom, since you have updated PV to 1.6, you can reset PR to 0.
> 

OK, good point, patches resent, thanks for the input...

Tom

> Sau!
> 
> >   SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
> > -	file://fix_for_compilation_with_gcc-4.6.0.patch \
> >             "
> >
> >   EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
> > @@ -23,11 +22,11 @@ EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
> >   SRC_URI[md5sum]    = "cb202866ed704c44a876d041f788bdee"
> >   SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459"
> >
> > -# systemtap doesn't work on arm and doesn't support mips
> > -COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
> > +# systemtap doesn't support mips
> > +COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux'
> >
> >   S = "${WORKDIR}/git"
> >
> > -inherit autotools
> > +inherit autotools gettext
> >
> >   FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"






More information about the Openembedded-core mailing list