Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
e592a370
Commit
e592a370
authored
Jul 14, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiles libdsme with -fPIC and corrects .so installation
parent
4af4aeb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
libdsme_git.bb
recipes-qt/qt5/libdsme_git.bb
+20
-0
No files found.
recipes-qt/qt5/libdsme_git.bb
View file @
e592a370
...
@@ -13,8 +13,28 @@ PR = "r1"
...
@@ -13,8 +13,28 @@ PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git"
do_compile_prepend () {
export CFLAGS="$CFLAGS -fPIC"
}
do_install() {
do_install() {
oe_runmake install DESTDIR=${D}
oe_runmake install DESTDIR=${D}
}
}
do_install_append() {
cd ${D}/usr/lib/
# Fix broken symlinks
rm libdsme.so libdsme_dbus_if.so libthermalmanager_dbus_if.so
ln -s libdsme.so.0.3.0 libdsme.so
ln -s libdsme.so.0.3.0 libdsme.so.0
ln -s libdsme.so.0.3.0 libdsme.so.0.3
ln -s libdsme_dbus_if.so.0.3.0 libdsme_dbus_if.so
ln -s libdsme_dbus_if.so.0.3.0 libdsme_dbus_if.so.0
ln -s libdsme_dbus_if.so.0.3.0 libdsme_dbus_if.so.0.3
ln -s libthermalmanager_dbus_if.so.0.3.0 libthermalmanager_dbus_if.so
ln -s libthermalmanager_dbus_if.so.0.3.0 libthermalmanager_dbus_if.so.0
ln -s libthermalmanager_dbus_if.so.0.3.0 libthermalmanager_dbus_if.so.0.3
}
FILES_${PN}-dbg += "/opt"
FILES_${PN}-dbg += "/opt"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment