2011/5/13 Jane Andreas <[email protected]>:
> Hello  All,
>
> I am trying to compile an instrument tuner for Jlime (either FMit or
> Lingot), but my quest screeched to a halt after an error.
>
> I am using this page:
> http://en.qi-hardware.com/wiki/JlimeToolchain
>
> note that line 6 of the last box before the "Testing local opkg-target"
> heading contains the "
>
>
> mipsel//etc/op"
> error
> I am not sure if it is supposed to have 2 slashes, but I removed one.
>
>
> when I try to update opkg-target, I get:
>
> eka@eka-laptop:~/jlime-toolchain$ opkg-target update
> /home/eka/jlime-toolchain/usr/local/jlime-2010.1/mipsel/bin/opkg-cl: error
> while loading shared libraries: libcurl.so.4: cannot open shared object
> file: No such file or directory
>
>
> Please help a noob like me, I simply want a digital tuner for my
> guitar/flute/trumpet/etc.
>
> But I do not mind getting sucked into the geek Free software world
>
> If we do not adapt and customize it (tuner programs) , what good are the 4
> Freedoms?
>
> I await a solution

Not sure about Jlime toolchain but I have made recipe for lingot after
your first letter about it.
It is still untested on target (only build was tested). I don't like
commit another untested recipe to OpenEmbedded tree (like I've done
already for aewan and gpredict)..

I've attached both git patch and recipe itself. It would be great if
someone will test it on target. Then I'll push it to OE tree.

-- 
Yury Bushmelev
From 9f3ca28296ef72650d7e21e017f84352e5e16ff4 Mon Sep 17 00:00:00 2001
From: Yuri Bushmelev <[email protected]>
Date: Sat, 30 Apr 2011 14:00:12 +0400
Subject: [PATCH] lingot: new recipe: LINGOT is a musical instrument tuner

Signed-off-by: Yuri Bushmelev <[email protected]>
---
 recipes/lingot/lingot_0.9.0.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 recipes/lingot/lingot_0.9.0.bb

diff --git a/recipes/lingot/lingot_0.9.0.bb b/recipes/lingot/lingot_0.9.0.bb
new file mode 100644
index 0000000..87f0733
--- /dev/null
+++ b/recipes/lingot/lingot_0.9.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "LINGOT is a musical instrument tuner"
+HOMEPAGE = "http://www.nongnu.org/lingot/";
+SECTION = "x11"
+DEPENDS = "gtk+ libglade alsa-lib gettext intltool"
+LICENSE = "GPL"
+
+SRC_URI = "${SAVANNAH_MIRROR}/releases/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF="--disable-jack"
+
+SRC_URI[md5sum] = "363612bd55d3dc204d23cd26e25ef1f5"
+SRC_URI[sha256sum] = "ab1fc0cc45e03da6d7c92711bbd8e1691816c2e209108c80f99a54746912e11f"
-- 
1.7.2.5

Attachment: lingot_0.9.0.bb
Description: Binary data

_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion

Reply via email to