mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
Add staging for loudmouth
git-svn-id: https://svn.o-hand.com/repos/poky@64 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,8 +2,15 @@ LICENSE = "LGPL"
|
|||||||
DEPENDS = "glib-2.0 gnutls"
|
DEPENDS = "glib-2.0 gnutls"
|
||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
|
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
|
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
oe_libinstall -so -C loudmouth libloudmouth-1 ${STAGING_LIBDIR}
|
||||||
|
|
||||||
|
install -d ${STAGING_INCDIR}/${PN}/
|
||||||
|
install -m 0644 ${S}/${PN}/*.h ${STAGING_INCDIR}/${PN}/
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user