diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-03 13:41:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-04 15:52:35 +0200 |
commit | 166621a82f9867ffb58d652aece613931978bc3a (patch) | |
tree | 2e460866e23b757dfb767b9125be467e50f6c84c /meta-oe/recipes-support/lockdev | |
parent | d4c73cbdfede37e9dce069e8770c112f16ce0b5a (diff) | |
download | meta-openembedded-166621a82f9867ffb58d652aece613931978bc3a.tar.gz |
lockdev: Add recipe based on upcoming 1.0.4 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/lockdev')
-rw-r--r-- | meta-oe/recipes-support/lockdev/lockdev_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lockdev/lockdev_git.bb b/meta-oe/recipes-support/lockdev/lockdev_git.bb new file mode 100644 index 000000000..beec5a673 --- /dev/null +++ b/meta-oe/recipes-support/lockdev/lockdev_git.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "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;protocol=git" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit lib_package autotools | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | ./scripts/git-version > VERSION | ||
17 | |||
18 | # Make automake happy | ||
19 | touch ChangeLog | ||
20 | } | ||