summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/include/upstream_tracking.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/distro/include/upstream_tracking.inc')
-rw-r--r--meta-yocto/conf/distro/include/upstream_tracking.inc36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc
deleted file mode 100644
index 554f872c81..0000000000
--- a/meta-yocto/conf/distro/include/upstream_tracking.inc
+++ /dev/null
@@ -1,36 +0,0 @@
1# upstream_tracking.inc - This file contains data that tracks the
2# upstream project associated with a given recipe. This list is needed
3# for recipes that version information can not be automagically discovered.
4# As we automate this checking, this file will slowed be reduced.
5#
6# This data is used by the package reporting system (packages.yoctoproject.org)
7#
8# The format is as a bitbake variable override for each recipe
9#
10# RECIPE_UPSTREAM_VERSION_pn-<recipe name> = "<version>"
11# RECIPE_UPSTREAM_DATE_pn-<recipe name> = "Mmm dd, YYYY"
12# - This is the latest upstream version and date
13# RECIPE_NO_UPDATE_REASON_pn-<recipe name> = "<free form text>"
14# - Used to note why a recipe should not be upgraded to a newer versoin
15# CHECK_DATE_pn-<recipe name> = "Mmm dd, YYYY"
16# - This is the date that upstream was last manually checked over time
17# this should be removed as we automate this checking
18#
19# These entries will slowly be removed as we can automatically determine
20# the information in this file. So for existing recipes that we can get
21# from the Recipe reporting system, the entries here can be removed.
22#
23
24# SVN support isn't implemented
25# Also a new tarball release (or SVN tag) hasn't happened in a long time
26RECIPE_UPSTREAM_VERSION_pn-unfs3="0.9.22.r495"
27RECIPE_UPSTREAM_DATE_pn-unfs3="Feb 05, 2015"
28CHECK_DATE_pn-unfs3 = "Jun 10, 2015"
29
30# NO UPDATE REASONS
31RECIPE_NO_UPDATE_REASON_pn-createrepo = "Versions after 0.9.* use YUM, so we hold at 0.4.11"
32RECIPE_NO_UPDATE_REASON_pn-jpeg = "webkit-gtk 1.8.3 doesn't work with jpeg 9"
33RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "2.x depends on fontforge package, which is not yet provided in oe-core"
34RECIPE_NO_UPDATE_REASON_pn-pkgconfig = "removes glib-conf, adds circular depends"
35RECIPE_NO_UPDATE_REASON_pn-python-pygobject = "Newer versions of python-pygobject depend on gobject-introspection which doesn't cross-compile"
36RECIPE_NO_UPDATE_REASON_pn-webkit-gtk = ">= 1.10.2 needs ruby"