This repository was archived by the owner on Jan 6, 2023. It is now read-only.
packagegroup-iotivity: Add iotivity-node to meta-oic's metapackage#30
Open
rzr wants to merge 3 commits into
Open
packagegroup-iotivity: Add iotivity-node to meta-oic's metapackage#30rzr wants to merge 3 commits into
rzr wants to merge 3 commits into
Conversation
|
Can one of the admins verify this patch? |
Contributor
|
is it not possible to use nodejs-runtime packagegroup? |
Contributor
Author
|
I think it is but I had in mind to extends that iotivity metapackage to all related projects, well it can be done twice or once , not a big deal. |
Observed issue (on GENIVI) is:
ERROR: ExpansionError during parsing \
(...)/meta-iot-web/recipes-devtools/nodejs/nodejs_6.11.0.bb
Traceback (most recent call last):
bb.data_smart.ExpansionError: \
Failure expanding variable do_configure, expression was \
export (...) \
./configure --prefix=/usr --without-snapshot --shared-openssl \
--dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \
(...)
which triggered exception TypeError: \
getVar() missing 1 required positional argument: 'expand'
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
This prevent layer's users to overload recipe if not using static users/group table (USERADD_UID_TABLES). Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Change-Id: I3a8e79427f2766aa426458322ddaaf6d3b4c4676 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
f297575 to
f5b3647
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change-Id: I3a8e79427f2766aa426458322ddaaf6d3b4c4676
Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com