EricssonResearch / cerbero

OpenWebRTC cerbero fork
GNU Lesser General Public License v2.1
19 stars 58 forks source link

recipes: openwebrtc: set owr_version_id at class level #40

Closed alessandrod closed 8 years ago

alessandrod commented 8 years ago

Set the default value of owr_version_id at the class level instead of configure(). Fixes an AttributeError when the recipe is built and the configure step is skipped (because already done).

superdump commented 8 years ago

:+1: Good to land

sdroege commented 8 years ago

Was also running into that the other day, annoying :) But I don't think this now is entirely correct: if you build owr from GIT, the build fails and you then retry and it works, it will contain the normal version instead of the GIT version.