[oe] [meta-oe] ca-certificates: Bump version to 20120212

Koen Kooi koen at dominion.thruhere.net
Tue Feb 28 09:26:42 UTC 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 28-02-12 07:03, ulf at emagii.com schreef:
> From: Ulf Samuelsson <ulf at emagii.com>
> 
> 20111211 has disappeared from the server
> 
> Signed-off-by: Ulf Samuelsson <ulf at emagii.com>

Could you please address the following bugs in the old recipe as well?

> + +do_install_prepend() { +        mkdir -p
> ${D}/usr/share/ca-certificates

$datadir

> +        mkdir -p ${D}/usr/sbin

$sbindir

> +        mkdir -p ${D}/etc/ssl/certs +        mkdir -p
> ${D}/etc/ca-certificates/update.d

$sysconfdir

> +} + +do_install_append() { +        cd ${D}/usr/share/ca-certificates

$datadir

> +        echo "# Lines starting with # will be ignored" >
> ${D}/etc/ca-certificates.conf +        echo "# Lines starting with ! will
> remove certificate on next update" >> ${D}/etc/ca-certificates.conf +
> echo "#" >> ${D}/etc/ca-certificates.conf

$sysconfdir

> +        for crt in $(find . -type f -name '*.crt' -print) +        do +
> crt=$(echo $crt | sed -e 's/\.\///') +                echo $crt >>
> ${D}/etc/ca-certificates.conf

$sysconfdir

> +        done +} + +pkg_postinst_${PN} () { +if [ -n "$D" ] ; then +	exit
> 1 +fi + +${sbindir}/update-ca-certificates +} + +CONFFILES_${PN} =
> "/etc/ca-certificates.conf"

$sysconfdir

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk9Mnc8ACgkQMkyGM64RGpFzQwCffYb7rjrii/WOPiYEZikqj7Sd
EgYAoKIs2JYMd7AuKoQDPDSDrhtulra8
=9dnP
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list