From 9d53afeb98e6c6319a3b5ee0056121b547b5be4f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 20 Dec 2009 23:02:25 -0800 Subject: libqpe-opie: Dont inherit opie. * inhetriting opie caused other problems like circular dependencies in do_stage task etc. therefore dont inherit opie just to get a variable instead define the variable here. * Add a note about the above in the cvs recipe so in future updates happens correctly. Signed-off-by: Khem Raj --- recipes/libqpe/libqpe-opie_cvs.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes/libqpe/libqpe-opie_cvs.bb') diff --git a/recipes/libqpe/libqpe-opie_cvs.bb b/recipes/libqpe/libqpe-opie_cvs.bb index 8ed2f4d88b..16b6414759 100644 --- a/recipes/libqpe/libqpe-opie_cvs.bb +++ b/recipes/libqpe/libqpe-opie_cvs.bb @@ -1,5 +1,11 @@ require ${PN}.inc +# OPIE_CVS_PV is defined in opie.bbclass +# but this recipe does not inherit opie +# so any updates to OPIE_CVS_PV should happen +# in both places. + +OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}" PV = "${OPIE_CVS_PV}" PR = "${INC_PR}.0" -- cgit 1.2.3-korg