diff options
Diffstat (limited to 'recipes-qt/qt5/qtsystems_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtsystems_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb index 5f5e1ad8..5bef7c13 100644 --- a/recipes-qt/qt5/qtsystems_git.bb +++ b/recipes-qt/qt5/qtsystems_git.bb | |||
@@ -17,12 +17,12 @@ PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,bluez5" | |||
17 | 17 | ||
18 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 18 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
19 | 19 | ||
20 | do_configure_prepend() { | 20 | do_configure:prepend() { |
21 | # disable bluez test if it isn't enabled by PACKAGECONFIG | 21 | # disable bluez test if it isn't enabled by PACKAGECONFIG |
22 | sed -i 's/^ qtCompileTest(bluez)/ OE_BLUEZ_ENABLED:qtCompileTest(bluez)/g' ${S}/qtsystems.pro | 22 | sed -i 's/^ qtCompileTest(bluez)/ OE_BLUEZ_ENABLED:qtCompileTest(bluez)/g' ${S}/qtsystems.pro |
23 | } | 23 | } |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | # Remove example.pro file as it is useless | 26 | # Remove example.pro file as it is useless |
27 | rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro | 27 | rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro |
28 | } | 28 | } |