[Bug 3855] New: lemon-native can't find template file lempar.c
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Sat Feb 23 16:19:49 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=3855
Summary: lemon-native can't find template file lempar.c
Product: Openembedded
Version: Angstrom unstable
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: mad_soft at inbox.ru
Created an attachment (id=6010)
--> (http://bugs.openembedded.net/attachment.cgi?id=6010)
lemon-native recipe patch
lemon-native is unusable, because it's recipe installs template file lempar.c
into ${STAGING_DATADIR}/lemon/ and lemon can't find it there. In fact, lemon
seems to search for lempar.c in following places:
1. current directory
2. base directory of lemon binary
3. other directories in $PATH
So we have two choices - either patch lemon or install lempar.c into
${STAGING_BINDIR}. I prefer second, though it's against FHS. See attached
patch (in it I also bumped lemon version to 3.5.4, because SRC_URI for 3.3.5 is
no longer accessible).
--
Configure bugmail: http://bugs.openembedded.net/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