summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-09-18 00:01:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-18 19:47:31 +0000
commite747b3dda129252d8410d8759cc1bf4256e45eaa (patch)
tree05d86adfd24675710e75ea69693db6d6006d6356 /recipes-devtools
parent44a979c52659ac997fc2ed4602a82b7bb97d33f2 (diff)
downloadmeta-ti-e747b3dda129252d8410d8759cc1bf4256e45eaa.tar.gz
libion: update to fix musl builds by avoiding __BEGIN_DECL/__END_DECL
The fix from Khem Raj to use extern "C" instead of __BEGIN_DECL/__END_DECL macros Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/ion/libion_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb
index 7c93ed3f..8bfe19eb 100644
--- a/recipes-devtools/ion/libion_git.bb
+++ b/recipes-devtools/ion/libion_git.bb
@@ -7,7 +7,7 @@ PV = "1.0.0"
7 7
8BRANCH = "master" 8BRANCH = "master"
9SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}" 9SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
10SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000" 10SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13