[oe] [PATCH v2] opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Thu Jul 1 14:55:48 UTC 2010


Graham Gower <graham.gower at gmail.com> writes:

> None of the distros in OE 

At least the openmoko SHR distribution fetches ipkg from network and
requires curl support hence.


> appear to want/need gpg or curl support in opkg; so have opkg.inc
> remove them by default.

I do not think that supporting only offline mode (due to removal of
curl support) is a good idea.  Although the opportunistic signature
verification is not secure, it would be imo bad to remove gpg support
completely because updating embedded devices in a secure manner is
important.

A better way might be to conditionalize your '--disable-*' options
resp. make them depend on some DISTRO_FEATURE.


> +EXTRA_OECONF += " --disable-gpg \ 
> +                  --disable-openssl \ 
> +                  --disable-ssl-curl \
> +                  --disable-curl"


Enrico




More information about the Openembedded-devel mailing list