From: Philipp Claves <claves@budelmann-elektronik.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] opkg: Add gnupg signature checking support.
Date: Mon, 08 Apr 2013 12:26:07 +0200 [thread overview]
Message-ID: <52530026.WMUqvmoQpY@arawn> (raw)
In-Reply-To: <1362145109-32509-3-git-send-email-claves@budelmann-elektronik.com>
Hello,
Any status update on merging this patchset?
Regards,
Philipp Claves
On Freitag, March 1st 2013, 14:38:29 Philipp Claves wrote:
> Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com>
> ---
> package/opkg/Config.in | 9 +++++++++
> package/opkg/opkg.mk | 9 ++++++++-
> 2 files changed, 17 insertions(+), 1 deletion(-)
>
> diff --git a/package/opkg/Config.in b/package/opkg/Config.in
> index eb997a7..b8b4a13 100644
> --- a/package/opkg/Config.in
> +++ b/package/opkg/Config.in
> @@ -11,3 +11,12 @@ config BR2_PACKAGE_OPKG
>
> http://code.google.com/p/opkg/
>
> +if BR2_PACKAGE_OPKG
> +
> +config BR2_PACKAGE_OPKG_GPG_SIGN
> + bool "opkg-gnupg-support"
> + select BR2_PACKAGE_LIBGPGME
> + help
> + Enable opkg package signature checking support using gnupg/libgpgme.
> +
> +endif
> diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk
> index 9932d3f..3c53299 100644
> --- a/package/opkg/opkg.mk
> +++ b/package/opkg/opkg.mk
> @@ -9,7 +9,7 @@ OPKG_SOURCE = opkg-$(OPKG_VERSION).tar.gz
> OPKG_SITE = http://opkg.googlecode.com/svn/trunk/
> OPKG_SITE_METHOD = svn
> OPKG_INSTALL_STAGING = YES
> -OPKG_CONF_OPT = --disable-curl --disable-gpg
> +OPKG_CONF_OPT = --disable-curl
> OPKG_AUTORECONF = YES
> # Uses PKG_CHECK_MODULES() in configure.ac
> OPKG_DEPENDENCIES = host-pkgconf
> @@ -19,6 +19,13 @@ define OPKG_CREATE_LOCKDIR
> mkdir -p $(TARGET_DIR)/usr/lib/opkg
> endef
>
> +ifeq ($(BR2_PACKAGE_OPKG_GPG_SIGN),y)
> + OPKG_CONF_OPT += --enable-gpg
> + OPKG_DEPENDENCIES += libgpgme
> +else
> + OPKG_CONF_OPT += --disable-gpg
> +endif
> +
> OPKG_POST_INSTALL_TARGET_HOOKS += OPKG_CREATE_LOCKDIR
>
> $(eval $(autotools-package))
--
Budelmann Elektronik GmbH
Von-Renesse-Weg 60
48163 M?nster
Germany
Tel. +49 (0)2501 9208440
Fax +49 (0)2501 5887024
claves at budelmann-elektronik.com
www.budelmann-elektronik.com
General Managers: Dipl.-Kffr. Jeannine Budelmann,
Dipl.-Ing. Christoph Budelmann, Ing?nieur diplom? de
l'Ecole nationale d'Electronique et de ses Applications
Registered Office: M?nster, Germany
Registered Court: M?nster HRB 12729
VAT Identification Number: DE 272 067 273
next prev parent reply other threads:[~2013-04-08 10:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-28 14:04 [Buildroot] [PATCH] opkg: Add option to enable package verification support with GnuPG Philipp Claves
2013-02-28 14:38 ` Thomas Petazzoni
[not found] ` <2380880.Y2Uig4QfWB@arawn>
2013-03-01 10:18 ` Thomas Petazzoni
2013-03-01 13:38 ` [Buildroot] [PATCH 1/3] Add libassuan IPC library Philipp Claves
2013-03-01 13:38 ` [Buildroot] [PATCH 2/3] Add GnuPG Made Easy (gpgme) library Philipp Claves
2013-03-01 13:38 ` [Buildroot] [PATCH 3/3] opkg: Add gnupg signature checking support Philipp Claves
2013-04-08 10:26 ` Philipp Claves [this message]
2013-04-09 16:03 ` Arnout Vandecappelle
2013-04-10 17:40 ` Thomas Petazzoni
2013-04-26 11:41 ` Philipp Claves
2013-07-31 16:14 ` [Buildroot] [PATCH 1/3] Add libassuan IPC library Thomas Petazzoni
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=52530026.WMUqvmoQpY@arawn \
--to=claves@budelmann-elektronik.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.