summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/private/distro_base_libs_2.inc
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-06-17 11:10:01 -0700
committerJoshua Lock <josh@linux.intel.com>2010-06-17 23:16:43 +0100
commitd2920a042af7dcab71b0bcad9798546fa4834fa6 (patch)
tree97af19f3aac78874b00c687004f26a4eedad91c8 /meta/conf/distro/include/private/distro_base_libs_2.inc
parent181455c2f7dc865dadf487c0ea145db3c340aa8b (diff)
downloadopenembedded-core-d2920a042af7dcab71b0bcad9798546fa4834fa6.tar.gz
openembedded-core-d2920a042af7dcab71b0bcad9798546fa4834fa6.tar.bz2
openembedded-core-d2920a042af7dcab71b0bcad9798546fa4834fa6.tar.xz
openembedded-core-d2920a042af7dcab71b0bcad9798546fa4834fa6.zip
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 <Saul.Wold@intel.com> 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 <qing.he@intel.com> 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 <kevin.tian@intel.com> distro_tracking_fields.inc: add some package info Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> distro_tracking_fields: update diffstat fields distro tracking: update latest for lttng-control Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/conf/distro/include/private/distro_base_libs_2.inc')
-rw-r--r--meta/conf/distro/include/private/distro_base_libs_2.inc45
1 files changed, 45 insertions, 0 deletions
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"