[oe] [PATCH] directfb-1.4.6: fix packaging

Henning Heinold heinold at inf.fu-berlin.de
Mon Oct 18 08:42:12 UTC 2010


On Sun, Oct 17, 2010 at 09:12:05PM +0000, Andreas Oberritter wrote:
> * Files were searched in the wrong directory, because $RV was wrong.
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  recipes/directfb/directfb_1.4.6.bb |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/directfb/directfb_1.4.6.bb b/recipes/directfb/directfb_1.4.6.bb
> index 1d4f34a..70c0225 100644
> --- a/recipes/directfb/directfb_1.4.6.bb
> +++ b/recipes/directfb/directfb_1.4.6.bb
> @@ -1,7 +1,7 @@
>  require directfb.inc
>  
> -RV = "1.4-0"
> -PR = "r1"
> +RV = "1.4-5"
> +PR = "r2"
>  
>  DEPENDS += "sysfsutils"
>  
> @@ -21,7 +21,7 @@ EXTRA_OECONF = "\
>    --disable-x11 \
>  "
>  
> -LEAD_SONAME = "libdirectfb-1.4.so.0"
> +LEAD_SONAME = "libdirectfb-1.4.so.5"
>  
>  SRC_URI[md5sum] = "dbe1957932f81790742b58b94c1c7b84"
>  SRC_URI[sha256sum] = "b18121e60e9a084ee347037a53a46cfaea1c09505bd99d673c2e65eca285e69b"

Thanks for spotting.

Bye Henning




More information about the Openembedded-devel mailing list