All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] sqlcipher: new package
Date: Tue, 24 Jan 2012 14:50:28 +0100	[thread overview]
Message-ID: <8762g19pln.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1327350205-25669-2-git-send-email-arnout@mind.be> (Arnout Vandecappelle's message of "Mon, 23 Jan 2012 21:23:25 +0100")

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> SQLCipher is a fork of SQLite that adds AES encryption using OpenSSL.
 Arnout> It relies on tcl to generate some of its source code, so host-tcl is
 Arnout> required.

 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 Arnout> ---
 Arnout> v2: Added forgotten dependency on host-tcl
 Arnout> ---
 Arnout>  package/Config.in              |    1 +
 Arnout>  package/sqlcipher/Config.in    |   27 ++++++++++++++++++
 Arnout>  package/sqlcipher/sqlcipher.mk |   58 ++++++++++++++++++++++++++++++++++++++++
 Arnout>  3 files changed, 86 insertions(+), 0 deletions(-)
 Arnout>  create mode 100644 package/sqlcipher/Config.in
 Arnout>  create mode 100644 package/sqlcipher/sqlcipher.mk

 Arnout> diff --git a/package/Config.in b/package/Config.in
 Arnout> index f219e37..b245da8 100644
 Arnout> --- a/package/Config.in
 Arnout> +++ b/package/Config.in
 Arnout> @@ -272,6 +272,7 @@ endmenu
 Arnout>  menu "Database"
 Arnout>  source "package/berkeleydb/Config.in"
 Arnout>  source "package/mysql_client/Config.in"
 Arnout> +source "package/sqlcipher/Config.in"
 Arnout>  source "package/sqlite/Config.in"
 Arnout>  endmenu
 
 Arnout> diff --git a/package/sqlcipher/Config.in b/package/sqlcipher/Config.in
 Arnout> new file mode 100644
 Arnout> index 0000000..bf77307
 Arnout> --- /dev/null
 Arnout> +++ b/package/sqlcipher/Config.in
 Arnout> @@ -0,0 +1,27 @@
 Arnout> +config BR2_PACKAGE_SQLCIPHER
 Arnout> +	bool "sqlcipher"
 Arnout> +	depends on !BR2_PACKAGE_SQLITE
 Arnout> +	help

You forgot to select BR2_PACKAGE_OPENSSL. Otherwise it looks good -
Committed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-01-24 13:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 20:23 [Buildroot] [PATCH v2 1/2] tcl: add host version Arnout Vandecappelle
2012-01-23 20:23 ` [Buildroot] [PATCH v2 2/2] sqlcipher: new package Arnout Vandecappelle
2012-01-24 13:50   ` Peter Korsgaard [this message]
2012-01-24 14:05     ` Arnout Vandecappelle
2012-01-24 13:50 ` [Buildroot] [PATCH v2 1/2] tcl: add host version Peter Korsgaard

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=8762g19pln.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.