diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-28 15:18:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:44:01 +0100 |
commit | c19225ade47a5f7916dfa79b0078425432e37356 (patch) | |
tree | 3a715eb99794a8dda4a971d4da627fab6e0c8032 /meta/recipes-multimedia | |
parent | 8c40147eb1f0e8c40c6dff95eb60e31bffbb2335 (diff) | |
download | poky-c19225ade47a5f7916dfa79b0078425432e37356.tar.gz |
upstream_tracking.inc: deprecate and move contents to recipes
No-update reasons and manual version checks should be in the recipes
themselves because otherwise they're prone to getting out of date.
(From OE-Core rev: b384345d9a693cbc3fd0dbeed9edd8c24618259d)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/tremor/tremor_20150107.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20150107.bb b/meta/recipes-multimedia/tremor/tremor_20150107.bb index 6b1776ffff..937894a73a 100644 --- a/meta/recipes-multimedia/tremor/tremor_20150107.bb +++ b/meta/recipes-multimedia/tremor/tremor_20150107.bb | |||
@@ -8,6 +8,11 @@ DEPENDS = "libogg" | |||
8 | SRCDATE = "${PV}" | 8 | SRCDATE = "${PV}" |
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
11 | # SVN support for upstream version check isn't implemented yet | ||
12 | RECIPE_UPSTREAM_VERSION = "20150107" | ||
13 | RECIPE_UPSTREAM_DATE = "Jan 07, 2015" | ||
14 | CHECK_DATE = "Aug 12, 2015" | ||
15 | |||
11 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \ | 16 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \ |
12 | file://obsolete_automake_macros.patch;striplevel=0 \ | 17 | file://obsolete_automake_macros.patch;striplevel=0 \ |
13 | file://tremor-arm-thumb2.patch \ | 18 | file://tremor-arm-thumb2.patch \ |