diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/upstream_tracking.inc | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/meta/conf/distro/include/upstream_tracking.inc b/meta/conf/distro/include/upstream_tracking.inc index 996d9e0357..e2a5e6ce40 100644 --- a/meta/conf/distro/include/upstream_tracking.inc +++ b/meta/conf/distro/include/upstream_tracking.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | # NOTE: THIS FILE IS DEPRECATED. Please add new entries to the recipes themselves. | ||
2 | # | ||
1 | # upstream_tracking.inc - This file contains data that tracks the | 3 | # upstream_tracking.inc - This file contains data that tracks the |
2 | # upstream project associated with a given recipe. This list is needed | 4 | # upstream project associated with a given recipe. This list is needed |
3 | # for recipes that version information can not be automagically discovered. | 5 | # for recipes that version information can not be automagically discovered. |
@@ -20,19 +22,3 @@ | |||
20 | # the information in this file. So for existing recipes that we can get | 22 | # 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. | 23 | # from the Recipe reporting system, the entries here can be removed. |
22 | # | 24 | # |
23 | |||
24 | # SVN support isn't implemented | ||
25 | # Also a new tarball release (or SVN tag) hasn't happened in a long time | ||
26 | RECIPE_UPSTREAM_VERSION_pn-unfs3="0.9.22.r495" | ||
27 | RECIPE_UPSTREAM_DATE_pn-unfs3="Feb 05, 2015" | ||
28 | CHECK_DATE_pn-unfs3 = "Jun 10, 2015" | ||
29 | |||
30 | # NO UPDATE REASONS | ||
31 | RECIPE_NO_UPDATE_REASON_pn-base-passwd = "Version 3.5.38 requires cdebconf for update-passwd utility" | ||
32 | RECIPE_NO_UPDATE_REASON_pn-chkconfig = "Version 1.5 requires selinux" | ||
33 | RECIPE_NO_UPDATE_REASON_pn-createrepo = "Versions after 0.9.* use YUM, so we hold at 0.4.11" | ||
34 | RECIPE_NO_UPDATE_REASON_pn-jpeg = "webkit-gtk 1.8.3 doesn't work with jpeg 9" | ||
35 | RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "2.x depends on fontforge package, which is not yet provided in oe-core" | ||
36 | RECIPE_NO_UPDATE_REASON_pn-pkgconfig = "removes glib-conf, adds circular depends" | ||
37 | RECIPE_NO_UPDATE_REASON_pn-python-pygobject = "Newer versions of python-pygobject depend on gobject-introspection which doesn't cross-compile" | ||
38 | RECIPE_NO_UPDATE_REASON_pn-webkit-gtk = ">= 1.10.2 needs ruby" | ||