diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-11 15:21:18 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
| commit | dc344220372d35c1ef6db8b61aa2492dfd6e6864 (patch) | |
| tree | e84572df756e835551fc5ea88a67b5226b0383fe /meta-oe/recipes-support/lockdev/lockdev_git.bb | |
| parent | f92e153135d7ae5689c2fbf5b440976d6e72c5fc (diff) | |
| download | meta-openembedded-dc344220372d35c1ef6db8b61aa2492dfd6e6864.tar.gz | |
lockdev: Fix build with glibc 2.28+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lockdev/lockdev_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/lockdev/lockdev_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lockdev/lockdev_git.bb b/meta-oe/recipes-support/lockdev/lockdev_git.bb index 507ce3fe57..5ad7f0c503 100644 --- a/meta-oe/recipes-support/lockdev/lockdev_git.bb +++ b/meta-oe/recipes-support/lockdev/lockdev_git.bb | |||
| @@ -6,7 +6,9 @@ LIC_FILES_CHKSUM="file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | PV = "1.0.3+git${SRCPV}" | 6 | PV = "1.0.3+git${SRCPV}" |
| 7 | 7 | ||
| 8 | SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795" | 8 | SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795" |
| 9 | SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git" | 9 | SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git \ |
| 10 | file://0001-include-sys-sysmacros.h-for-major-minor-definitions.patch \ | ||
| 11 | " | ||
| 10 | 12 | ||
| 11 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 12 | 14 | ||
