| Submitter | Paul Eggleton |
|---|---|
| Date | Jan. 19, 2012, 1:59 p.m. |
| Message ID | <3956c397e272a7744010dd71119e48679bbff2fc.1326981479.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/19783/ |
| State | Accepted |
| Commit | da5d3438fc9161e94fba24e1e8fd50afcae3b7aa |
| Headers | show |
Comments
On Thu, 2012-01-19 at 13:59 +0000, Paul Eggleton wrote: > 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.) > > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> > --- > meta/recipes-extended/hdparm/hdparm_9.37.bb | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-extended/hdparm/hdparm_9.37.bb b/meta/recipes-extended/hdparm/hdparm_9.37.bb index bfc64e7..8ea6f13 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.37.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.37.bb @@ -1,7 +1,6 @@ DESCRIPTION = "hdparm is a Linux shell utility for viewing \ and manipulating various IDE drive and driver parameters." SECTION = "console/utils" -PRIORITY = "optional" LICENSE = "BSD" LICENSE_wiper = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
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.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-extended/hdparm/hdparm_9.37.bb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)