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

Op 28-02-12 07:03, u...@emagii.com schreef:
> From: Ulf Samuelsson <u...@emagii.com>
> 
> 20111211 has disappeared from the server
> 
> Signed-off-by: Ulf Samuelsson <u...@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-----


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to