All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove PRIORITY field set as optional as it is the default
@ 2011-12-14  1:13 Otavio Salvador
  2011-12-14  1:13 ` [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' " Otavio Salvador
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:13 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed:

  gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +0000)

are available in the git repository at:
  git://github.com/OSSystems/oe-core master
  https://github.com/OSSystems/oe-core/tree/HEAD

Otavio Salvador (3):
  grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' as it is the
    default
  grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default
  icecc-create-env-native_0.1.bb: drop 'PRIORITY = "optional"' as it is
    the default

 meta/recipes-bsp/grub/grub-efi-native_1.99.bb      |    1 -
 meta/recipes-bsp/grub/grub_1.99.bb                 |    1 -
 .../icecc-create-env-native_0.1.bb                 |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

-- 
1.7.2.5




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:13 [PATCH 0/3] Remove PRIORITY field set as optional as it is the default Otavio Salvador
@ 2011-12-14  1:13 ` Otavio Salvador
  2011-12-14  1:13 ` [PATCH 2/3] grub_1.99.bb: " Otavio Salvador
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:13 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta/recipes-bsp/grub/grub-efi-native_1.99.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
index 3c52ec9..40e618c 100644
--- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
+++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
@@ -9,7 +9,6 @@ or package anything, it only deploys a target-arch GRUB EFI image."
 
 HOMEPAGE = "http://www.gnu.org/software/grub/"
 SECTION = "bootloaders"
-PRIORITY = "optional"
 
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:13 [PATCH 0/3] Remove PRIORITY field set as optional as it is the default Otavio Salvador
  2011-12-14  1:13 ` [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' " Otavio Salvador
@ 2011-12-14  1:13 ` Otavio Salvador
  2011-12-14  1:13 ` [PATCH 3/3] icecc-create-env-native_0.1.bb: " Otavio Salvador
  2011-12-15 13:07 ` [PATCH 0/3] Remove PRIORITY field set as optional " Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:13 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta/recipes-bsp/grub/grub_1.99.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index 8fe2be8..ac66e83 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -7,7 +7,6 @@ standard, which allows for flexible loading of multiple boot images."
 
 HOMEPAGE = "http://www.gnu.org/software/grub/"
 SECTION = "bootloaders"
-PRIORITY = "optional"
 
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] icecc-create-env-native_0.1.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:13 [PATCH 0/3] Remove PRIORITY field set as optional as it is the default Otavio Salvador
  2011-12-14  1:13 ` [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' " Otavio Salvador
  2011-12-14  1:13 ` [PATCH 2/3] grub_1.99.bb: " Otavio Salvador
@ 2011-12-14  1:13 ` Otavio Salvador
  2011-12-15 13:07 ` [PATCH 0/3] Remove PRIORITY field set as optional " Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:13 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../icecc-create-env-native_0.1.bb                 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
index 6213843..7db3978 100644
--- a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
+++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
@@ -1,7 +1,6 @@
 DESCRIPTION = "This is a modified version of the icecc-create-env script in order to\
 make it work with OE."
 SECTION = "base"
-PRIORITY = "optional"
 # source file has just a "GPL" word, but upstream is GPLv2+.
 # most probably just GPL would be a mistake
 LICENSE = "GPLv2+"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/3] Remove PRIORITY field set as optional as it is the default
  2011-12-14  1:13 [PATCH 0/3] Remove PRIORITY field set as optional as it is the default Otavio Salvador
                   ` (2 preceding siblings ...)
  2011-12-14  1:13 ` [PATCH 3/3] icecc-create-env-native_0.1.bb: " Otavio Salvador
@ 2011-12-15 13:07 ` Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-12-15 13:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-12-14 at 01:13 +0000, Otavio Salvador wrote:
> The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed:
> 
>   gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +0000)
> 
> are available in the git repository at:
>   git://github.com/OSSystems/oe-core master
>   https://github.com/OSSystems/oe-core/tree/HEAD
> 
> Otavio Salvador (3):
>   grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' as it is the
>     default
>   grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default
>   icecc-create-env-native_0.1.bb: drop 'PRIORITY = "optional"' as it is
>     the default

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-15 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14  1:13 [PATCH 0/3] Remove PRIORITY field set as optional as it is the default Otavio Salvador
2011-12-14  1:13 ` [PATCH 1/3] grub-efi-native_1.99.bb: drop 'PRIORITY = "optional"' " Otavio Salvador
2011-12-14  1:13 ` [PATCH 2/3] grub_1.99.bb: " Otavio Salvador
2011-12-14  1:13 ` [PATCH 3/3] icecc-create-env-native_0.1.bb: " Otavio Salvador
2011-12-15 13:07 ` [PATCH 0/3] Remove PRIORITY field set as optional " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.