On 03/21/2012 07:25 AM, Samuel Stirtzel wrote:
* This move will allow the testing of meta-kde for users without 
meta-openembedded.

So what other layers are using giflib?

Your suggesting that we need to have it in oe-core so people don't need to add the meta-openembedded layer when using meta-kde?

I am just trying to get more data before making a decision.

Thanks
        Sau!


Signed-off-by: Samuel Stirtzel<[email protected]>
---
  meta/recipes-devtools/giflib/giflib_4.1.6.bb |   20 ++++++++++++++++++++
  1 files changed, 20 insertions(+), 0 deletions(-)
  create mode 100644 meta/recipes-devtools/giflib/giflib_4.1.6.bb

diff --git a/meta/recipes-devtools/giflib/giflib_4.1.6.bb 
b/meta/recipes-devtools/giflib/giflib_4.1.6.bb
new file mode 100644
index 0000000..bd7b495
--- /dev/null
+++ b/meta/recipes-devtools/giflib/giflib_4.1.6.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "shared library for GIF images"
+SECTION = "libs"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
+
+inherit autotools
+
+DEPENDS = "libsm"
+
+PACKAGES += "${PN}-utils"
+FILES_${PN} = "${libdir}/libgif.so.*"
+FILES_${PN}-utils = "${bindir}"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
+SRC_URI[sha256sum] = 
"e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to