Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meta Ros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uav-hds
intel-aero
Meta Ros
Commits
5966f291
Commit
5966f291
authored
12 years ago
by
Lukas Bulwahn
Browse files
Options
Downloads
Patches
Plain Diff
trying to extract the setting from easyinstall.sh and insert it correctly again
parent
8a34fa39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meta/classes/distutils.bbclass
+4
-0
4 additions, 0 deletions
meta/classes/distutils.bbclass
with
4 additions
and
0 deletions
meta/classes/distutils.bbclass
+
4
−
0
View file @
5966f291
...
...
@@ -59,6 +59,9 @@ distutils_do_install() {
done
fi
set EASYINSTALL_${PN}="`sed '1d;$d' ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth`"
echo "${EASYINSTALL_${PN}}"
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth
#
...
...
@@ -82,3 +85,4 @@ EOF
EXPORT_FUNCTIONS do_compile do_install
export LDSHARED="${CCLD} -shared"
export EASYINSTALL_${PN}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment