[oe-issues] [Bug 2364] Path hardcoded in gtk-engines .bb file
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri May 25 12:21:07 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2364
--- Comment #3 from Rolf Leggewie <bugs.openembedded.org at rolf.leggewie.biz> 2007-05-25 05:21:07 ---
(In reply to comment #2)
> The problem is in the .bb file (till now, I haven't time to install it and test
> it).
install a bb file? You are talking utter rubbish, brother ;-)
> The problem with the path is that it depends on the version of gtk+ library
> used. For examaple, to generate the pacakge, I've modified the .bb files
> locally to change the path from:
>
> gtk-2.0/2.4.0/engines/
>
> to:
>
> gtk-2.0/2.10.0/engines/
Are you talking about
$ rgrep gtk-2.0/2.4 packages/gtk-engines/
packages/gtk-engines/gtk-engines_2.6.1.bb: engines_root =
os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines")
packages/gtk-engines/gtk-engines_2.6.3.bb: engines_root =
os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines")
packages/gtk-engines/gtk-smooth-engine_0.5.8.bb:FILES_${PN} =
"${libdir}/gtk-2.0/2.4.0/engines/libsmooth.so"
packages/gtk-engines/gtk-engines_2.6.5.bb: engines_root =
os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines")
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list