diff options
author | Anusha Gugale <external.agogale@jp.adit-jv.com> | 2021-01-21 00:03:52 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-26 11:02:45 +0000 |
commit | fecbdfac3f983b23aee4057e8d55dbde5570c72a (patch) | |
tree | ae488099a5f914b5ba5e4024846b60faef5ea8c3 /meta-agl-core/recipes-graphics/rba | |
parent | 1c8b38139fc13ff194297ff136cc04922a52caf1 (diff) |
change SRCREV of librba
- To hide unnecessary internal interfaces from user, reconstructed
public files of librba.
- Removed installation of internal header files.
Bug-AGL: SPEC-3738
Change-Id: If54a4601b65b04fedb93712906a12f78d75dd2e8
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25934
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics/rba')
-rw-r--r-- | meta-agl-core/recipes-graphics/rba/librba_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-graphics/rba/librba_1.0.bb b/meta-agl-core/recipes-graphics/rba/librba_1.0.bb index 450684f83..b04774c84 100644 --- a/meta-agl-core/recipes-graphics/rba/librba_1.0.bb +++ b/meta-agl-core/recipes-graphics/rba/librba_1.0.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13afa517927767fe9b7a65818a02bd8f" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/rba;protocol=https;branch=master" -SRCREV = "2cfe2c611be63ae4541abf4e13cfecff0f008f25" +SRCREV = "87c0278dfbcf0953330330c28a8d48636dd4df7e" S = "${WORKDIR}/git" |