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:
b15cd81
)
libgnome_2.14.1.bb : new version
author
Graeme Gregory
<dp@xora.org.uk>
Mon, 4 Sep 2006 11:32:03 +0000
(11:32 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Mon, 4 Sep 2006 11:32:03 +0000
(11:32 +0000)
packages/gnome/libgnome_2.14.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/gnome/libgnome_2.14.1.bb
b/packages/gnome/libgnome_2.14.1.bb
new file mode 100644
(file)
index 0000000..
e5a681a
--- /dev/null
+++ b/
packages/gnome/libgnome_2.14.1.bb
@@ -0,0
+1,14
@@
+DESCRIPTION = "Gnome application programming libraries"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+inherit gnome
+
+DEPENDS = "gconf-native gnome-vfs libbonobo"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+autotools_stage_all
+}