1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Upgrade gnome-keyring

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2320 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-02 10:06:05 +00:00
parent 315af761b5
commit 7c5722e826
2 changed files with 12 additions and 21 deletions
@@ -1,21 +0,0 @@
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}
}
@@ -0,0 +1,12 @@
LICENSE = "GPL"
SECTION = "x11/gnome"
inherit autotools gnome pkgconfig
DEPENDS = "gtk+"
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
autotools_stage_all
}