summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-03 13:48:34 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-04 14:14:39 -0300
commitbe7a9423c99b1dea5218e53956126b9e559deeb8 (patch)
tree1997a5257f58a6f360dca93dd02ddbff846bd4d8 /recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend
parenteba26f6ef59a8a8e03bfeccc408d60ada44986b1 (diff)
downloadmeta-fsl-arm-be7a9423c99b1dea5218e53956126b9e559deeb8.tar.gz
directfb: Stop using a packagegroup to fix Vivante GPU runtime dependency
The runtime dependency against libvivante-dfb-mx6 should be specified in the directfb main package, not in the packagegroup so there is no risk of it not being right in a customer image. The other benefit in doing this rework is that the DirectFB 1.7.4 version recipe has no changes and can be immediately removed once Freescale upgrades the Vivante GPU bindings for DirectFB 1.7.7 support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend')
-rw-r--r--recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend b/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend
deleted file mode 100644
index 20aa642..0000000
--- a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
1# i.MX6 has DirectFB acceleration support, so add it
2RDEPENDS_${PN}_append_mx6q = " libvivante-dfb-mx6"
3PACKAGE_ARCH_mx6q = "${MACHINE_ARCH}"
4
5RDEPENDS_${PN}_append_mx6dl = " libvivante-dfb-mx6"
6PACKAGE_ARCH_mx6dl = "${MACHINE_ARCH}"
7
8RDEPENDS_${PN}_append_mx6sx = " libvivante-dfb-mx6"
9PACKAGE_ARCH_mx6sx = "${MACHINE_ARCH}"
10
11RDEPENDS_${PN}_append_mx6sl = " libvivante-dfb-mx6"
12PACKAGE_ARCH_mx6sl = "${MACHINE_ARCH}"