diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-01-19 13:59:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 14:34:33 +0000 |
commit | dac8259131ba4eadcba134a134bfe4d6e9d46a1c (patch) | |
tree | b2188bcfa218eea6ebcce34a826e96adf9c5b570 /meta/recipes-extended | |
parent | 5cf28333a7fce346f743fd053dd992dda6bb8fba (diff) | |
download | poky-dac8259131ba4eadcba134a134bfe4d6e9d46a1c.tar.gz |
hdparm: remove PRIORITY
PRIORITY is no longer set in recipes in OE-Core, so remove it. (Since
"optional" is the default value from bitbake.conf, no PR bump is
necessary.)
(From OE-Core rev: da5d3438fc9161e94fba24e1e8fd50afcae3b7aa)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/hdparm/hdparm_9.37.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_9.37.bb b/meta/recipes-extended/hdparm/hdparm_9.37.bb index bfc64e776d..8ea6f136d1 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.37.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.37.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ | 1 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ |
2 | and manipulating various IDE drive and driver parameters." | 2 | and manipulating various IDE drive and driver parameters." |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | PRIORITY = "optional" | ||
5 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
6 | LICENSE_wiper = "GPLv2" | 5 | LICENSE_wiper = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ |