diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-02 07:10:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 22:42:54 -0500 |
commit | 676a14421bdeb2d8c0c35d09405fbb77641e9e25 (patch) | |
tree | 40892c79a4eae30e27f05dacc8f7186464e4b404 /recipes-graphics/omapfbplay | |
parent | 491c23e4670066871eaedba01088d6cd2c4fc3ad (diff) | |
download | meta-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/omapfbplay')
-rw-r--r-- | recipes-graphics/omapfbplay/omapfbplay.inc | 2 |
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 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | PACKAGE_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 |
17 | STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel" | 19 | STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel" |
18 | CFLAGS += " -I. -I${STAGING_KERNEL_DIR}/include " | 20 | CFLAGS += " -I. -I${STAGING_KERNEL_DIR}/include " |