[oe-commits] Koen Kooi : libplist: add 1.8

git at git.openembedded.org git at git.openembedded.org
Tue Jan 24 15:22:01 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 3a46027b159c5dd22934d7ad6ebedc2bb551727a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3a46027b159c5dd22934d7ad6ebedc2bb551727a

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 24 08:10:51 2012 +0100

libplist: add 1.8

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libimobiledevice/libplist_1.8.bb               |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb
new file mode 100644
index 0000000..9c218fb
--- /dev/null
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A library to handle Apple Property List format whereas it's binary or XML"
+
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
+                    file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7"
+
+DEPENDS = "libxml2 glib-2.0 swig python"
+
+inherit cmake pkgconfig
+
+SRC_URI = "http://www.libimobiledevice.org/downloads/libplist-${PV}.tar.bz2"
+SRC_URI[md5sum] = "2a9e0258847d50f9760dc3ece25f4dc6"
+SRC_URI[sha256sum] = "a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec"
+
+PACKAGES =+ "${PN}-utils ${PN}++"
+FILES_${PN} = "${libdir}/libplist${SOLIBS}"
+FILES_${PN}++ = "${libdir}/libplist++${SOLIBS}"
+FILES_${PN}-utils = "${bindir}/*"
+





More information about the Openembedded-commits mailing list