diff options
Diffstat (limited to 'recipes/powervr-drivers')
-rw-r--r-- | recipes/powervr-drivers/bc-cube_0.1.0.bb | 2 | ||||
-rw-r--r-- | recipes/powervr-drivers/bc-cube_0.2.0.bb | 2 | ||||
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/powervr-drivers/bc-cube_0.1.0.bb b/recipes/powervr-drivers/bc-cube_0.1.0.bb index 4a5de96bbd..6323a79a5f 100644 --- a/recipes/powervr-drivers/bc-cube_0.1.0.bb +++ b/recipes/powervr-drivers/bc-cube_0.1.0.bb @@ -3,7 +3,7 @@ LICENSE = "TI-BSD/GPLv2" DEPENDS = "virtual/egl" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/apps_processors/OMAP35x_AM35x_Video_Texture_Streaming/1_0/exports/bc-cat-${PV}.tar.gz \ - file://bc-cat-0.1.0-BC_PIX_FMT_.patch;apply=yes;striplevel=0" + file://bc-cat-0.1.0-BC_PIX_FMT_.patch;striplevel=0" S = "${WORKDIR}/bc-cat-${PV}" diff --git a/recipes/powervr-drivers/bc-cube_0.2.0.bb b/recipes/powervr-drivers/bc-cube_0.2.0.bb index a9a8eee1f1..66e78de0b9 100644 --- a/recipes/powervr-drivers/bc-cube_0.2.0.bb +++ b/recipes/powervr-drivers/bc-cube_0.2.0.bb @@ -3,7 +3,7 @@ LICENSE = "TI-BSD/GPLv2" DEPENDS = "virtual/egl" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/apps_processors/OMAP35x_AM35x_Video_Texture_Streaming/1_0/exports/bc-cat-${PV}.tar.gz;name=bccat \ - file://bc-cat-0.2.0.patch;apply=yes \ + file://bc-cat-0.2.0.patch \ file://bc-cube.desktop \ " diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb index fd41300482..6f6e073cde 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb @@ -15,7 +15,7 @@ IMGPV = "1.4.14.2514" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \ - file://0001-Compile-fixes-for-recent-kernels.patch;apply=yes \ + file://0001-Compile-fixes-for-recent-kernels.patch \ " S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM" |