summaryrefslogtreecommitdiffstats
path: root/package/sqlcipher
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2013-06-05 23:53:29 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 22:30:00 +0200
commitf2c2f25cef00d153dd60e60a4c8def826567d0b6 (patch)
tree79f090ea269fb48b48340e0a606e533907e2636e /package/sqlcipher
parent51dea66f96b5c00433070ef126d829292b3cad97 (diff)
downloadbuildroot-novena-f2c2f25cef00d153dd60e60a4c8def826567d0b6.tar.gz
buildroot-novena-f2c2f25cef00d153dd60e60a4c8def826567d0b6.zip
Remove description and url from header
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sqlcipher')
-rw-r--r--package/sqlcipher/Config.in1
-rw-r--r--package/sqlcipher/sqlcipher.mk3
2 files changed, 2 insertions, 2 deletions
diff --git a/package/sqlcipher/Config.in b/package/sqlcipher/Config.in
index 8970115fa..af41eb21c 100644
--- a/package/sqlcipher/Config.in
+++ b/package/sqlcipher/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_SQLCIPHER
SQLCipher is an SQLite extension that provides 256 bits AES
encryption of database files. Note that it is a fork of SQLite
and they cannot be installed side-by-side.
+
http://sqlcipher.net
config BR2_PACKAGE_SQLCIPHER_READLINE
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index 510d4af9d..033cd3345 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -1,7 +1,6 @@
#############################################################
#
-# sqlcipher extension of sqlite
-# http://sqlcipher.net
+# sqlcipher
#
#############################################################