[OE-core] [PATCH] git: RDEPENDS are transitive, so remove tk so it builds with just OE-core

Richard Purdie richard.purdie at linuxfoundation.org
Wed May 11 15:21:42 UTC 2011


On Tue, 2011-05-10 at 19:43 +0200, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> ---
>  meta/recipes-devtools/git/git.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
> index 7f12859..9c7375f 100644
> --- a/meta/recipes-devtools/git/git.inc
> +++ b/meta/recipes-devtools/git/git.inc
> @@ -41,7 +41,7 @@ RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
>  
>  # git-tk package with gitk and git-gui
>  PACKAGES =+ "${PN}-tk"
> -RDEPENDS_${PN}-tk = "${PN} tk tcl"
> +#RDEPENDS_${PN}-tk = "${PN} tk tcl"
>  EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh"
>  FILES_${PN}-tk = " \
>      ${bindir}/gitk \

Merged to master but I tweaked it to also disable the EXTRA_OEMAKE.

Cheers,

Richard





More information about the Openembedded-core mailing list