[oe-commits] Sebastian Spaeth : gtk+: Properly fix commit 9affebf

git version control git at git.openembedded.org
Fri Mar 5 13:47:54 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: caa745fc725fb32034caa0df36869cd9429c5d79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=caa745fc725fb32034caa0df36869cd9429c5d79

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Mar  5 14:47:36 2010 +0100

gtk+: Properly fix commit 9affebf

I misunderstood JaMa's instructions and fixed 9affebf the wrong way, reinstating and fixing by effectively only removing '_virtclass-native'. Also reduce PR to 3 again, if an upstream branch bumps to .4 we don't want to have used up the version already.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/gtk+/gtk+_2.18.6.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
index cae26a1..0207893 100644
--- a/recipes/gtk+/gtk+_2.18.6.bb
+++ b/recipes/gtk+/gtk+_2.18.6.bb
@@ -1,7 +1,9 @@
 require gtk+.inc
 
+SRC_URI_append = " file://no-demos.patch;patch=1 \
+"
 
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.3"
 
 BBCLASSEXTEND = "native"
 





More information about the Openembedded-commits mailing list