From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [RFC] hal-0.5.12 requires blkid >= 1.43
Date: Tue, 21 Jul 2009 10:33:28 +0200 [thread overview]
Message-ID: <4A657D58.4070404@atmel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]
hal does not build when bitbaking gpe-image,since
blkid is 1.41.8 and hal requires >= 1.43.
1.41.8 seems to be the latest!
The attached patch fixes configure and configure.in in the hal
First the patch to the recipe.
diff --git a/recipes/hal/hal_0.5.12.bb b/recipes/hal/hal_0.5.12.bb
index b6531e8..155c2e3 100644
--- a/recipes/hal/hal_0.5.12.bb
+++ b/recipes/hal/hal_0.5.12.bb
@@ -2,6 +2,10 @@ require hal.inc
DEFAULT_PREFERENCE = "-1"
+PR = "r1"
+
+SRC_URI += " file://hal-0.5.12-blkid-1.41.patch;patch=1"
+
# The following code finds the right linux/input.h,
# which also works with external-toolchain/SDK
do_configure() {
---
Then the patch which should reside in the
"recipe/hal/hal-0.5.12/hal-0.5.12-blkid-1.41.patch"
diff -urN a/configure b/configure
--- a/configure 2009-07-21 10:02:37.000000000 +0200
+++ b/configure 2009-07-21 10:06:27.000000000 +0200
@@ -2791,7 +2791,7 @@
glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"
dbus_module="dbus-1 >= 0.61"
-blkid_module="blkid >= 1.43"
+blkid_module="blkid >= 1.41"
polkit_module="polkit >= 0.5"
# libtool versioning - this applies to libhal and libhal-storage
diff -urN a/configure.in b/configure.in
--- a/configure.in 2009-05-10 21:43:52.000000000 +0200
+++ b/configure.in 2009-07-21 10:06:51.000000000 +0200
@@ -13,7 +13,7 @@
glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"
dbus_module="dbus-1 >= 0.61"
-blkid_module="blkid >= 1.43"
+blkid_module="blkid >= 1.41"
polkit_module="polkit >= 0.5"
# libtool versioning - this applies to libhal and libhal-storage
Comments?
Best Regards
Ulf Samuelsson
[-- Attachment #2: hal-0.5.12-blkid-1.41.patch --]
[-- Type: text/x-patch, Size: 884 bytes --]
diff -urN a/configure b/configure
--- a/configure 2009-07-21 10:02:37.000000000 +0200
+++ b/configure 2009-07-21 10:06:27.000000000 +0200
@@ -2791,7 +2791,7 @@
glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"
dbus_module="dbus-1 >= 0.61"
-blkid_module="blkid >= 1.43"
+blkid_module="blkid >= 1.41"
polkit_module="polkit >= 0.5"
# libtool versioning - this applies to libhal and libhal-storage
diff -urN a/configure.in b/configure.in
--- a/configure.in 2009-05-10 21:43:52.000000000 +0200
+++ b/configure.in 2009-07-21 10:06:51.000000000 +0200
@@ -13,7 +13,7 @@
glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"
dbus_module="dbus-1 >= 0.61"
-blkid_module="blkid >= 1.43"
+blkid_module="blkid >= 1.41"
polkit_module="polkit >= 0.5"
# libtool versioning - this applies to libhal and libhal-storage
next reply other threads:[~2009-07-21 8:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 8:33 Ulf Samuelsson [this message]
2009-07-21 10:31 ` [RFC] hal-0.5.12 requires blkid >= 1.43 Koen Kooi
2009-07-21 10:38 ` Florian Boor
2009-07-21 11:46 ` Koen Kooi
2009-07-21 12:13 ` Koen Kooi
2009-07-21 10:44 ` Phil Blundell
2009-07-21 16:39 ` Ulf Samuelsson
2009-07-21 18:00 ` Phil Blundell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A657D58.4070404@atmel.com \
--to=ulf.samuelsson@atmel.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.