Recipe based recipe

Asked by Tong Sun

How to build a recipe based on another recipe, i.e., using the specific lib built by another recipe?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

The simplest way is to configure both recipes to build into the same PPA.

If you can't do that for some reason, then use "Edit PPA dependencies" on the depending-on recipe's target PPA, and add a dependency on the depended-upon recipe's target PPA.

Revision history for this message
Tong Sun (suntong001) said :
#2

Thanks Colin Watson, that solved my question.