diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch) | |
tree | cd92befe31cb74f2878339e01c503a64de9e0b90 /meta/recipes-support/sqlite | |
parent | 74bfa62f85433991f007ae1e029e76db05b3a380 (diff) | |
download | poky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz |
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.9.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.9.2.bb b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb index 83685e0fa3..18b1a2b57d 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.9.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz" | |||
15 | SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" | 15 | SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" |
16 | SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" | 16 | SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" | ||
19 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" | ||
20 | |||
18 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 21 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" |
19 | 22 | ||
20 | # Provide column meta-data API | 23 | # Provide column meta-data API |