aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libutempter/libutempter.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-06 21:45:55 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 11:00:53 +0200
commit82c654d4c5bd383caa6e6ebaa85b96af4fd641cf (patch)
tree9ac2df006a3f099a95683b5c9bd41ff2cc081191 /meta-oe/recipes-support/libutempter/libutempter.bb
parent95e511248174715a14a9542324fee2a8835ea2f8 (diff)
downloadmeta-openembedded-contrib-82c654d4c5bd383caa6e6ebaa85b96af4fd641cf.tar.gz
libutempter: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libutempter/libutempter.bb')
-rw-r--r--meta-oe/recipes-support/libutempter/libutempter.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libutempter/libutempter.bb b/meta-oe/recipes-support/libutempter/libutempter.bb
index 0282ba5005..8c84cb376f 100644
--- a/meta-oe/recipes-support/libutempter/libutempter.bb
+++ b/meta-oe/recipes-support/libutempter/libutempter.bb
@@ -11,7 +11,9 @@ SRCREV = "3ef74fff310f09e2601e241b9f042cd39d591018"
PV = "1.1.6-alt2+git${SRCPV}"
SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git \
- file://0001-Fix-macro-error.patch"
+ file://0001-Fix-macro-error.patch \
+ file://libutempter-remove-glibc-assumption.patch \
+ "
S = "${WORKDIR}/git/${BPN}"