From: Martin Jansa Date: Sat, 5 Oct 2013 12:23:06 +0000 (+0200) Subject: wget: Add dependency on libpcre X-Git-Tag: yocto-4.0~31366 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cf5b59d6274f2b4133228e6bfa7daecd8d658ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wget: Add dependency on libpcre Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index de9b62012f4..7af55c42694 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"