diff options
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 " |