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.
This commit is contained in:
Lukas Bulwahn 2013-07-29 16:14:57 +02:00
parent 02a63e0365
commit 9ee3479961
1 changed files with 6 additions and 13 deletions

View File

@ -1,9 +1,8 @@
# POCO C++ libraries build file
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,11 +16,7 @@ inherit autotools binconfig pkgconfig
TARGET_CC_ARCH += "${LDFLAGS}"
EXTRA_OECONF += "--config=OE \
--no-samples \
--no-wstring \
--no-tests \
--unbundled \
EXTRA_OECONF += "--config=OE --no-samples --no-wstring --no-tests --unbundled \
--omit=Data/MySQL,Data/SQLite,Data/ODBC,PageCompiler \
"
@ -29,5 +24,3 @@ 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