[oe-commits] Frans Meulenbroeks : urjtag: new recipe

git version control git at git.openembedded.org
Sun Aug 8 15:43:16 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Aug  8 17:42:20 2010 +0200

urjtag: new recipe

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

---

 .../urjtag-0.10/Makefile.am-remove-dups.patch      |   12 ++++++++++++
 recipes/urjtag/urjtag_0.10.bb                      |   15 +++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/urjtag/urjtag-0.10/Makefile.am-remove-dups.patch b/recipes/urjtag/urjtag-0.10/Makefile.am-remove-dups.patch
new file mode 100644
index 0000000..007b766
--- /dev/null
+++ b/recipes/urjtag/urjtag-0.10/Makefile.am-remove-dups.patch
@@ -0,0 +1,12 @@
+Index: urjtag-0.10/data/Makefile.am
+===================================================================
+--- urjtag-0.10.orig/data/Makefile.am
++++ urjtag-0.10/data/Makefile.am
+@@ -74,7 +74,6 @@ nobase_dist_pkgdata_DATA = \
+ 	analog/bf548/bf548 \
+ 	analog/bf561/STEPPINGS \
+ 	analog/bf561/bf561 \
+-	analog/PARTS \
+ 	analog/sharc21065l/STEPPINGS \
+ 	analog/sharc21065l/sharc21065l \
+ 	brecis/PARTS \
diff --git a/recipes/urjtag/urjtag_0.10.bb b/recipes/urjtag/urjtag_0.10.bb
new file mode 100644
index 0000000..e226214
--- /dev/null
+++ b/recipes/urjtag/urjtag_0.10.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "UrJTAG is a universal JTAG library, servers and tools"
+HOMEPAGE = "http://urjtag.org/"
+LICENSE = "GPL"
+DEPENDS = "libftdi libusb gettext readline"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/urjtag/${P}.tar.bz2 \
+	file://Makefile.am-remove-dups.patch \
+	"
+
+inherit autotools
+
+SRC_URI[md5sum] = "c685c9bb33bbfa73d6ab7bacb92e6268"
+SRC_URI[sha256sum] = "7b740416240923ce3610c5253112ee4eac890461b7af982859ff24d41c5778b7"





More information about the Openembedded-commits mailing list