public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Restore SQLite version numbering
@ 2014-04-30 12:56 Paul Eggleton
  2014-04-30 12:56 ` [PATCH 1/1] sqlite3: restore upstream " Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2014-04-30 12:56 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1e1b42f687b5cd34623fe2682218958e1947eb92:

  feature-arm-thumb.inc: set ARMPKGSFX_THUMB only when thumb is in TUNE_FEATURES (2014-04-29 23:35:53 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/sqlite-version
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/sqlite-version

Paul Eggleton (1):
  sqlite3: restore upstream version numbering

 .../recipes-support/sqlite/{sqlite3_3080403.bb => sqlite3_3.8.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3080403.bb => sqlite3_3.8.4.3.bb} (88%)

-- 
1.9.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] sqlite3: restore upstream version numbering
  2014-04-30 12:56 [PATCH 0/1] Restore SQLite version numbering Paul Eggleton
@ 2014-04-30 12:56 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-04-30 12:56 UTC (permalink / raw)
  To: openembedded-core

Regardless of the numbering used in source archive filenames, the
upstream version number is in dotted form in documentation, release
notes and the website, so we need to be using that here since that is
what people will expect to see.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../recipes-support/sqlite/{sqlite3_3080403.bb => sqlite3_3.8.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3080403.bb => sqlite3_3.8.4.3.bb} (88%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3080403.bb b/meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb
similarity index 88%
rename from meta/recipes-support/sqlite/sqlite3_3080403.bb
rename to meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb
index 7793a75..9388297 100644
--- a/meta/recipes-support/sqlite/sqlite3_3080403.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb
@@ -6,9 +6,9 @@ def sqlite_download_version(d):
     pvsplit = d.getVar('PV', True).split('.')
     return pvsplit[0] + ''.join([part.rjust(2,'0') for part in pvsplit[1:]])
 
-PE = "2"
+PE = "3"
 SQLITE_PV = "${@sqlite_download_version(d)}"
-SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${PV}.tar.gz"
+SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
 S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-30 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 12:56 [PATCH 0/1] Restore SQLite version numbering Paul Eggleton
2014-04-30 12:56 ` [PATCH 1/1] sqlite3: restore upstream " Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox