diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
commit | 081432e434818a616a523f9f2bb18e707e4e68e3 (patch) | |
tree | 66e473e317db4a0f1056c474b26fdefde6e6ec6e /packages/gnome/libbonobo_2.6.2.bb | |
parent | 12bb4c41c375d36b596ba4eb0a9c8ce1d6ace10e (diff) |
Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the mailing list. There should be no functionality changes yet.
Diffstat (limited to 'packages/gnome/libbonobo_2.6.2.bb')
-rw-r--r-- | packages/gnome/libbonobo_2.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome/libbonobo_2.6.2.bb b/packages/gnome/libbonobo_2.6.2.bb index f2374b953f..2eee5fd6d8 100644 --- a/packages/gnome/libbonobo_2.6.2.bb +++ b/packages/gnome/libbonobo_2.6.2.bb @@ -6,7 +6,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.6/libbonobo-${PV}. file://gtk-doc.m4 \ file://gtk-doc.make" DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" -ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" +ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \ |