Skip to content

Commit

Permalink
Merge pull request #25 from plabanca/kirkstone
Browse files Browse the repository at this point in the history
Enable OpenDDS security option
  • Loading branch information
plabanca authored May 16, 2023
2 parents 75b69a5 + 1943e88 commit 2ccdf9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes-connectivity/opendds/opendds.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ DEPENDS += " \
perl-native \
cmake-native \
opendds-native \
openssl \
xerces-c \
"

RDEPENDS:${PN}-dev += " coreutils perl"
Expand Down Expand Up @@ -45,6 +47,10 @@ OECONF:append = "\
--prefix=${prefix} \
--verbose \
--no-tests \
--no-rapidjson \
--security \
--openssl=${WORKDIR}/recipe-sysroot/usr \
--xerces3=${WORKDIR}/recipe-sysroot/usr \
${ACE_TAO_OPTION} \
"

Expand All @@ -56,6 +62,9 @@ OECONF:append:class-target = "\
OECONF:append:class-native = "\
--target=linux \
--host-tools-only \
--security \
--openssl=${WORKDIR}/recipe-sysroot-native/usr \
--xerces3=${WORKDIR}/recipe-sysroot-native/usr \
"
OECONF:append:class-nativesdk = "\
--compiler=${S}/${HOST_PREFIX}g++ \
Expand Down

0 comments on commit 2ccdf9c

Please sign in to comment.