[oe-commits] org.oe.dev gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build).

thebohemian commit oe at amethyst.openembedded.net
Mon Sep 1 18:17:46 UTC 2008


gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build).

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: babbeefb09205c4e398c7787d72ff073be8f1d33
ViewMTN: http://monotone.openembedded.org/revision/info/babbeefb09205c4e398c7787d72ff073be8f1d33
Files:
1
packages/gnome/gnome-panel_2.18.1.bb
Diffs:

#
# mt diff -r84cc4ff5c1f228bfc2669c7a017278f7242839f5 -rbabbeefb09205c4e398c7787d72ff073be8f1d33
#
#
#
# patch "packages/gnome/gnome-panel_2.18.1.bb"
#  from [66a10c63ee606cf23e62708ca3345f5866138f6e]
#    to [94a05d1197132a1dca6f18f2d7d3335340a81a5d]
#
============================================================
--- packages/gnome/gnome-panel_2.18.1.bb	66a10c63ee606cf23e62708ca3345f5866138f6e
+++ packages/gnome/gnome-panel_2.18.1.bb	94a05d1197132a1dca6f18f2d7d3335340a81a5d
@@ -1,5 +1,5 @@ LICENSE = "GPL"
 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_${PN} =+ "${datadir}/gnome* \
 FILES_${PN} =+ "${datadir}/gnome* \
                 ${datadir}/icons"
 
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+
 do_stage() {
         autotools_stage_all
 }






More information about the Openembedded-commits mailing list