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 --- .../conf/distro/include/private/distro_multimedia.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/conf/distro/include/private/distro_multimedia.inc (limited to 'meta/conf/distro/include/private/distro_multimedia.inc') diff --git a/meta/conf/distro/include/private/distro_multimedia.inc b/meta/conf/distro/include/private/distro_multimedia.inc new file mode 100644 index 000000000..7fd05058c --- /dev/null +++ b/meta/conf/distro/include/private/distro_multimedia.inc @@ -0,0 +1,19 @@ +RECIPE_STATUS_pn-liba52="yellow" # patch investigation needed +RECIPE_LATEST_VERSION_pn-liba52="0.7.4" +RECIPE_NO_OF_PATCHES_pn-liba52="1" +RECIPE_LATEST_RELEASE_DATE_pn-liba52="2002/07/27" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liba52="5 months" + +RECIPE_STATUS_pn-libid3tag="yellow" # patch investigation needed +RECIPE_LATEST_VERSION_pn-libid3tag="0.15.1b" +RECIPE_NO_OF_PATCHES_pn-libid3tag="1" +RECIPE_LATEST_RELEASE_DATE_pn-libid3tag="2004/02/18" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libid3tag="8 months" + +RECIPE_STATUS_pn-libmad="yellow" # patch investigation needed +RECIPE_LATEST_VERSION_pn-libmad="0.15.1b" +RECIPE_NO_OF_PATCHES_pn-libmad="2" +RECIPE_LATEST_RELEASE_DATE_pn-libmad="2004/02/18" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libmad="8 months" + + -- cgit v1.2.3