Build recipe, what depend on Packages from a PPA.

Asked by Roman

Hi,
I try create daily build using recipe. Now build successive only for Ubuntu Saucy only. I also want for Quantal and Precise. My project use Qt5 that's why i need additional PPA for this version Ubuntu. I tried add PPA dependency for my PPA, where i publish packages, but this don't work. How can i fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Roman
Solved:
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

What doesn't work?

Revision history for this message
Roman (dismine) said :
#2

For Quantal and Precise need Qt5 library. Main repository don't have library. I used Ubuntu SDK Release PPA when builded in PPA, but how add support when you build with recipe?

Revision history for this message
William Grant (wgrant) said :
#3

Recipe builds will automatically use dependencies added under the "Edit PPA dependencies" option on your PPA. If that's not working, you'll need to be more specific: provide links to builds, specific descriptions of what you've tried, that sort of thing.

Revision history for this message
Roman (dismine) said :
#4

Problem solved. I had "ccache (>= 3.1.9)" in build dependencies that i changed to "ccache" and all begin work. Thanks.