1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

libion: Fix build for multilibbed environment

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Khem Raj
2019-12-19 12:36:02 +00:00
committed by Denys Dmytriyenko
parent dd85eab84a
commit f4630f59bb
2 changed files with 51 additions and 1 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
PV = "1.0.0"
BRANCH = "master"
SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH} \
file://0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch \
"
SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c"
S = "${WORKDIR}/git"