[oe-issues] [Bug 3375] New: meta-toolchain does not fix pkgconfig data files path properly
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Nov 27 09:19:53 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=3375
Summary: meta-toolchain does not fix pkgconfig data files path
properly
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: john_lee at openmoko.com
Created an attachment (id=3426)
--> (http://bugs.openembedded.org/attachment.cgi?id=3426)
patch againest meta-toolchain.bb
originally it is
sed -i 's%${STAGING_DIR}%/usr/local/${TARGET_ARCH}/oe%g' "$f"
but "/usr/local/${TARGET_ARCH}/oe" is different from ${prefix} now, and the
toolchain is supposed to be installed under ${prefix}.
Patched it to use ${prefix} instead.
--
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