All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 08/10] libgles-omap3: Package files with right permission
@ 2013-05-17 16:57 Prabindh Sundareson
  2013-05-29 21:18 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Prabindh Sundareson @ 2013-05-17 16:57 UTC (permalink / raw)
  To: meta-ti

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}"
 inherit update-rc.d
 
 INITSCRIPT_NAME = "pvr-init"
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-29 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.