Files
meta-openembedded/meta-oe/recipes-support/lockdev/lockdev_git.bb
Khem Raj b70dd8f2af lockdev: Pretend GNU libc on musl
it has all needed features but expects " -D__GNU_LIBRARY__"
so make it happy when using musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23 15:24:42 +01:00

23 lines
504 B
BlitzBasic

SUMMARY = "Locking devices library"
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM="file://COPYING;md5=4fbd65380cdd255951079008b364516c"
PV = "1.0.3+git${SRCPV}"
SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795"
SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git"
S = "${WORKDIR}/git"
inherit lib_package autotools-brokensep
do_configure_prepend () {
./scripts/git-version > VERSION
# Make automake happy
touch ChangeLog
}
CFLAGS_append_libc-musl = " -D__GNU_LIBRARY__"