merged. Bruce
On Thu, Apr 14, 2016 at 8:54 PM, Derek Straka <[email protected]> wrote: > Also supress the warnings about executables being already stripped > > Signed-off-by: Derek Straka <[email protected]> > --- > recipes-extended/dev86/{dev86_0.16.19.bb => dev86_0.16.20.bb} | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > rename recipes-extended/dev86/{dev86_0.16.19.bb => dev86_0.16.20.bb} > (82%) > > diff --git a/recipes-extended/dev86/dev86_0.16.19.bb > b/recipes-extended/dev86/dev86_0.16.20.bb > similarity index 82% > rename from recipes-extended/dev86/dev86_0.16.19.bb > rename to recipes-extended/dev86/dev86_0.16.20.bb > index 0402c99..38dbf8d 100644 > --- a/recipes-extended/dev86/dev86_0.16.19.bb > +++ b/recipes-extended/dev86/dev86_0.16.20.bb > @@ -7,8 +7,8 @@ PR="r0" > > SRC_URI="http://v3.sk/~lkundrak/dev86/archive/Dev86src-${PV}.tar.gz" > > -SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942" > -SRC_URI[sha256sum] = > "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e" > +SRC_URI[md5sum] = "567cf460d132f9d8775dd95f9208e49a" > +SRC_URI[sha256sum] = > "61817a378c8c8ba65f36c6792d457a305dc4eedae8cdc8b6233bf2bb28e5fe8d" > > S = "${WORKDIR}/dev86-${PV}" > > @@ -35,3 +35,4 @@ do_install() { > } > COMPATIBLE_HOST = "(i.86|x86_64).*-linux" > FILES_${PN} += "${libdir}/bcc" > +INSANE_SKIP_${PN} = "already-stripped" > -- > 1.9.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
