diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-05 00:08:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-11 13:24:53 +0100 |
commit | cb6c6ff59ccb760de9fe6a3ea83382f92521458b (patch) | |
tree | d0452b9a4b12a17ca43196c7ffeda1aa3d0447bb /recipes-qt/qt5/qtsvg_git.bb | |
parent | a5f8cb00ffe7f8ddaafd031bc29b126000a73690 (diff) | |
download | meta-qt5-cb6c6ff59ccb760de9fe6a3ea83382f92521458b.tar.gz |
qtsvg: fix incorrect heart.svg installation path
* fixes:
WARNING: QA Issue: qtsvg: Files/directories were installed but not shipped in any package:
/OE
/OE/build
/OE/build/owpb
/OE/build/owpb/webos-ports
/OE/build/owpb/webos-ports/tmp-glibc
/OE/build/owpb/webos-ports/tmp-glibc/work
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples/svg
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples/svg/richtext
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples/svg/richtext/textobject
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples/svg/richtext/textobject/files
/OE/build/owpb/webos-ports/tmp-glibc/work/i586-webos-linux/qtsvg/5.5.99+5.6.0-alpha1+gitAUTOINC+9ee5ee12a7-r0/git/examples/svg/richtext/textobject/files/heart.svg
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
qtsvg: 16 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtsvg_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtsvg_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsvg_git.bb b/recipes-qt/qt5/qtsvg_git.bb index b3bc50f6..57e9b4fa 100644 --- a/recipes-qt/qt5/qtsvg_git.bb +++ b/recipes-qt/qt5/qtsvg_git.bb | |||
@@ -14,3 +14,5 @@ LIC_FILES_CHKSUM = " \ | |||
14 | DEPENDS += "qtbase" | 14 | DEPENDS += "qtbase" |
15 | 15 | ||
16 | SRCREV = "9ee5ee12a7b92a57624dafed935b3ac1fad426d9" | 16 | SRCREV = "9ee5ee12a7b92a57624dafed935b3ac1fad426d9" |
17 | |||
18 | SRC_URI += "file://0001-textobject.pro-use-DEPLOYMENT-only-for-wince-like-ot.patch" | ||