diff options
| author | Rogerio Pimentel <rogerio.pimentel@freescale.com> | 2012-06-29 14:29:55 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-02 15:14:11 -0300 |
| commit | 513e913f5c1e7a9ca7fb1309e2f019dff99af709 (patch) | |
| tree | b93c5c05e8b2aafc71c27964a739196421d922f6 | |
| parent | 5ef0b68628870b9612585350acb6e4c5c6db2657 (diff) | |
| download | meta-freescale-513e913f5c1e7a9ca7fb1309e2f019dff99af709.tar.gz | |
Add Qt4.7.4-X11 bbappend
This bbappend applies a patch on QT4.7.4-X11 to make phonon work with Freescale codecs
Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
| -rw-r--r-- | meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend b/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend new file mode 100644 index 000000000..cebb203b5 --- /dev/null +++ b/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #Freescale | ||
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:" | ||
| 3 | |||
| 4 | SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch" | ||
| 5 | SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch" | ||
| 6 | |||
| 7 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||
| 8 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | ||
| 9 | |||
| 10 | PRINC := "${@int(PRINC) + 1}" | ||
