From patchwork Wed Oct 3 13:41:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,2/4] lockdev: Add recipe based on upcoming 1.0.4 version Date: Wed, 03 Oct 2012 13:41:31 -0000 From: Otavio Salvador X-Patchwork-Id: 37703 Message-Id: <1349271693-6378-2-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- meta-oe/recipes-support/lockdev/lockdev_git.bb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/lockdev/lockdev_git.bb 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 +}