diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-14 11:07:13 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | d4d4094a0b67c69da3a6e7977aff0a800f0478ee (patch) | |
tree | e2000de3ea1f5ebb137db65985798833b4e527ad /meta-rcar-gen3/recipes-graphics | |
parent | 484ed689dafac18778e99eafd71806e41fb71f26 (diff) |
rcar-gen3: gles-user-module: Update tarball names for graphic packages
This commit updates the tarball names due to new graphic packages have
updated them.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb index d46818c..afa152f 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb @@ -12,10 +12,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" S = "${WORKDIR}/rogue" GLES = "gsx" -SRC_URI_r8a7795 = "file://r8a7795_linux_gsx_binaries_gles.tar.bz2" -SRC_URI_r8a7796 = "file://r8a7796_linux_gsx_binaries_gles.tar.bz2" +SRC_URI_r8a7795 = "file://r8a77951_linux_gsx_binaries_gles.tar.bz2" +SRC_URI_r8a7796 = "file://r8a77960_linux_gsx_binaries_gles.tar.bz2" SRC_URI_r8a77965 = "file://r8a77965_linux_gsx_binaries_gles.tar.bz2" -SRC_URI_r8a77990 = "file://r8a7799_linux_gsx_binaries_gles.tar.bz2" +SRC_URI_r8a77990 = "file://r8a77990_linux_gsx_binaries_gles.tar.bz2" SRC_URI_append = " \ file://change-shell.patch \ |