trunk-recorder: allow live build, even if it's static

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-24 13:00:50 -04:00
parent 2f5f6f591a
commit 3a5681c435
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [[ "${PV}" == *9999 ]]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
#EGIT_REPO_URI="https://github.com/rabarar/trunk-recorder.git"
inherit git-r3
RESTRICT="strip"
else
@ -34,10 +33,8 @@ RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
#local commit_hash="$(git rev-parse HEAD)"
#local branch="$(git rev-parse --abbrev-ref HEAD)"
#local mycmakeargs=(
# -DMANUAL_GITINFO="commit ${commit_hash} (${branch})"
#)
local mycmakeargs=(
-DBUILD_SHARED_LIBS=OFF
)
cmake_src_configure
}