[poky] gnupg strip down

Arno Steffens star at gmx.li
Tue May 2 02:59:03 PDT 2017



> Gesendet: Freitag, 28. April 2017 um 12:06 Uhr
> Von: "Anders Darander" <anders at chargestorm.se>
> An: poky at yoctoproject.org
> Betreff: Re: [poky] gnupg strip down
>
> Hi,
> 
> * Arno Steffens <star at gmx.li> [170428 09:35]:
> 
> > I did as advised, created a bbappend for gnupg, like that:
> 
> > do_install_append() {
> >	rm ${D}${bindir}/gpgv
> >	rm ${D}${bindir}/gpgsm
> >	rm ${D}${bindir}/gpg-connect-agent
> >	rm ${D}${bindir}/dirmngr-client
> >	rm ${D}${bindir}/gpgscm
> >	rm ${D}${bindir}/watchgnupg
> >	rm ${D}${bindir}/gpgparsemail
> >	rm ${D}${bindir}/gpgconf
> >	rm ${D}${bindir}/dirmngr
> >	rm ${D}${bindir}/gpgtar
> >	rm ${D}${bindir}/gpgv2
> >	rm ${D}${bindir}/gpg-agent
> >	rm ${D}${bindir}/kbxutil
> >	rm ${D}/usr/sbin/*
> >	rmdir ${D}/usr/sbin
> >	rm ${D}/usr/share/gnupg/help*
> >	rm ${D}/usr/libexec/gpg-*
> >	rm ${D}/usr/libexec/scdaemon
> >	rmdir ${D}/usr/libexec
> > }
> 
> > I am aware that this is a custom embedded solution, where just the ability to verify signed files is needed.
> 
> Have you looked at gpgv? It's already packages separately and supports
> verification of signed files. It might very well fulfill all your
> requirements.
> 
> Cheers,
> Anders
> 
> -- 
> Anders Darander, Senior System Architect
> ChargeStorm AB / eStorm AB
> -- 

Sure, even that might be enough. But as far as I can see this is not separated.
As for example bitbake gpgv returns:
 gnupg RPROVIDES gpgv

Is a recipe for just this available in some other layer? I searched, but did not found.
Thanks
Arno 


More information about the poky mailing list