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

libpoco: formatting the recipe

This commit formats the libpoco recipe to follow the common
OpenEmbedded style more closely and removes a comment that points
to warnings that do not occur with the current recipe.
parent 02a63e03
No related branches found
No related tags found
No related merge requests found
# POCO C++ libraries build file
DESCRIPTION = "POCO C++ Libraries"
HOMEPAGE = "http://pocoproject.org"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
DESCRIPTION="POCO C++ Libraries"
HOMEPAGE="http://pocoproject.org"
LICENSE="BSL-1.0"
LIC_FILES_CHKSUM="file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
DEPENDS = "expat zlib libpcre"
SRC_URI = "${SOURCEFORGE_MIRROR}/poco/poco-${PV}-all.tar.bz2 \
......@@ -17,17 +16,11 @@ inherit autotools binconfig pkgconfig
TARGET_CC_ARCH += "${LDFLAGS}"
EXTRA_OECONF += "--config=OE \
--no-samples \
--no-wstring \
--no-tests \
--unbundled \
--omit=Data/MySQL,Data/SQLite,Data/ODBC,PageCompiler \
EXTRA_OECONF += "--config=OE --no-samples --no-wstring --no-tests --unbundled \
--omit=Data/MySQL,Data/SQLite,Data/ODBC,PageCompiler \
"
do_configure_prepend() {
install ${WORKDIR}/OE ${S}/build/config/OE
export POCO_TARGET_OSARCH=${TARGET_ARCH}
}
# not in the mood to fix the rpath badness, we do not need those files anyway
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