diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-02-26 07:52:27 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:48 +0000 |
| commit | 16e8d79ba4c3db1bc6e8242cf2eee9c853a4b6c6 (patch) | |
| tree | 2b429a317857361a7d24dd2c13d02b7a2ee77b1e /meta/recipes-support/sqlite/sqlite3_3071502.bb | |
| parent | d1e1f198164d0dca32428f8023ca47ebc644ba55 (diff) | |
| download | poky-16e8d79ba4c3db1bc6e8242cf2eee9c853a4b6c6.tar.gz | |
sqlite: rename version to match upstream versioning change
Upstream changed to a single grouped number, change our numbering
to match thiers.
(From OE-Core rev: 0a00a4328d3fc52ece604f268b7110ef210826a9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3071502.bb')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3071502.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3071502.bb b/meta/recipes-support/sqlite/sqlite3_3071502.bb new file mode 100644 index 0000000000..ad81214603 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3071502.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require sqlite3.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
| 4 | |||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${PV}.tar.gz" | ||
| 8 | S = "${WORKDIR}/sqlite-autoconf-${PV}" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "bcb0ab0b5b30116b2531cfeef3c861b4" | ||
| 11 | SRC_URI[sha256sum] = "782d16b797f6ca879f6f679ba3fb6ceb54bcb0cab65feef332058bf04b36ba8c" | ||
