diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-06-21 14:24:50 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-06-21 14:43:25 -0400 |
commit | b02c0284fbf695a5543b2d61630cd2a95cd36c66 (patch) | |
tree | 02b52dd75863d21cd32d7d8ab93ae783691397f1 /recipes-bsp/powervr-drivers | |
parent | df2d999252b17598671112f152a9ddbc079ea704 (diff) | |
download | meta-ti-b02c0284fbf695a5543b2d61630cd2a95cd36c66.tar.gz |
libgles-omap3: don't RCONFLICT/RREPLACE no-x version with x11 as it breaks non-X distros
* Enables building/installing both X11 and RAW libs/demos. Plus otherwise the
build is broken for non-X distros, as it pulls in X11 deps due to RREPLACES...
* Fix broken DEPENDS copy/paste typo.
* Also, clean up after the previous changes - extra empty lines, indentation, etc.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb index 84938141..d439d838 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb | |||
@@ -71,4 +71,3 @@ do_install() { | |||
71 | 71 | ||
72 | cp ${S}/services4/3rdparty/linux_drm/drm.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | 72 | cp ${S}/services4/3rdparty/linux_drm/drm.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr |
73 | } | 73 | } |
74 | |||
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb index 923e6a55..399374d4 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb | |||
@@ -48,4 +48,3 @@ do_install() { | |||
48 | ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \ | 48 | ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \ |
49 | ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | 49 | ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr |
50 | } | 50 | } |
51 | |||