[oe-commits] Koen Kooi : gstreamer-ti: reinstate LINUXKERNEL_INSTALL_DIR

git version control git at git.openembedded.org
Sat Jun 12 09:04:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6e13f8caedd0f09708b744ff63b60364b03b64a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6e13f8caedd0f09708b744ff63b60364b03b64a9

Author: Koen Kooi <k-kooi at ti.com>
Date:   Mon May 10 16:12:02 2010 +0200

gstreamer-ti: reinstate LINUXKERNEL_INSTALL_DIR

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 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 85b6d25..1f0990f 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





More information about the Openembedded-commits mailing list