git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a9169
)
another package compiles
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 15 Jun 2004 19:59:45 +0000
(19:59 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 15 Jun 2004 19:59:45 +0000
(19:59 +0000)
BKrev: 40cf5531ZZyivhsL26co8N5d9grdsw
gnome/gnome-keyring_0.2.1.oe
patch
|
blob
|
history
diff --git
a/gnome/gnome-keyring_0.2.1.oe
b/gnome/gnome-keyring_0.2.1.oe
index
e69de29
..
dd491be
100644
(file)
--- a/
gnome/gnome-keyring_0.2.1.oe
+++ b/
gnome/gnome-keyring_0.2.1.oe
@@
-0,0
+1,19
@@
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2"
+
+inherit autotools libtool pkgconfig
+
+DEPENDS = ""
+
+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}
+}