Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe] ca-certificates: Bump version to 20120212
Date: Tue, 28 Feb 2012 10:26:42 +0100	[thread overview]
Message-ID: <jii6kh$ae8$1@dough.gmane.org> (raw)
In-Reply-To: <1330409002-31186-2-git-send-email-ulf@emagii.com>

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

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




      reply	other threads:[~2012-02-28  9:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28  6:03 [PATCH] ca-certificates: Bump version to 20120212 ulf
2012-02-28  6:03 ` [meta-oe] " ulf
2012-02-28  9:26   ` Koen Kooi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='jii6kh$ae8$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox