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
ed1d4b0b
Commit
ed1d4b0b
authored
Oct 06, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pulseaudio-modules-nemo: Fix module installation
parent
086fcd36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
pulseaudio-modules-nemo_git.bb
recipes-multimedia/pulseaudio/pulseaudio-modules-nemo_git.bb
+6
-4
No files found.
recipes-multimedia/pulseaudio/pulseaudio-modules-nemo_git.bb
View file @
ed1d4b0b
...
...
@@ -3,7 +3,9 @@ HOMEPAGE = "https://git.merproject.org/mer-core/pulseaudio-modules-nemo"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://git.merproject.org/mer-core/pulseaudio-modules-nemo.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/pulseaudio-modules-nemo.git;protocol=https \
file://0001-configure.ac-Check-hardfp-from-cross-compilation-too.patch \
file://0002-Install-modules-to-usr-lib-pulse-10.0.patch"
SRCREV = "f4ddfe58bcee6a6928c9cf659c02c96520b24ba9"
PR = "r1"
PV = "+git${SRCPV}"
...
...
@@ -18,6 +20,6 @@ do_configure_prepend() {
sed -i "s@pa_tagstruct_new(NULL, 0);@pa_tagstruct_new();@" src/stream-restore-nemo/module-stream-restore-nemo.c
}
FILES_${PN} += "/usr/lib/pulse-
6
.0/modules"
FILES_${PN}-dbg += "/usr/lib/pulse-
6
.0/modules/.debug/"
FILES_${PN}-staticdev += "/usr/lib/pulse-
6
.0/modules/*.a"
FILES_${PN} += "/usr/lib/pulse-
10
.0/modules"
FILES_${PN}-dbg += "/usr/lib/pulse-
10
.0/modules/.debug/"
FILES_${PN}-staticdev += "/usr/lib/pulse-
10
.0/modules/*.a"
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