diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 08:10:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 13:20:50 +0100 |
commit | 3a46027b159c5dd22934d7ad6ebedc2bb551727a (patch) | |
tree | 5e565079bd18d78be924401babbed31ecbbc609b /meta-oe/recipes-extended | |
parent | 77ce4f048e1b574f0f272bebc25bf85eb6502825 (diff) | |
download | meta-openembedded-3a46027b159c5dd22934d7ad6ebedc2bb551727a.tar.gz |
libplist: add 1.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/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 000000000..9c218fbeb --- /dev/null +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "A library to handle Apple Property List format whereas it's binary or XML" | ||
2 | |||
3 | LICENSE = "GPLv2 & LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ | ||
5 | file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7" | ||
6 | |||
7 | DEPENDS = "libxml2 glib-2.0 swig python" | ||
8 | |||
9 | inherit cmake pkgconfig | ||
10 | |||
11 | SRC_URI = "http://www.libimobiledevice.org/downloads/libplist-${PV}.tar.bz2" | ||
12 | SRC_URI[md5sum] = "2a9e0258847d50f9760dc3ece25f4dc6" | ||
13 | SRC_URI[sha256sum] = "a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec" | ||
14 | |||
15 | PACKAGES =+ "${PN}-utils ${PN}++" | ||
16 | FILES_${PN} = "${libdir}/libplist${SOLIBS}" | ||
17 | FILES_${PN}++ = "${libdir}/libplist++${SOLIBS}" | ||
18 | FILES_${PN}-utils = "${bindir}/*" | ||
19 | |||