[poky] [PATCH 06/12] scrnsaverproto: upgrade from 1.2.0 to 1.2.1

Dexuan Cui dexuan.cui at intel.com
Wed Jan 5 05:05:47 PST 2011


Add "--enable-specs=no" to disable doc generation -- I doubt we really need
it, and it doesn't work well due to

SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png'.
Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>
---
 ...saverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{scrnsaverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} (53%)

diff --git a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.0.bb b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb
similarity index 53%
rename from meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.0.bb
rename to meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb
index 0000a6b..c897a10 100644
--- a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb
@@ -5,8 +5,11 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eed49b78b15b436c933b6b8b054e3901 \
                     file://saverproto.h;endline=26;md5=a84c0637305159f3c0ab173aaeede48d"
 
-PR = "r1"
+PR = "r0"
 PE = "1"
 
-SRC_URI[md5sum] = "9040c991a56ee9b5976936f8c65d5c8a"
-SRC_URI[sha256sum] = "deaf0a3212617e0dab353a3c3a66e0a1f2398306eca0fd882ac15996b0e44d99"
+EXTRA_OECONF_append = " --enable-specs=no"
+
+SRC_URI[md5sum] = "6af0f2e3369f5f74e69345e214f5fd0d"
+SRC_URI[sha256sum] = "fad2f73cac136fcddd311d27a14ac7e519a9bec6ab272490d9c9b363556024f1"
+
-- 
1.7.2




More information about the poky mailing list