aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-05-10 16:12:02 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-12 11:03:53 +0200
commit6e13f8caedd0f09708b744ff63b60364b03b64a9 (patch)
tree793e8a66c9ea7847320c25c69c24e10bec548e7f
parent2b0bd01ca0c05bef0896d6c452b88e1655cd8801 (diff)
downloadopenembedded-6e13f8caedd0f09708b744ff63b60364b03b64a9.tar.gz
gstreamer-ti: reinstate LINUXKERNEL_INSTALL_DIR
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--recipes/ti/gstreamer-ti.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ti/gstreamer-ti.inc b/recipes/ti/gstreamer-ti.inc
index 85b6d25299..1f0990fb13 100644
--- a/recipes/ti/gstreamer-ti.inc
+++ b/recipes/ti/gstreamer-ti.inc
@@ -61,6 +61,9 @@ export LINK_XDC_ROOT = "${LINK_INSTALL_DIR}"
export CODEC_SERVER = "${installdir}/ti-codecs-server/cs.x64P"
CPPFLAGS_append = " -DPlatform_${PLATFORM}"
+# Makefile also expects to be able to find the kernel headers from the envirionment
+export LINUXKERNEL_INSTALL_DIR = "${STAGING_KERNEL_DIR}"
+
do_configure_prepend() {
# PSP kernel is based on older DSS. we need to replace linux/omapfb.h with mach/omapfb.h
if ! [ -e ${STAGING_KERNEL_DIR}/include/linux/omapfb.h ] ; then