diff options
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-utils.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb index 16b6446..cc743e2 100644 --- a/recipes-qt/b2qt-addons/b2qt-utils.bb +++ b/recipes-qt/b2qt-addons/b2qt-utils.bb | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "Boot to Qt Utils module" | 30 | DESCRIPTION = "Boot to Qt Utils module" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=f1bb87e7d92738d5c1cc8492a7c03e9a;beginline=1;endline=35" | 32 | LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28" |
33 | 33 | ||
34 | inherit qt5-module sdk-sources | 34 | inherit qt5-module sdk-sources |
35 | 35 | ||
@@ -49,12 +49,3 @@ do_install_append() { | |||
49 | rm -rf ${D}/opt | 49 | rm -rf ${D}/opt |
50 | } | 50 | } |
51 | 51 | ||
52 | FILES_${PN}-examples-dbg = " \ | ||
53 | /data/user/qt/.debug/* \ | ||
54 | /data/user/qt/wifi-cpp/.debug/* \ | ||
55 | " | ||
56 | |||
57 | FILES_${PN}-examples = " \ | ||
58 | /data/user/qt/wifi-cpp/wifi-cpp \ | ||
59 | /data/user/qt/wifi-qml \ | ||
60 | " | ||