[oe-commits] Rolf Leggewie : WIP recipes set to DEFAULT_PREF -1

git version control git at git.openembedded.org
Sat Jun 13 15:13:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ccda7cbebaff8085f3c587ea0c28b6b24fbe15b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ccda7cbebaff8085f3c587ea0c28b6b24fbe15b4

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Jun  9 12:23:10 2009 +0900

WIP recipes set to DEFAULT_PREF -1
* guile 1.8.6 (hangs in do_compile)
* dri2proto 2.0
* bluez-cups-backend 3.36 (fails do_compile, 'HCI_SECMGR' undeclared)

---

 recipes/bluez/bluez-cups-backend_3.36.bb |    2 +-
 recipes/guile/guile-native_1.8.6.bb      |    3 +++
 recipes/xorg-proto/dri2proto_2.0.bb      |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/bluez/bluez-cups-backend_3.36.bb b/recipes/bluez/bluez-cups-backend_3.36.bb
index 4bcb962..fef82c5 100644
--- a/recipes/bluez/bluez-cups-backend_3.36.bb
+++ b/recipes/bluez/bluez-cups-backend_3.36.bb
@@ -1,6 +1,6 @@
 require bluez-utils3.inc
 
-
+DEFAULT_PREFERENCE = "-1"
 DEPENDS += "cups"
 
 # see bluez-utils3.inc for the explanation of these option
diff --git a/recipes/guile/guile-native_1.8.6.bb b/recipes/guile/guile-native_1.8.6.bb
index d511807..4a0b814 100644
--- a/recipes/guile/guile-native_1.8.6.bb
+++ b/recipes/guile/guile-native_1.8.6.bb
@@ -1,4 +1,7 @@
 require guile-native.inc
+
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
            file://configure-fix.patch;patch=1 \
           "
diff --git a/recipes/xorg-proto/dri2proto_2.0.bb b/recipes/xorg-proto/dri2proto_2.0.bb
index a0e1fd3..e562558 100644
--- a/recipes/xorg-proto/dri2proto_2.0.bb
+++ b/recipes/xorg-proto/dri2proto_2.0.bb
@@ -1,3 +1,5 @@
 DESCRIPTION = "DRI2 extension headers"
 
+DEFAULT_PREFERENCE = "-1"
+
 require xorg-proto-common.inc





More information about the Openembedded-commits mailing list