-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3: update using python updates as template
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
- Loading branch information
Showing
3 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,8 +115,7 @@ define Build/InstallDev | |
$(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \ | ||
$(1)/usr/lib/ | ||
$(CP) \ | ||
$(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \ | ||
$(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \ | ||
$(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
commodo
Author
Contributor
|
||
$(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \ | ||
$(1)/usr/lib/pkgconfig | ||
$(CP) \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I got this error when i only chose python and python base
is this caused by this commit?