From: Darren Hart <darren.hart@intel.com>
To: nitin.a.kamble@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 2/2] emgd-driver-bin: avoid rebuilding issue of the recipe
Date: Tue, 18 Sep 2012 15:53:40 -0700 [thread overview]
Message-ID: <5058FB74.40503@intel.com> (raw)
In-Reply-To: <0d86ea6eeb8e1fdc17aaa4200cb11981f500c728.1347834237.git.nitin.a.kamble@intel.com>
On 09/16/2012 03:27 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> This avoids errors like this:
> | cpio: ./usr/lib/libgstvabuffer.so.0 not created: newer or same age version exists
> | install: cannot stat `/srv/home/nitin/builds/build-crownbay/tmp/work/core2-poky-linux/emgd-driver-bin-1.14-r2/IEMGD_HEAD_Linux/MeeGo1.2/usr/lib/libGLES_CM.so': No such file or directory
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> .../xorg-driver/emgd-driver-bin_1.14.bb | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
> index 2464c38..6ea6278 100644
> --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
> +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
> @@ -7,7 +7,7 @@ to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \
> local.conf in order to enable it in a build."
> LICENSE = "Intel-binary-only"
> LICENSE_FLAGS = "license_${PN}_${PV}"
> -PR = "r2"
> +PR = "r3"
>
> EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
> EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
> @@ -38,6 +38,9 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug $
> S = "${WORKDIR}/${EMGD_RPM_DIR}"
>
> do_install () {
> + # cleanup previous files if any
> + rm -rf usr
> +
This looks like a hack. If nothing has changed, this shouldn't be an
issue. If something has changed, we should triggering a new build
anyway. What's actually going on here?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-09-18 22:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-16 22:27 [PATCH 0/2] emgd recipe misc fixes nitin.a.kamble
2012-09-16 22:27 ` [PATCH 1/2] emgd-driver-bin: Fix package naming issue nitin.a.kamble
2012-09-20 21:34 ` Tom Zanussi
2012-09-16 22:27 ` [PATCH 2/2] emgd-driver-bin: avoid rebuilding issue of the recipe nitin.a.kamble
2012-09-18 22:53 ` Darren Hart [this message]
2012-09-18 22:30 ` [PATCH 0/2] emgd recipe misc fixes Tom Zanussi
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=5058FB74.40503@intel.com \
--to=darren.hart@intel.com \
--cc=nitin.a.kamble@intel.com \
--cc=yocto@yoctoproject.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.