diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/lockdev | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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 0000000000..919487f819 --- /dev/null +++ b/meta-oe/recipes-support/lockdev/lockdev_git.bb | |||
@@ -0,0 +1,20 @@ | |||
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 | |||
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 | } | ||