[oe-commits] Frans Meulenbroeks : urjtag: added git version

git version control git at git.openembedded.org
Thu Aug 12 10:25:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 44ded83e917c4d8b47b215648efc2860f794c764
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=44ded83e917c4d8b47b215648efc2860f794c764

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Aug 12 12:24:28 2010 +0200

urjtag: added git version

added git version as git head supports jtag over gpio.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/urjtag/urjtag_git.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/urjtag/urjtag_git.bb b/recipes/urjtag/urjtag_git.bb
new file mode 100644
index 0000000..1159c1f
--- /dev/null
+++ b/recipes/urjtag/urjtag_git.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "UrJTAG is a universal JTAG library, servers and tools"
+HOMEPAGE = "http://urjtag.org/"
+LICENSE = "GPLv2"
+DEPENDS = "libftdi libusb gettext readline"
+
+SRCREV = "fc8686b8dd545f54d25e77f65e43f4d774bc46"
+
+PV = "0.10"
+PR = "r0"
+PR_append = "+gitr${SRCPV}"
+
+S = "${WORKDIR}/git/urjtag"
+
+SRC_URI = "git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag;protocol=git;branch=master \
+	"
+inherit autotools
+
+# no idea why -s would make a difference but without it configure fails.
+# guess the symlink is created before the actual content is there
+EXTRA_AUTORECONF = "-s"
+
+do_install () {
+        oe_runmake DESTDIR=${D} MKINSTALLDIRS="${S}/tools/mkinstalldirs" install
+}





More information about the Openembedded-commits mailing list