From d1ccce10f20c21ff2faa5c3d01e3a66efbe38c59 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Fri, 1 Oct 2010 16:15:05 +0100 Subject: [PATCH] psplash: Add INC_PR support to psplash recipes. This patch got lost somewhere in the past. No good reason not to have INC_PR. --- recipes/psplash/psplash-angstrom_svn.bb | 2 ++ recipes/psplash/psplash-ti_svn.bb | 2 ++ recipes/psplash/psplash.inc | 2 +- recipes/psplash/psplash_svn.bb | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/psplash/psplash-angstrom_svn.bb b/recipes/psplash/psplash-angstrom_svn.bb index 2667cc456d..e4e48fb243 100644 --- a/recipes/psplash/psplash-angstrom_svn.bb +++ b/recipes/psplash/psplash-angstrom_svn.bb @@ -1,6 +1,8 @@ require psplash.inc require psplash-ua.inc +PR = "${INC_PR}.0" + ALTERNATIVE_PRIORITY = "20" # You can create your own pslash-poky-img.h by doing diff --git a/recipes/psplash/psplash-ti_svn.bb b/recipes/psplash/psplash-ti_svn.bb index b754d098a8..b3d42f4697 100644 --- a/recipes/psplash/psplash-ti_svn.bb +++ b/recipes/psplash/psplash-ti_svn.bb @@ -1,6 +1,8 @@ require psplash.inc require psplash-ua.inc +PR = "${INC_PR}.0" + ALTERNATIVE_PRIORITY = "20" # You can create your own pslash-poky-img.h by doing diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc index bdc6a8024d..bc3543bfaf 100644 --- a/recipes/psplash/psplash.inc +++ b/recipes/psplash/psplash.inc @@ -8,7 +8,7 @@ RCONFLICTS_${PN} = "exquisite" SRCREV = "422" PV = "0.0+svnr${SRCPV}" -PR = "r34" +INC_PR = "r35" # You can create your own pslash-poky-img.h by doing # ./make-image-header.sh .png POKY diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_svn.bb index ea7a7b7404..7005029895 100644 --- a/recipes/psplash/psplash_svn.bb +++ b/recipes/psplash/psplash_svn.bb @@ -1,6 +1,8 @@ require psplash.inc require psplash-ua.inc +PR = "${INC_PR}.0" + ALTERNATIVE_PRIORITY = "10" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ -- 2.39.5