summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-09 17:59:46 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-10 09:56:19 -0500
commitf10ed11082eb13c555d33b5f43815f61977cd33a (patch)
tree71016e7450426a4968c6fe54eb1a5294dd08d8c0 /meta-ti-extras
parent6b572dc29c7c55407c34a7d065e1136c0bcd71d2 (diff)
downloadmeta-ti-f10ed11082eb13c555d33b5f43815f61977cd33a.tar.gz
libdce: upgrade to 3.00.15.00 and specify branch
Fixes these warnings: | WARNING: libdce-3.00.14.00-r1 do_fetch: URL: git://git.omapzoom.org/repo/libdce.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. | WARNING: libdce-3.00.14.00-r1 do_unpack: URL: git://git.omapzoom.org/repo/libdce.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb (renamed from meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb
index a6dc1d1d..54f6ff8a 100644
--- a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb
+++ b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb
@@ -6,10 +6,8 @@ inherit autotools pkgconfig
6 6
7DEPENDS = "libdrm ti-ipc" 7DEPENDS = "libdrm ti-ipc"
8 8
9SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" 9SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git;branch=master"
10SRCREV = "f72096090e3063e85ea77cae66b2d99a48d91727" 10SRCREV = "ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3"
11
12PR = "r1"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" 13EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"