[oe-commits] Otavio Salvador : lockdev: Add recipe based on upcoming 1.0.4 version

git at git.openembedded.org git at git.openembedded.org
Thu Oct 4 14:02:04 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 166621a82f9867ffb58d652aece613931978bc3a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=166621a82f9867ffb58d652aece613931978bc3a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Oct  3 13:41:31 2012 +0000

lockdev: Add recipe based on upcoming 1.0.4 version

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 0000000..beec5a6
--- /dev/null
+++ b/meta-oe/recipes-support/lockdev/lockdev_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Locking devices library" 
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM="file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+PV = "1.0.3+git${SRCPV}"
+
+SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795"
+SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit lib_package autotools
+
+do_configure_prepend () {
+    ./scripts/git-version > VERSION
+
+    # Make automake happy
+    touch ChangeLog
+}





More information about the Openembedded-commits mailing list