[oe-commits] Koen Kooi : enblend-efuse: add 4.0

git version control git at git.openembedded.org
Wed Sep 22 18:29:29 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Sep 22 13:23:20 2010 +0200

enblend-efuse: add 4.0

---

 recipes/enblend/enblend-enfuse_4.0.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/enblend/enblend-enfuse_4.0.bb b/recipes/enblend/enblend-enfuse_4.0.bb
new file mode 100644
index 0000000..63aa469
--- /dev/null
+++ b/recipes/enblend/enblend-enfuse_4.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Enblend/Enfuse - combine image with no seams"
+LICENSE = "GPLv2"
+
+DEPENDS = "tiff jpeg plotutils boost"
+
+SRC_URI = "http://downloads.sourceforge.net/project/enblend/enblend-enfuse/enblend-enfuse-${PV}/enblend-enfuse-${PV}.tar.gz"
+SRC_URI[md5sum] = "2e7c950061e0085fd75d94576130250f"
+SRC_URI[sha256sum] = "a12a44c2a07894f27e1d5a1675728175a943c89b91c1ac9abacce62f08c253c4"
+
+S = "${WORKDIR}/enblend-enfuse-4.0-753b534c819d"
+
+inherit autotools
+
+# Disable parallel make, the link step takes >2GB of ram otherwise
+PARALLEL_MAKE = ""
+





More information about the Openembedded-commits mailing list