From d2920a042af7dcab71b0bcad9798546fa4834fa6 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 17 Jun 2010 11:10:01 -0700 Subject: Distro Tracking: move to private directory and split into sections This is a squash of all the other changes made to the distro tracking files Below is a summary of all the changes in this squash Signed-off-by: Saul Wold distro-track: update track of base libs and utils libusb libnl grub yum update-modules udev-extraconf (no .bb changes) update-rc.d Signed-off-by: Qing He distro_tracking_fields.inc: add eggdbus distro_tracking_fields.inc: add overrides for previous recipes Some recipes are fully local scripts. There's then no updates for their metadata, and just add overrides for tracking purpose here. Also fixes some patch information from previous overrides. now each catetory has its own tracking .inc file, which is further included by original global file Signed-off-by: Kevin Tian distro_tracking_fields.inc: add some package info Signed-off-by: Dongxiao Xu distro_tracking_fields: update diffstat fields distro tracking: update latest for lttng-control Signed-off-by: Nitin A Kamble --- .../distro/include/private/distro_base_libs_1.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/conf/distro/include/private/distro_base_libs_1.inc (limited to 'meta/conf/distro/include/private/distro_base_libs_1.inc') diff --git a/meta/conf/distro/include/private/distro_base_libs_1.inc b/meta/conf/distro/include/private/distro_base_libs_1.inc new file mode 100644 index 000000000..fd7724a70 --- /dev/null +++ b/meta/conf/distro/include/private/distro_base_libs_1.inc @@ -0,0 +1,21 @@ +RECIPE_STATUS_pn-icu = "yellow" #do_configure for autotool;icu-3.6.inc +DEPENDENCY_CHECK_pn-icu = "not done" +RECIPE_LATEST_VERSION_pn-dbus-wait = "3_6" +RECIPE_PATCH_pn-icu+gccfix = "to be pushed upstream" +RECIPE_PATCH_pn-icu+use-g++-for-linking = "Unclear" +RECIPE_INTEL_SECTION_pn-icu = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-icu = "n/a" +RECIPE_LATEST_RELEASE_DATE_pn-icu = "08/2006" +RECIPE_COMMENTS_pn-icu = "arm optimizations; license similar to MIT, however sub-license is not allowed; autoreconf is not used and current style is not clean. need enhancement in the future" + +RECIPE_STATUS_pn-eggdbus = "yellow" # patch comment +DEPENDENCY_CHECK_pn-eggdbus = "not done" +RECIPE_LATEST_VERSION_pn-eggdbus = "0.6" +RECIPE_PATCH_pn-eggdbus+gtk-doc = "local; no comment; poky doesn't have full gtk-doc support, and eggdbus itself references AM_CONDITIONAL in Makefile.am earlier before configure script is run" +RECIPE_PATCH_pn-eggdbus+marshal = "local; no comment; one binary generated in eggdbus build needs to be invoked. So point to native version" +RECIPE_INTEL_SECTION_pn-eggdbus = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-eggdbus = "4 months" +RECIPE_LATEST_RELEASE_DATE_pn-eggdbus = "11/2009" +RECIPE_COMMENTS_pn-eggdbus = "http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html contains more detail introduction" + + -- cgit v1.2.3