aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poco/poco_1.9.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-05 20:14:46 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-08 13:32:12 -0700
commit226e889f6b9b6367d80861968a30b36a1a9c99d9 (patch)
treeec72de75ce5bfd7fd74d31675d2ad690e3d83e5d /meta-oe/recipes-support/poco/poco_1.9.0.bb
parentf42e527c92b5703d18ac4c44db0e05ed036ec91a (diff)
downloadmeta-openembedded-contrib-226e889f6b9b6367d80861968a30b36a1a9c99d9.tar.gz
poco: Fix cross compilation
Backport a pull request to fix build error seen during cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/poco/poco_1.9.0.bb')
-rw-r--r--meta-oe/recipes-support/poco/poco_1.9.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.9.0.bb b/meta-oe/recipes-support/poco/poco_1.9.0.bb
index a4f8a05188..258cc4994f 100644
--- a/meta-oe/recipes-support/poco/poco_1.9.0.bb
+++ b/meta-oe/recipes-support/poco/poco_1.9.0.bb
@@ -9,10 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc"
DEPENDS = "libpcre zlib"
SRC_URI = " \
- git://github.com/pocoproject/poco.git \
+ git://github.com/pocoproject/poco.git;branch=poco-${PV} \
+ file://0001-Don-t-try-to-install-non-existing-Encodings-testsuit.patch \
file://run-ptest \
"
-SRCREV = "94966785a8f9ad0191dffd075ebd67826e6e4b6d"
+SRCREV = "daf00da73ab917e4d4581e3aa00c0ee61e0cc58b"
S = "${WORKDIR}/git"