libpoco: Fix QA issue files were already stripped and directories were installed but not shipped (resolves #89 #88)

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
Stefan Herbrechtsmeier 2013-08-13 12:58:56 +02:00 committed by Lukas Bulwahn
parent ca25cb1675
commit ad5de7cb9d
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,8 @@ HOMEPAGE = "http://pocoproject.org"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
PR = "r1"
DEPENDS = "expat zlib libpcre openssl"
SRC_URI = "${SOURCEFORGE_MIRROR}/poco/poco-${PV}-all.tar.bz2 \
@ -21,7 +23,13 @@ EXTRA_OECONF += "--config=OE --no-samples --no-wstring --no-tests --unbundled \
--omit=Data/MySQL,Data/SQLite,Data/ODBC,PageCompiler \
"
EXTRA_OEMAKE += 'STRIP=""'
do_configure_prepend() {
install ${WORKDIR}/OE ${S}/build/config/OE
export POCO_TARGET_OSARCH=${TARGET_ARCH}
}
do_install_append () {
rmdir ${D}${bindir}
}