All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Hochstein <tom.hochstein@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm][PATCH 1/4] imx-gpu-viv: Cleanup directfb reference
Date: Thu, 31 Mar 2016 19:31:28 -0500	[thread overview]
Message-ID: <1459470691-8100-2-git-send-email-tom.hochstein@nxp.com> (raw)
In-Reply-To: <1459470691-8100-1-git-send-email-tom.hochstein@nxp.com>

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index beb2805..4d77081 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015 Freescale Semiconductor
+# Copyright (C) 2012-2016 Freescale Semiconductor
 # Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
@@ -192,7 +192,7 @@ do_install () {
         rm ${D}${libdir}/libwayland-viv.*
     fi
 
-    for backend in wl x11 fb dfb dri; do
+    for backend in wl x11 fb dri; do
         find ${D}${libdir} -name "*-$backend.so" -exec rm '{}' ';'
         find ${D}${libdir} -name "*.$backend.so" -exec rm '{}' ';'
     done
-- 
1.9.1



  reply	other threads:[~2016-04-01  0:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  0:31 [meta-fsl-arm][PATCH 0/4] Upgrade imx-gpu-viv graphics to 5.0.11-p8.3 Tom Hochstein
2016-04-01  0:31 ` Tom Hochstein [this message]
2016-04-01  0:31 ` [meta-fsl-arm][PATCH 2/4] imx-gpu-viv: Update to 5.0.11-p8.3 version Tom Hochstein
2016-04-01  0:31 ` [meta-fsl-arm][PATCH 3/4] xf86-video-imxfb-vivante: Update graphics " Tom Hochstein
2016-04-01  0:31 ` [meta-fsl-arm][PATCH 4/4] kernel-module-imx-gpu-viv: " Tom Hochstein
2016-04-01  8:10 ` [meta-fsl-arm][PATCH 0/4] Upgrade imx-gpu-viv graphics to 5.0.11-p8.3 Richard Röjfors
2016-04-01 19:20   ` Tom Hochstein
2016-04-04 13:49     ` Tom Hochstein
2016-04-01 17:25 ` Gary Bisson
2016-04-01 17:41   ` Otavio Salvador
2016-04-01 18:35     ` Neena Busireddy
2016-04-02 14:22       ` Gary Bisson

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=1459470691-8100-2-git-send-email-tom.hochstein@nxp.com \
    --to=tom.hochstein@nxp.com \
    --cc=meta-freescale@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.