diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2018-03-06 22:07:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-06 17:25:11 -0500 |
commit | 2a380c63022302a7e1fa38dfa2d5230e70764ab9 (patch) | |
tree | 8c936aebcc01676b162198cc5ea38b09e216d566 /recipes-graphics | |
parent | b2f69b0b092c41ae833b93aae1aca24a6b814db0 (diff) | |
download | meta-ti-2a380c63022302a7e1fa38dfa2d5230e70764ab9.tar.gz |
ti-gc320-libs: bump SRCREV to pick up the latest version
The new version include the 2D API include files
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 394d1e4a..52df495d 100644 --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Userspace libraries for GC320 chipset on TI SoCs" | 1 | DESCRIPTION = "Userspace libraries for GC320 chipset on TI SoCs" |
2 | HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-libs" | 2 | HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-libs" |
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://Manifest.html;md5=4d759c4e533af6aaeff2af7f405697c2" | 4 | LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
@@ -10,7 +10,7 @@ CLEANBROKEN = "1" | |||
10 | BRANCH = "ti-${PV}" | 10 | BRANCH = "ti-${PV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" |
13 | SRCREV = "ab0ca5bff345f6c13807fea3c4acabf5f2b9b10a" | 13 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" |
14 | 14 | ||
15 | # There's only hardfp version available | 15 | # There's only hardfp version available |
16 | python __anonymous() { | 16 | python __anonymous() { |
@@ -26,7 +26,7 @@ python __anonymous() { | |||
26 | 26 | ||
27 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 27 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
28 | 28 | ||
29 | PR = "r1" | 29 | PR = "r2" |
30 | 30 | ||
31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
32 | 32 | ||