diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-03 13:48:34 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | d660e2b79675a65dbf0adf233bb0c70d291d164d (patch) | |
tree | ba0432f42f09c54a6c437864afab143215534e8d | |
parent | 7613ccd4236573ff3352e334582ca2b3f31e0998 (diff) | |
download | meta-freescale-d660e2b79675a65dbf0adf233bb0c70d291d164d.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>
-rw-r--r-- | recipes-graphics/directfb/directfb_%.bbappend (renamed from recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend) | 0 | ||||
-rw-r--r-- | recipes-graphics/directfb/directfb_1.7.4.bb | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend b/recipes-graphics/directfb/directfb_%.bbappend index 20aa642e..20aa642e 100644 --- a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend +++ b/recipes-graphics/directfb/directfb_%.bbappend | |||
diff --git a/recipes-graphics/directfb/directfb_1.7.4.bb b/recipes-graphics/directfb/directfb_1.7.4.bb index 9bc26373..561b1247 100644 --- a/recipes-graphics/directfb/directfb_1.7.4.bb +++ b/recipes-graphics/directfb/directfb_1.7.4.bb | |||
@@ -22,5 +22,3 @@ LEAD_SONAME = "libdirectfb-1.7.so.0" | |||
22 | 22 | ||
23 | SRC_URI[md5sum] = "f5bdacde77fc653279819796ae11341e" | 23 | SRC_URI[md5sum] = "f5bdacde77fc653279819796ae11341e" |
24 | SRC_URI[sha256sum] = "20ccd60011c788e50c940ab566943d050679067bc84dc37ca447f1b4af08481b" | 24 | SRC_URI[sha256sum] = "20ccd60011c788e50c940ab566943d050679067bc84dc37ca447f1b4af08481b" |
25 | |||
26 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | ||