Skip to content
Snippets Groups Projects
Commit 02a63e03 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

libpoco: using recipe name for pcre library instead of its alias

parent c6f5a883
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ DESCRIPTION="POCO C++ Libraries" ...@@ -4,7 +4,7 @@ DESCRIPTION="POCO C++ Libraries"
HOMEPAGE="http://pocoproject.org" HOMEPAGE="http://pocoproject.org"
LICENSE="BSL-1.0" LICENSE="BSL-1.0"
LIC_FILES_CHKSUM="file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" LIC_FILES_CHKSUM="file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
DEPENDS="expat zlib pcre" DEPENDS = "expat zlib libpcre"
SRC_URI = "${SOURCEFORGE_MIRROR}/poco/poco-${PV}-all.tar.bz2 \ SRC_URI = "${SOURCEFORGE_MIRROR}/poco/poco-${PV}-all.tar.bz2 \
file://OE" file://OE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment