[OE-core] [PATCH][V2] perf: split package

Jacob Kroon jacob.kroon at gmail.com
Wed Jul 23 17:34:59 UTC 2014


On Mon, Jul 21, 2014 at 4:03 AM, Chong Lu <Chong.Lu at windriver.com> wrote:

> Currently, perf can't split to perf-archive, perf-tests, perf-python and
> perf-perl. All files are included in perf package.
> Change the files paths to make split successfully and add perf package
> RDEPEND on the other four to keep it consistent.
>
> Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
> ---
>  meta/recipes-kernel/perf/perf.bb | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/
> perf.bb
> index 20968f9..9f9741e 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -157,6 +157,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python"
>
>  RDEPENDS_${PN} += "elfutils"
> +RDEPENDS_${PN} ?= "${PN}-archive ${PN}-tests ${PN}-python ${PN}-perl"
>

Is this correct ? First RDEPENDS is appended "elfutils", won't this make it
pointless to add a default value in the line below ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140723/c1df2c8d/attachment-0002.html>


More information about the Openembedded-core mailing list