diff options
author | 2011-12-08 19:22:43 +0000 | |
---|---|---|
committer | 2011-12-08 19:53:03 +0000 | |
commit | 1d56dbbd7cd308454f24fc54463e0f0cd536ea07 (patch) | |
tree | 66dd078b6f61e0a6de6e84fa9379a354f5cdcb8f | |
parent | d6eabbc05e39f78d50a0e6b9b41d356abc862741 (diff) | |
download | meta-qt3-1d56dbbd7cd308454f24fc54463e0f0cd536ea07.tar.gz meta-qt3-1d56dbbd7cd308454f24fc54463e0f0cd536ea07.tar.bz2 meta-qt3-1d56dbbd7cd308454f24fc54463e0f0cd536ea07.zip |
qt-x11-free(-native): remove PRIORITY
PRIORITY is no longer used.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free-common.inc | 1 | ||||
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-common.inc b/recipes-qt3/qt3/qt-x11-free-common.inc index 1e00138..3bd4e4a 100644 --- a/recipes-qt3/qt3/qt-x11-free-common.inc +++ b/recipes-qt3/qt3/qt-x11-free-common.inc @@ -1,6 +1,5 @@ DESCRIPTION = "Qt/X11 Version ${PV} is a full fledged cross-platform application framework" SECTION = "x11/libs" -PRIORITY = "optional" LICENSE = "GPL | QPL" HOMEPAGE = "http://www.trolltech.com" INC_PR = "r4" diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb index 7dd9a34..48fc3a0 100644 --- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb +++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Qt/X11 Version ${PV}" SECTION = "libs" -PRIORITY = "optional" LICENSE = "GPL | QPL" DEPENDS = "xmu-native" HOMEPAGE = "http://www.trolltech.com" |