summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-02 07:10:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 22:42:54 -0500
commit676a14421bdeb2d8c0c35d09405fbb77641e9e25 (patch)
tree40892c79a4eae30e27f05dacc8f7186464e4b404 /recipes-graphics
parent491c23e4670066871eaedba01088d6cd2c4fc3ad (diff)
downloadmeta-ti-676a14421bdeb2d8c0c35d09405fbb77641e9e25.tar.gz
omapfbplay: since it depends on kernel, mark it as machine-specific
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/omapfbplay/omapfbplay.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc b/recipes-graphics/omapfbplay/omapfbplay.inc
index 77e23806..df166dd3 100644
--- a/recipes-graphics/omapfbplay/omapfbplay.inc
+++ b/recipes-graphics/omapfbplay/omapfbplay.inc
@@ -13,6 +13,8 @@ SRC_URI = "git://git.mansr.com/omapfbplay;protocol=git \
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16PACKAGE_ARCH = "${MACHINE_ARCH}"
17
16# We want a kernel header for armv7a, but we don't want to make mplayer machine specific for that 18# We want a kernel header for armv7a, but we don't want to make mplayer machine specific for that
17STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel" 19STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"
18CFLAGS += " -I. -I${STAGING_KERNEL_DIR}/include " 20CFLAGS += " -I. -I${STAGING_KERNEL_DIR}/include "