Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
meta-iot-web: iotivity-node: Remove nan module as it is not needed in…
Browse files Browse the repository at this point in the history
… the image

(From meta-iot-web rev: a454078d73349eab555843c9241d6391603329aa)

Signed-off-by: Sudarsana Nagineni <[email protected]>
  • Loading branch information
Sudarsana Nagineni authored and ostroproject-ci committed Apr 22, 2016
1 parent 10e7a16 commit 568ec41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-iot-web/recipes-web/iotivity-node/iotivity-node.bb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ do_install () {

install -d ${D}${libdir}/node_modules/iotivity-node/build/Release/
install -m 0755 ${S}/build/Release/iotivity.node ${D}${libdir}/node_modules/iotivity-node/build/Release/

# Remove nan module as it is not needed.
rm -rf ${D}${libdir}/node_modules/iotivity-node/node_modules/nan
}

FILES_${PN} = "${libdir}/node_modules/iotivity-node/ \
Expand Down

0 comments on commit 568ec41

Please sign in to comment.