[yocto] [PATCH] cdv-pvr-driver: inhibit package stripping

Tom Zanussi tom.zanussi at intel.com
Wed Oct 31 14:00:30 PDT 2012


On Fri, 2012-10-26 at 14:02 +0100, Ross Burton wrote:
> The binaries are already stripped, so don't try stripping them again (which
> results in a warning).
> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>

Pulled into meta-intel/master.

Tom

> ---
>  .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb          |    5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
> index e9d4ede..7bda3b5 100644
> --- a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
> +++ b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \
>  
>  DEPENDS = "rpm-native libva"
>  
> -PR = "r4"
> +PR = "r5"
>  
>  PSB-VIDEO = "psb-video-cdv-1.0.3-1.1.i586.rpm"
>  PSB-VIDEO-REV = "1.0.3"
> @@ -66,6 +66,9 @@ S  = "${WORKDIR}/cdv-graphics-drivers_${PV}"
>  # These are closed binaries generated elsewhere so don't check ldflags
>  INSANE_SKIP_${PN} = "ldflags"
>  
> +# Don't try stripping, as the binaries are already stripped
> +INHIBIT_PACKAGE_STRIP = "1"
> +
>  # .so files in these binaries are not symlinks. Rearange package order
>  # so that they go to ${PN} instead of $PN}-dev
>  PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-dev ${PN}-doc ${PN}-locale"





More information about the yocto mailing list