diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-devtools/giflib | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-devtools/giflib')
-rw-r--r-- | meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb new file mode 100644 index 0000000000..1f853083ce --- /dev/null +++ b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "shared library for GIF images" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a" | ||
5 | PR = "r3" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | EXTRA_OECONF = "--disable-x11" | ||
12 | |||
13 | PACKAGES += "${PN}-utils" | ||
14 | FILES_${PN} = "${libdir}/libgif.so.*" | ||
15 | FILES_${PN}-utils = "${bindir}" | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||
18 | |||
19 | SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f" | ||
20 | SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed" | ||