[oe-commits] Saul Wold : sqlite: rename version to match upstream versioning change

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 23:15:53 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 0a00a4328d3fc52ece604f268b7110ef210826a9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0a00a4328d3fc52ece604f268b7110ef210826a9

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Feb 26 07:52:27 2013 -0800

sqlite: rename version to match upstream versioning change

Upstream changed to a single grouped number, change our numbering
to match thiers.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../{sqlite3_3.7.15.2.bb => sqlite3_3071502.bb}    |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb b/meta/recipes-support/sqlite/sqlite3_3071502.bb
similarity index 63%
rename from meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
rename to meta/recipes-support/sqlite/sqlite3_3071502.bb
index 5eb7188..ad81214 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3071502.bb
@@ -1,13 +1,11 @@
 require sqlite3.inc
 
-SQLITE_VERSTR = "3071502"
-
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
 
 PR = "r0"
 
-SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${SQLITE_VERSTR}.tar.gz"
-S = "${WORKDIR}/sqlite-autoconf-${SQLITE_VERSTR}"
+SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${PV}.tar.gz"
+S = "${WORKDIR}/sqlite-autoconf-${PV}"
 
 SRC_URI[md5sum] = "bcb0ab0b5b30116b2531cfeef3c861b4"
 SRC_URI[sha256sum] = "782d16b797f6ca879f6f679ba3fb6ceb54bcb0cab65feef332058bf04b36ba8c"





More information about the Openembedded-commits mailing list