diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-05-10 16:12:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-12 11:03:53 +0200 |
commit | 6e13f8caedd0f09708b744ff63b60364b03b64a9 (patch) | |
tree | 793e8a66c9ea7847320c25c69c24e10bec548e7f /recipes | |
parent | 2b0bd01ca0c05bef0896d6c452b88e1655cd8801 (diff) |
gstreamer-ti: reinstate LINUXKERNEL_INSTALL_DIR
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/gstreamer-ti.inc | 3 |
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 |