All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Prabindh Sundareson <prabu@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 08/10] libgles-omap3: Package files with right permission
Date: Wed, 29 May 2013 17:18:05 -0400	[thread overview]
Message-ID: <20130529211805.GM4526@edge> (raw)
In-Reply-To: <1368809879-27201-8-git-send-email-prabu@ti.com>

On Fri, May 17, 2013 at 10:27:57PM +0530, Prabindh Sundareson wrote:
> This patch adds the .so library files into the package, with correct
> permissions for startup scripts.
> 
> This is part of a clean up of the Graphics recipe starting from
> 4.09.00.01 version of the Graphics SDK.
> 
> Signed-off-by: Prabindh Sundareson <prabu@ti.com>
> ---
>  recipes-graphics/libgles/libgles-omap3-no-x.inc |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/libgles-omap3-no-x.inc b/recipes-graphics/libgles/libgles-omap3-no-x.inc
> index 4521d59..5bb257d 100644
> --- a/recipes-graphics/libgles/libgles-omap3-no-x.inc
> +++ b/recipes-graphics/libgles/libgles-omap3-no-x.inc
> @@ -139,6 +139,7 @@ do_install () {
>  	
>  	install -d ${D}${sysconfdir}/init.d/
>  	cp -pP ${WORKDIR}/rc.pvr ${D}${sysconfdir}/init.d/pvr-init
> +	chmod +x ${D}${sysconfdir}/init.d/pvr-init
>  
>  	install -d ${D}${sysconfdir}
>  	echo "[default]" > ${D}${sysconfdir}/powervr.ini
> @@ -285,6 +286,8 @@ INSANE_SKIP_${PN}-linuxfbwsegl-es6 = "ldflags"
>  INSANE_SKIP_${PN}-linuxfbwsegl-es8 = "ldflags"
>  INSANE_SKIP_${PN}-tests = "ldflags"
>  
> +FILES_${PN} += "${libdir}/*.so "
> +FILES_${PN}-dev = "${includedir}"

See my comment for 7/10

>  inherit update-rc.d
>  
>  INITSCRIPT_NAME = "pvr-init"
> -- 
> 1.7.1
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


      reply	other threads:[~2013-05-29 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-17 16:57 [PATCH 08/10] libgles-omap3: Package files with right permission Prabindh Sundareson
2013-05-29 21:18 ` Denys Dmytriyenko [this message]

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=20130529211805.GM4526@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=prabu@ti.com \
    /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.