diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-18 00:01:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-18 19:47:31 +0000 |
commit | e747b3dda129252d8410d8759cc1bf4256e45eaa (patch) | |
tree | 05d86adfd24675710e75ea69693db6d6006d6356 /recipes-devtools | |
parent | 44a979c52659ac997fc2ed4602a82b7bb97d33f2 (diff) | |
download | meta-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.bb | 2 |
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 | ||
8 | BRANCH = "master" | 8 | BRANCH = "master" |
9 | SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}" | 9 | SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}" |
10 | SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000" | 10 | SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||