mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +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:
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user