[OE-core] [WIP][PATCH 11/20] wget: Add dependency on libpcre

Randy MacLeod randy.macleod at windriver.com
Fri Sep 20 23:23:18 UTC 2013


On 13-08-29 12:02 PM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>   meta/recipes-extended/wget/wget.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
> index de9b620..7af55c4 100644
> --- a/meta/recipes-extended/wget/wget.inc
> +++ b/meta/recipes-extended/wget/wget.inc
> @@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
>   SECTION = "console/network"
>   LICENSE = "GPLv3"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> -DEPENDS = "openssl zlib"
> +DEPENDS = "openssl zlib libpcre"
>
>   INC_PR = "r16"
>
>


I haven't looked at the other patches yet but this seems
to be valid since my image construction failed with:

Computing transaction...error: Can't install wget-1.14-r16.0.0 at core2: no 
package provides libpcre >= 8.33

-- 
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350



More information about the Openembedded-core mailing list