aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libcomps/libcomps_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-11-21 14:57:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-21 23:29:06 +0000
commit73faaea3cc0f26052cd4e2422106c6243fb676b1 (patch)
treef56b87acdb59533497ed93a3eef02a35a6a0a9b6 /meta/recipes-devtools/libcomps/libcomps_git.bb
parentf03c0f06e14d18a5ed263e943e36920d70796db9 (diff)
downloadopenembedded-core-contrib-73faaea3cc0f26052cd4e2422106c6243fb676b1.tar.gz
libcomps: add a patch to fix the missing crc32 symbol error under musl
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libcomps/libcomps_git.bb')
-rw-r--r--meta/recipes-devtools/libcomps/libcomps_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb
index e69bf67729..a0b6767b3d 100644
--- a/meta/recipes-devtools/libcomps/libcomps_git.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_git.bb
@@ -6,6 +6,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
file://0002-Set-library-installation-path-correctly.patch \
file://0001-Make-__comps_objmrtree_all-static-inline.patch \
+ file://0001-Add-crc32.c-to-sources-list.patch \
"
PV = "0.1.8+git${SRCPV}"