Or do I have to define a recipes for every package?
Thank you for your help !
Best regards Hunk
Lukas Bulwahn
unread,
Sep 5, 2016, 7:43:08 AM9/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mailing List of ROS Layer for OpenEmbedded Linux
Dear Hunk,
in the case you have not figured out a good solution yet. I would suggest to define one recipe for each package. If many recipes share the same data, e.g., the SRC_URI is the same, you can factor out the common part of the recipes into an include file (.inc file).
Among many others, the recipes of the roscpp-core repository [1] or navigation repository [2] are useful examples to copy the scheme.