* [PATCH] update libftdi recipe
@ 2010-07-27 8:44 Jaap de Jong
2010-07-27 8:54 ` Henning Heinold
2010-07-27 13:33 ` Jaap de Jong
0 siblings, 2 replies; 5+ messages in thread
From: Jaap de Jong @ 2010-07-27 8:44 UTC (permalink / raw)
To: openembedded-devel
Hi,
below an update for building an up-to-date version of libftdi.
thanks and best regards,
Jaap
---
diff --git a/recipes/libftdi/ftdi-eeprom-native_0.3.bb
b/recipes/libftdi/ftdi-eeprom-native_0.3.bb
new file mode 100644
index 0000000..ab30273
--- /dev/null
+++ b/recipes/libftdi/ftdi-eeprom-native_0.3.bb
@@ -0,0 +1,6 @@
+require ftdi-eeprom_${PV}.bb
+
+inherit native
+
+DEPENDS = "libftdi-native confuse-native"
+
diff --git a/recipes/libftdi/ftdi-eeprom_0.3.bb
b/recipes/libftdi/ftdi-eeprom_0.3.bb
new file mode 100644
index 0000000..1289abe
--- /dev/null
+++ b/recipes/libftdi/ftdi-eeprom_0.3.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A tool for creating, uploading, and erasing the
configuration EEPROM for a FT232BM/FT245BM FTDI chip."
+HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi"
+LICENSE = "GPLv2"
+SECTION = "console/utils"
+
+DEPENDS = "libftdi confuse"
+
+SRC_URI = " \
+
http://www.intra2net.com/en/developer/libftdi/download/ftdi_eeprom-${PV}.tar.gz
\
+ "
+
+SRC_URI[md5sum] = "331652a593f0b0afd5f2874b37b7973a"
+SRC_URI[sha256sum] =
"7b40ec5abb2c93362b9636974e4e4715cb588121c1e1da09d7f499ac7f12d056"
+
+S = "${WORKDIR}/ftdi_eeprom-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-docs"
+
diff --git a/recipes/libftdi/libftdi-native_0.18.bb
b/recipes/libftdi/libftdi-native_0.18.bb
new file mode 100644
index 0000000..4ee0fb6
--- /dev/null
+++ b/recipes/libftdi/libftdi-native_0.18.bb
@@ -0,0 +1,6 @@
+require libftdi_${PV}.bb
+
+inherit native
+
+DEPENDS = "libusb-native cmake-native"
+
diff --git a/recipes/libftdi/libftdi_0.18.bb
b/recipes/libftdi/libftdi_0.18.bb
new file mode 100644
index 0000000..7ee5f77
--- /dev/null
+++ b/recipes/libftdi/libftdi_0.18.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A library to talk to FTDI chips: including
FT232BM/245BM, FT2232C/D and FT232/245R"
+HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi"
+LICENSE = "GPLv2"
+SECTION = "libs"
+
+DEPENDS = "libusb"
+
+SRC_URI = " \
+
http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PV}.tar.gz
\
+ "
+
+SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726"
+SRC_URI[sha256sum] =
"5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62"
+
+inherit autotools cmake
+
+do_stage() {
+ autotools_stage_all
+}
+
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] update libftdi recipe
2010-07-27 8:44 [PATCH] update libftdi recipe Jaap de Jong
@ 2010-07-27 8:54 ` Henning Heinold
2010-07-27 11:22 ` Jaap de Jong
2010-07-27 13:33 ` Jaap de Jong
1 sibling, 1 reply; 5+ messages in thread
From: Henning Heinold @ 2010-07-27 8:54 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jul 27, 2010 at 10:44:03AM +0200, Jaap de Jong wrote:
> Hi,
>
> below an update for building an up-to-date version of libftdi.
>
> thanks and best regards,
>
> Jaap
> ---
> +do_stage() {
> + autotools_stage_all
> +}
> +
Hi,
the lines above arent needed anymore the do_install from inherit autotools is enough.
Bye Henning
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] update libftdi recipe
2010-07-27 8:44 [PATCH] update libftdi recipe Jaap de Jong
2010-07-27 8:54 ` Henning Heinold
@ 2010-07-27 13:33 ` Jaap de Jong
1 sibling, 0 replies; 5+ messages in thread
From: Jaap de Jong @ 2010-07-27 13:33 UTC (permalink / raw)
To: openembedded-devel
Hi
below an updated version of libftdi.
I've dropped the libftdi-native and ftdi-eeprom-native recipes.
I don't even know why they are available in earlier versions...
When do you need a native recipe?
Jaap de Jong
---
diff --git a/recipes/libftdi/ftdi-eeprom_0.3.bb
b/recipes/libftdi/ftdi-eeprom_0.3.bb
new file mode 100644
index 0000000..1289abe
--- /dev/null
+++ b/recipes/libftdi/ftdi-eeprom_0.3.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A tool for creating, uploading, and erasing the
configuration EEPROM for a FT232BM/FT245BM FTDI chip."
+HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi"
+LICENSE = "GPLv2"
+SECTION = "console/utils"
+
+DEPENDS = "libftdi confuse"
+
+SRC_URI = " \
+
http://www.intra2net.com/en/developer/libftdi/download/ftdi_eeprom-${PV}.tar.gz
\
+ "
+
+SRC_URI[md5sum] = "331652a593f0b0afd5f2874b37b7973a"
+SRC_URI[sha256sum] =
"7b40ec5abb2c93362b9636974e4e4715cb588121c1e1da09d7f499ac7f12d056"
+
+S = "${WORKDIR}/ftdi_eeprom-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-docs"
+
diff --git a/recipes/libftdi/libftdi_0.18.bb
b/recipes/libftdi/libftdi_0.18.bb
new file mode 100644
index 0000000..44616bd
--- /dev/null
+++ b/recipes/libftdi/libftdi_0.18.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A library to talk to FTDI chips: including
FT232BM/245BM, FT2232C/D and FT232/245R"
+HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi"
+LICENSE = "GPLv2"
+SECTION = "libs"
+
+DEPENDS = "libusb"
+
+SRC_URI = " \
+
http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PV}.tar.gz
\
+ "
+
+SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726"
+SRC_URI[sha256sum] =
"5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62"
+
+inherit autotools cmake
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-27 15:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 8:44 [PATCH] update libftdi recipe Jaap de Jong
2010-07-27 8:54 ` Henning Heinold
2010-07-27 11:22 ` Jaap de Jong
2010-07-27 15:19 ` Henning Heinold
2010-07-27 13:33 ` Jaap de Jong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.