diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 22:35:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 22:35:09 +0000 |
commit | 3eb6f4614079df0b36b54164d6d6bc34ca7ce9ee (patch) | |
tree | 97062df0d4a0a1021993e11bf72d649acfe9db0a /rhythmbox/rhythmbox_0.8.5.oe | |
parent | 1a6c39c1b8b1b70afd800b82e5aea83be700a692 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 00:28:12+02:00 vanille.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/packages
2004/07/27 00:25:53+02:00 vanille.de!mickeyl
reduce duplicated modules in machine configurations
2004/07/26 22:55:52+01:00 nexus.co.uk!pb
set DEFAULT_PREFERENCE=1 so that oemake prefers it over version 2.0
2004/07/26 22:08:47+01:00 nexus.co.uk!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/26 22:07:37+01:00 nexus.co.uk!pb
update gtk to 2.4.4
2004/07/26 21:48:34+01:00 (none)!pb
add --export-dynamic to LDFLAGS
2004/07/26 21:47:42+01:00 (none)!pb
set ORBIT_IDL in do_compile
BKrev: 4105871divQBk4byqxFye_T1td67Zw
Diffstat (limited to 'rhythmbox/rhythmbox_0.8.5.oe')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index 79b20cd20d..8dc2d14bcf 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -17,3 +17,8 @@ do_configure_prepend() { } inherit autotools + +do_compile() { + oe_runmake ORBIT_IDL=`which orbit-idl-2` +} + |