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:
adfe481
)
gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build).
author
Robert Schuster
<thebohemian@gmx.net>
Thu, 21 Aug 2008 14:52:12 +0000
(14:52 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Thu, 21 Aug 2008 14:52:12 +0000
(14:52 +0000)
packages/gnome/gnome-panel_2.18.1.bb
patch
|
blob
|
history
diff --git
a/packages/gnome/gnome-panel_2.18.1.bb
b/packages/gnome/gnome-panel_2.18.1.bb
index
933be7f
..
0192d86
100644
(file)
--- a/
packages/gnome/gnome-panel_2.18.1.bb
+++ b/
packages/gnome/gnome-panel_2.18.1.bb
@@
-1,5
+1,5
@@
LICENSE = "GPL"
-DEPENDS = "startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus"
+DEPENDS = "startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus
orbit2-native
"
PR = "r1"
@@
-16,6
+16,8
@@
FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*"
FILES_${PN} =+ "${datadir}/gnome* \
${datadir}/icons"
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+
do_stage() {
autotools_stage_all
}