diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-01-20 17:13:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:27 +0000 |
commit | 7215c25ec32f7e5e944192e52647cbc3622ac3ea (patch) | |
tree | 1939286df7ad2c68a61092ee5e2687b8fa899b77 /meta/conf/distro | |
parent | 8df37ad54918e64f26e24144897831f443f167d6 (diff) | |
download | poky-7215c25ec32f7e5e944192e52647cbc3622ac3ea.tar.gz |
task-core-tools: Divide it into 3 recipes
task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps
otherwise if we choose one through PACKAGE_GROUPS all packages
are built since they are in same recipe.
(From OE-Core rev: 180227d8ff71c42e0d16ad7eb4a5f9b7d6a0c1c6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 42f7e65a8f..09b5bfc276 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc | |||
@@ -2467,12 +2467,26 @@ RECIPE_LATEST_RELEASE_DATE_pn-task-core-nfs="n/a" | |||
2467 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-nfs="n/a" | 2467 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-nfs="n/a" |
2468 | RECIPE_MAINTAINER_pn-task-core-nfs = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2468 | RECIPE_MAINTAINER_pn-task-core-nfs = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2469 | 2469 | ||
2470 | RECIPE_STATUS_pn-task-core-tools="green" | 2470 | RECIPE_STATUS_pn-task-core-tools-debug="green" |
2471 | RECIPE_LATEST_VERSION_pn-task-core-tools="1.0" | 2471 | RECIPE_LATEST_VERSION_pn-task-core-tools-debug="1.0" |
2472 | RECIPE_NO_OF_PATCHES_pn-task-core-tools="0" | 2472 | RECIPE_NO_OF_PATCHES_pn-task-core-tools-debug="0" |
2473 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-tools="n/a" | 2473 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-tools-debug="n/a" |
2474 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-tools="n/a" | 2474 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-tools-debug="n/a" |
2475 | RECIPE_MAINTAINER_pn-task-core-tools = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2475 | RECIPE_MAINTAINER_pn-task-core-tools-profile = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2476 | |||
2477 | RECIPE_STATUS_pn-task-core-tools-profile="green" | ||
2478 | RECIPE_LATEST_VERSION_pn-task-core-tools-profile="1.0" | ||
2479 | RECIPE_NO_OF_PATCHES_pn-task-core-tools-profile="0" | ||
2480 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-tools-profile="n/a" | ||
2481 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-tools-profile="n/a" | ||
2482 | RECIPE_MAINTAINER_pn-task-core-tools-profile = "Dongxiao Xu <dongxiao.xu@intel.com>" | ||
2483 | |||
2484 | RECIPE_STATUS_pn-task-core-tools-testapps="green" | ||
2485 | RECIPE_LATEST_VERSION_pn-task-core-tools-testapps="1.0" | ||
2486 | RECIPE_NO_OF_PATCHES_pn-task-core-tools-testapps="0" | ||
2487 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-tools-testapps="n/a" | ||
2488 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-tools-testapps="n/a" | ||
2489 | RECIPE_MAINTAINER_pn-task-core-tools-testapps = "Dongxiao Xu <dongxiao.xu@intel.com>" | ||
2476 | 2490 | ||
2477 | RECIPE_STATUS_pn-gst-meta-base="green" | 2491 | RECIPE_STATUS_pn-gst-meta-base="green" |
2478 | DISTRO_PN_ALIAS_pn-gst-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10 Mandriva=gstreamer0.10 Debian=gstreamer0.10" | 2492 | DISTRO_PN_ALIAS_pn-gst-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10 Mandriva=gstreamer0.10 Debian=gstreamer0.10" |