diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 14:09:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 14:09:49 +0200 |
commit | 0f95e1dc5014a8aa5833fad41561572da6f5d68a (patch) | |
tree | a7fd6bf6e20ab5e0fda741bd6da778c602ddfd21 /recipes/opie-mediaplayer1 | |
parent | e7ef298a18cbf416bf0621ec14922f4c47262653 (diff) |
opie: add OPIE_CVS_PV definition to cvs recipes using it for PV without including/inheriting opie.bbclass where it's defined
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/opie-mediaplayer1')
-rw-r--r-- | recipes/opie-mediaplayer1/opie-mediaplayer1_cvs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/opie-mediaplayer1/opie-mediaplayer1_cvs.bb b/recipes/opie-mediaplayer1/opie-mediaplayer1_cvs.bb index cf67d0c2e8..5e113e8eb9 100644 --- a/recipes/opie-mediaplayer1/opie-mediaplayer1_cvs.bb +++ b/recipes/opie-mediaplayer1/opie-mediaplayer1_cvs.bb @@ -1,4 +1,5 @@ require ${PN}.inc +OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}" PV = "${OPIE_CVS_PV}" |