[OE-core] [WIP][PATCH 18/20] subversion: Add dependency on file for libmagic

Jonathan Liu net147 at gmail.com
Tue Sep 10 00:44:48 UTC 2013


On 30 August 2013 02:03, Martin Jansa <martin.jansa at gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta/recipes-devtools/subversion/subversion_1.7.10.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
> index f77656b..4acd70b 100644
> --- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb
> +++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "The Subversion (svn) client"
>  SECTION = "console/network"
> -DEPENDS = "apr-util neon sqlite3"
> +DEPENDS = "apr-util neon sqlite3 file"
>  RDEPENDS_${PN} = "neon"
>  LICENSE = "Apache-2"
>  HOMEPAGE = "http://subversion.tigris.org"
> --
> 1.8.3.2
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

Signed-off-by: Jonathan Liu <net147 at gmail.com>

This fixes a subversion build error I was having a couple of weeks ago.

Regards,
Jonathan



More information about the Openembedded-core mailing list