[oe] [RFC] hal-0.5.12 requires blkid >= 1.43

Koen Kooi k.kooi at student.utwente.nl
Tue Jul 21 10:31:59 UTC 2009


On 21-07-09 10:33, Ulf Samuelsson wrote:

> 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?

configure gets generated from configure.in, so you only have to patch 
one file. And please use git-format-patch to make a single patch next time.

Anyway, I solved it in a different way.

regards,

Koen





More information about the Openembedded-devel mailing list