diff options
Diffstat (limited to 'meta-oe/recipes-support/lockdev/lockdev_git.bb')
-rw-r--r-- | meta-oe/recipes-support/lockdev/lockdev_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-support/lockdev/lockdev_git.bb b/meta-oe/recipes-support/lockdev/lockdev_git.bb deleted file mode 100644 index 5ad7f0c503..0000000000 --- a/meta-oe/recipes-support/lockdev/lockdev_git.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUMMARY = "Locking devices library" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM="file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | PV = "1.0.3+git${SRCPV}" | ||
7 | |||
8 | SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795" | ||
9 | SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git \ | ||
10 | file://0001-include-sys-sysmacros.h-for-major-minor-definitions.patch \ | ||
11 | " | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit lib_package autotools-brokensep | ||
16 | |||
17 | do_configure_prepend () { | ||
18 | ./scripts/git-version > VERSION | ||
19 | |||
20 | # Make automake happy | ||
21 | touch ChangeLog | ||
22 | } | ||
23 | |||
24 | CFLAGS_append_libc-musl = " -D__GNU_LIBRARY__" | ||