From db58368843bdedc7b132070410ae18e9b055be15 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 19 Aug 2011 23:00:09 +0100 Subject: Drop PRIORITY variable As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton --- recipes-qtopia/kdepimpi/kdepimpi-base.inc | 1 - recipes-qtopia/kdepimpi/kdepimpi-qte.inc | 1 - recipes-qtopia/kdepimpi/kphonepi_1.0.0.bb | 1 - recipes-qtopia/kdepimpi/ktimetrackerpi_0.9.7.bb | 1 - 4 files changed, 4 deletions(-) (limited to 'recipes-qtopia/kdepimpi') diff --git a/recipes-qtopia/kdepimpi/kdepimpi-base.inc b/recipes-qtopia/kdepimpi/kdepimpi-base.inc index c12ff60..27cc237 100644 --- a/recipes-qtopia/kdepimpi/kdepimpi-base.inc +++ b/recipes-qtopia/kdepimpi/kdepimpi-base.inc @@ -9,7 +9,6 @@ DESCRIPTION_libmicrokammu = "KDE Pim/PI fork of libGammu" DESCRIPTION_kammu = "KDE Pim/PI fork of gammu" SECTION = "opie/pim" -PRIORITY = "optional" LICENSE = "GPL" HOMEPAGE = "http://www.pi-sync.net/ http://sf.net/projects/kdepimpi/" diff --git a/recipes-qtopia/kdepimpi/kdepimpi-qte.inc b/recipes-qtopia/kdepimpi/kdepimpi-qte.inc index 07f2903..2b79064 100644 --- a/recipes-qtopia/kdepimpi/kdepimpi-qte.inc +++ b/recipes-qtopia/kdepimpi/kdepimpi-qte.inc @@ -9,7 +9,6 @@ DESCRIPTION_libmicrokammu = "KDE Pim/PI fork of libGammu" DESCRIPTION_kammu = "KDE Pim/PI fork of gammu" SECTION = "opie/pim" -PRIORITY = "optional" LICENSE = "GPL" HOMEPAGE = "http://www.pi-sync.net/ http://sf.net/projects/kdepimpi/" MAINTAINER = "Marcin Juszkiewicz " diff --git a/recipes-qtopia/kdepimpi/kphonepi_1.0.0.bb b/recipes-qtopia/kdepimpi/kphonepi_1.0.0.bb index 56707f8..edae149 100644 --- a/recipes-qtopia/kdepimpi/kphonepi_1.0.0.bb +++ b/recipes-qtopia/kdepimpi/kphonepi_1.0.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Kphone/Pi is a 'Voice Over Internet' phone which uses the Session Initiation Protocol (SIP)." SECTION = "opie/applications" -PRIORITY = "optional" LICENSE = "GPL" HOMEPAGE = "http://www.pi-sync.net/html/kp_pi.html" DEPENDS ="openssl" diff --git a/recipes-qtopia/kdepimpi/ktimetrackerpi_0.9.7.bb b/recipes-qtopia/kdepimpi/ktimetrackerpi_0.9.7.bb index 4f3ab43..8be5638 100644 --- a/recipes-qtopia/kdepimpi/ktimetrackerpi_0.9.7.bb +++ b/recipes-qtopia/kdepimpi/ktimetrackerpi_0.9.7.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Time tracking program" SECTION = "opie/applications" -PRIORITY = "optional" LICENSE = "GPL" HOMEPAGE = "http://www.pi-sync.net" PR = "r1" -- cgit 1.2.3-korg