diff options
author | Mike Rapoport <mike@compulab.co.il> | 2009-12-01 22:23:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-02 15:11:05 +0100 |
commit | 83bd1ed815a4e716ce5bc00f4dbbaeae1b5fd8e6 (patch) | |
tree | ea84b9153a4a03e4ad3314d3bbd93570a9987257 /recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | |
parent | 195b77e4f4501a1ab6273bfec02d1d577c474871 (diff) |
omap3-sgx-modules: fix build for recent kernels
Starting from v2.6.32-rc6 of linux-omap tree the
arch/arm/plat-omap/include/mach has been moved to
arch/arm/plat-omap/include/plat
Take care of that change
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb index 9bd77ad9af..603c81f9a4 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb @@ -8,6 +8,7 @@ SRC_URI = "file://omap3-sgx-modules-${PV}.tar.bz2 \ file://rotation-dss2.patch;patch=1 \ file://build_es3.x_sgx.patch;patch=1 \ file://proc-interface.patch;patch=1 \ + file://0001-Compile-fixes-for-recent-kernels.patch;patch=1 \ " PVRBUILD = "release" |