mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Add gnome-keyring
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1599 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
21
meta/packages/gnome/gnome-keyring_0.4.4.bb
Normal file
21
meta/packages/gnome/gnome-keyring_0.4.4.bb
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
LICENSE = "GPL"
|
||||||
|
SECTION = "x11/gnome"
|
||||||
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.4/${PN}-${PV}.tar.bz2"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
DEPENDS = "gtk+"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--disable-gtk-doc"
|
||||||
|
|
||||||
|
HEADERS = " \
|
||||||
|
gnome-keyring.h \
|
||||||
|
"
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
install -d ${STAGING_INCDIR}/gnome-keyring-1
|
||||||
|
for i in ${HEADERS}; do
|
||||||
|
install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i
|
||||||
|
done
|
||||||
|
oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user