Skip to content
Snippets Groups Projects
Commit cd169773 authored by herbrechtsmeier's avatar herbrechtsmeier
Browse files

Merge pull request #148 from bulwahn/master

Simple minor improvements from pull request #144 to be included in version 0.1
parents a5c5f9aa 264a8ffa
No related branches found
No related tags found
Loading
......@@ -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}
}
......@@ -4,3 +4,5 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "geometry-msgs"
......@@ -3,6 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "actionlib rosgraph tf2 tf2-py"
DEPENDS = "actionlib message-filters rosgraph tf2 tf2-py"
require geometry-experimental.inc
Subproject commit fb3414e6e565577b3a50c2634acac602843c0215
Subproject commit f17d2e752b78abeed788425c0641f7da98bbf919
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