diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-07 18:28:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-14 08:27:56 +0100 |
commit | 67f025e793f3867c72eedb8b3c1609e3cfe06945 (patch) | |
tree | c84d577e187babd203bdd2208549004174fb1840 /meta/conf/distro | |
parent | 973f898e15cf6d1b6715d08da9dc740ee040e0dc (diff) | |
download | openembedded-core-67f025e793f3867c72eedb8b3c1609e3cfe06945.tar.gz openembedded-core-67f025e793f3867c72eedb8b3c1609e3cfe06945.tar.bz2 openembedded-core-67f025e793f3867c72eedb8b3c1609e3cfe06945.zip |
upstream_tracking.inc: add no update reasons for base-passwd and chkconfig
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/conf/distro')
-rw-r--r-- | meta/conf/distro/include/upstream_tracking.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/upstream_tracking.inc b/meta/conf/distro/include/upstream_tracking.inc index 554f872c81..996d9e0357 100644 --- a/meta/conf/distro/include/upstream_tracking.inc +++ b/meta/conf/distro/include/upstream_tracking.inc @@ -28,6 +28,8 @@ RECIPE_UPSTREAM_DATE_pn-unfs3="Feb 05, 2015" CHECK_DATE_pn-unfs3 = "Jun 10, 2015" # NO UPDATE REASONS +RECIPE_NO_UPDATE_REASON_pn-base-passwd = "Version 3.5.38 requires cdebconf for update-passwd utility" +RECIPE_NO_UPDATE_REASON_pn-chkconfig = "Version 1.5 requires selinux" RECIPE_NO_UPDATE_REASON_pn-createrepo = "Versions after 0.9.* use YUM, so we hold at 0.4.11" RECIPE_NO_UPDATE_REASON_pn-jpeg = "webkit-gtk 1.8.3 doesn't work with jpeg 9" RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "2.x depends on fontforge package, which is not yet provided in oe-core" |