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_2.inc | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta/conf/distro/include/private/distro_base_libs_2.inc (limited to 'meta/conf/distro/include/private/distro_base_libs_2.inc') diff --git a/meta/conf/distro/include/private/distro_base_libs_2.inc b/meta/conf/distro/include/private/distro_base_libs_2.inc new file mode 100644 index 000000000..47e402699 --- /dev/null +++ b/meta/conf/distro/include/private/distro_base_libs_2.inc @@ -0,0 +1,45 @@ +RECIPE_STATUS_pn-gdbm = "green" +DEPENDENCY_CHECK_pn-gdbm = "not done" +RECIPE_LATEST_VERSION_pn-gdbm = "1.8.3" +RECIPE_PATCH_pn-gdbm+makefile = "use oe generic DESTDIR instead of package specific INSTALL_ROOT" +RECIPE_PATCH_pn-gdbm+libtool-mode = "explict specify install mode in libtool" +RECIPE_INTEL_SECTION_pn-gdbm = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gdbm = "n/a" +RECIPE_LATEST_RELEASE_DATE_pn-gdbm = "10/2002" +RECIPE_COMMENTS_pn-gdbm = "" + +RECIPE_STATUS_pn-pth = "yellow" # custom do_configure +DEPENDENCY_CHECK_pn-pth = "not done" +RECIPE_LATEST_VERSION_pn-pth = "2.0.7" +RECIPE_INTEL_SECTION_pn-pth = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pth = "n/a" +RECIPE_LATEST_RELEASE_DATE_pn-pth = "06/2006" +RECIPE_COMMENTS_pn-pth = "" + +RECIPE_STATUS_pn-python-pycurl = "yellow" # several exports to work with python +DEPENDENCY_CHECK_pn-python-pycurl = "not done" +RECIPE_LATEST_VERSION_pn-python-pycurl = "7.19.0" +RECIPE_PATCH_pn-python-pycurl+no-static-link = "no static libraries" +RECIPE_INTEL_SECTION_pn-python-pycurl = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-python-pycurl = "2 months" +RECIPE_LATEST_RELEASE_DATE_pn-python-pycurl = "09/2008" +RECIPE_COMMENTS_pn-python-pycurl = "the so called MIT/X here is actually ISC license, depends on libcurl (> 7.19.0)" + +RECIPE_STATUS_pn-libusb = "yellow" # conflict with other packages +DEPENDENCY_CHECK_pn-libusb = "not done" +RECIPE_LATEST_VERSION_pn-libusb = "0.1.2" +RECIPE_PATCH_pn-libusb+configure-fix = "fix AC_LANG_CPLUSPLUS for libtool 2.2.2" +RECIPE_INTEL_SECTION_pn-libusb = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libusb = "n/a" +RECIPE_LATEST_RELEASE_DATE_pn-libusb = "04/2006" +RECIPE_COMMENTS_pn-libusb = "libusbpp from multiple packages, and should rconflict: libusb-compat-0.1" + +RECIPE_STATUS_pn-libnl = "yellow" # still need to update to git +DEPENDENCY_CHECK_pn-libnl = "not done" +RECIPE_LATEST_VERSION_pn-libnl = "1.1" +RECIPE_PATCH_pn-libnl+local-includes = "fix compilation in Makefile" +RECIPE_PATCH_pn-libnl+compilefix = "fix compilation" +RECIPE_INTEL_SECTION_pn-libnl = "base libs" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libnl = "n/a" +RECIPE_LATEST_RELEASE_DATE_pn-libnl = "01/2008" +RECIPE_COMMENTS_pn-libnl = "git is active and ~150 commits ahead of 1.1" -- cgit v1.2.3