diff options
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 | ||