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
37207391
Commit
37207391
authored
Oct 27, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usb-moded-qt5: fixes packageconfig file
parent
ee58add8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
usb-moded-qt5_git.bb
recipes-nemomobile/usb-moded/usb-moded-qt5_git.bb
+3
-1
No files found.
recipes-nemomobile/usb-moded/usb-moded-qt5_git.bb
View file @
37207391
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/libusb-moded-qt"
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/libusb-moded-qt"
LICENSE = "BSD"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/qusbmoded.cpp;beginline=1;endline=32;md5=ad12d596c12a6a1ba1d75376dc1f199a"
LIC_FILES_CHKSUM = "file://src/qusbmoded.cpp;beginline=1;endline=32;md5=ad12d596c12a6a1ba1d75376dc1f199a"
SRC_URI = "git://github.com/nemomobile/libusb-moded-qt;protocol=https"
SRC_URI = "git://github.com/nemomobile/libusb-moded-qt;protocol=https \
file://usb-moded-qt5.pc"
SRCREV = "0a4b8ffe0cd775cce7a2366c8363d29d617b8e60"
SRCREV = "0a4b8ffe0cd775cce7a2366c8363d29d617b8e60"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
...
@@ -14,4 +15,5 @@ inherit qmake5
...
@@ -14,4 +15,5 @@ inherit qmake5
do_install_append() {
do_install_append() {
mv ${D}/include ${D}/usr/
mv ${D}/include ${D}/usr/
cp ../usb-moded-qt5.pc ${D}/usr/lib/pkgconfig/
}
}
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