1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

libgles-omap3: introduce INC_PR

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-08-31 22:09:34 -04:00
parent 2b3f2c2939
commit 9e07040a0b
4 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
# 'TSPA.txt' might not be the best file to md5sum
LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
PR = "r36"
INC_PR = "r37"
EXCLUDE_FROM_WORLD = "1"

View File

@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
# 'TSPA.txt' might not be the best file to md5sum
LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
PR = "r36"
INC_PR = "r37"
EXCLUDE_FROM_WORLD = "1"

View File

@@ -2,6 +2,8 @@ require libgles-omap3-x11.inc
LICENSE = "TSPA"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"

View File

@@ -2,6 +2,8 @@ require libgles-omap3-no-x.inc
LICENSE = "TSPA"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"