diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:49:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:49:51 +0100 |
commit | b97570c66737a6c404b49459cd95184abb855399 (patch) | |
tree | 229109e99310ac32b674e8837bc6a70524f22915 /meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb | |
parent | a2f31a6a6accb8eee2084cb39edb8e9af4b4189f (diff) | |
download | openembedded-core-b97570c66737a6c404b49459cd95184abb855399.tar.gz openembedded-core-b97570c66737a6c404b49459cd95184abb855399.tar.bz2 openembedded-core-b97570c66737a6c404b49459cd95184abb855399.zip |
qt4: Take PV increase opportunity to drop PR
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb index d6edef9442..5cb5e6817d 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb @@ -1,8 +1,6 @@ require qt4-x11-free.inc require qt4-${PV}.inc -PR = "${INC_PR}.4" - QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}" QT_CONFIG_FLAGS += " \ |