diff options
author | 2021-03-24 05:07:09 +0000 | |
---|---|---|
committer | 2021-03-27 12:30:55 -0500 | |
commit | 2cd56f70fb5183f4619f11f0b71a668e7799197d (patch) | |
tree | a3901e3105f362588ad5011b473f759a6c792253 /recipes-graphics/libgles | |
parent | 7f752ce2b0f46708401da130f7e5b4743d005ebf (diff) | |
download | meta-ti-2cd56f70fb5183f4619f11f0b71a668e7799197d.tar.gz meta-ti-2cd56f70fb5183f4619f11f0b71a668e7799197d.tar.bz2 meta-ti-2cd56f70fb5183f4619f11f0b71a668e7799197d.zip |
ti-img-rogue-umlibs: Update to pick rpath fixes
Update srcrev to pick the rpath warning fixes.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb index d8fae3dd..dafb9dd8 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb @@ -10,13 +10,13 @@ REQUIRED_MACHINE_FEATURES = "gpu" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7" -PR = "r1" +PR = "r2" BRANCH = "linuxws/dunfell/k5.4/${PV}" SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" -SRCREV = "3c4cabc8df10a066569e5f959cbbd4c0ce9961cd" +SRCREV = "5ef38353c38d921a65ea6df75c7b6ce710b66034" PVR_SOC ?= "j721e_linux" PVR_BUILD ?= "release" |