* [meta-oe][PATCH 0/1] Add digitemp
@ 2011-10-17 13:06 Otavio Salvador
2011-10-17 13:06 ` [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-10-17 13:06 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit fc95672460522ab79ad8fc5d1eb96e58e3358fe8:
README: add top level readme, update meta-oe one (2011-10-17 09:27:01 +0200)
are available in the git repository at:
git://github.com/OSSystems/meta-oe master
https://github.com/OSSystems/meta-oe/tree/master
Otavio Salvador (1):
digitemp: add 3.6.0 version
meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
--
1.7.2.5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version
2011-10-17 13:06 [meta-oe][PATCH 0/1] Add digitemp Otavio Salvador
@ 2011-10-17 13:06 ` Otavio Salvador
2011-10-17 13:17 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-10-17 13:06 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
new file mode 100644
index 0000000..7d89e9b
--- /dev/null
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "read temperature sensors in a 1-Wire net"
+SECTION = "util"
+PRIORITY = "optional"
+DEPENDS = "libusb"
+LICENSE = "GPL-2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
+PR = "r0"
+
+SRC_URI = "http://www.digitemp.com/software/linux/digitemp-3.6.0.tar.gz"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}${sbindir}
+ install digitemp_* ${D}${sbindir}
+}
--
1.7.2.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version
2011-10-17 13:06 ` [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version Otavio Salvador
@ 2011-10-17 13:17 ` Koen Kooi
2011-10-17 14:13 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-10-17 13:17 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 17-10-11 15:06, Otavio Salvador schreef:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> ---
> meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | 16
> ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create
> mode 100644 meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
>
> diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
> b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb new file mode
> 100644 index 0000000..7d89e9b --- /dev/null +++
> b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb @@ -0,0 +1,16 @@
> +DESCRIPTION = "read temperature sensors in a 1-Wire net" +SECTION =
> "util" +PRIORITY = "optional"
PRIORITY isn't used anymore
> +DEPENDS = "libusb"
libusb 0.x or libusb 1.x?
> +LICENSE = "GPL-2"
GPLv2?
> +LIC_FILES_CHKSUM =
> "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" +PR = "r0"
As stated before, PR is going away so I will not accept patches adding
default values when in some weeks from now we'll need to remove them all.
> + +SRC_URI =
> "http://www.digitemp.com/software/linux/digitemp-3.6.0.tar.gz"
use ${PV} in the uri?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFOnCr9MkyGM64RGpERAnAyAKCmYywmNETYv/V630l2e7vD1jY5IgCbBIKR
gHwLixIRe8MFM40O+T5l3rs=
=Yc9q
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version
2011-10-17 13:17 ` Koen Kooi
@ 2011-10-17 14:13 ` Otavio Salvador
2011-10-17 14:33 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-10-17 14:13 UTC (permalink / raw)
To: openembedded-devel
On Mon, Oct 17, 2011 at 11:17, Koen Kooi <koen@dominion.thruhere.net> wrote:
...
I've done all those changes and updated my meta-oe repository in
github. If you can pull it I will be thankful. If required I can
resend the patch but don't seem to be worth it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version
2011-10-17 14:13 ` Otavio Salvador
@ 2011-10-17 14:33 ` Koen Kooi
0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-10-17 14:33 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 17-10-11 16:13, Otavio Salvador schreef:
> On Mon, Oct 17, 2011 at 11:17, Koen Kooi <koen@dominion.thruhere.net>
> wrote: ...
>
> I've done all those changes and updated my meta-oe repository in github.
> If you can pull it I will be thankful. If required I can resend the patch
> but don't seem to be worth it.
Applied (well, cherry-picked), thanks!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFOnDy9MkyGM64RGpERAnW4AKCxrkzcixCUO8TiE6MGRUdqkDrgXgCfS+8O
ai5BkijDQEQRU2oX8+Je3rQ=
=0CDl
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-17 14:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 13:06 [meta-oe][PATCH 0/1] Add digitemp Otavio Salvador
2011-10-17 13:06 ` [meta-oe][PATCH 1/1] digitemp: add 3.6.0 version Otavio Salvador
2011-10-17 13:17 ` Koen Kooi
2011-10-17 14:13 ` Otavio Salvador
2011-10-17 14:33 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox