| Submitter | Otavio Salvador |
|---|---|
| Date | Oct. 17, 2011, 1:06 p.m. |
| Message ID | <914e717b651c0891badce01c1a6c5591457a2c1b.1318856759.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/13351/ |
| State | Accepted |
| Headers | show |
Comments
-----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-----
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.
-----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-----
Patch
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} +}
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