All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default
@ 2011-12-14  1:10 Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 1/8] openvpn.inc: drop 'PRIORITY = "optional"' as it is " Otavio Salvador
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 7ad9db8b3b6dd8fb9f85032b02344036015a9698:

  gnome-panel : Fix format of LICENSE field. (2011-12-12 18:45:06 +0100)

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

Otavio Salvador (8):
  openvpn.inc: drop 'PRIORITY = "optional"' as it is the default
  faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the default
  id3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the default
  libav.inc: drop 'PRIORITY = "optional"' as it is the default
  mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the default
  xpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the default
  qwt.inc: drop 'PRIORITY = "optional"' as it is the default
  liblinebreak_1.2.bb: drop 'PRIORITY = "optional"' as it is the
    default

 meta-oe/recipes-connectivity/openvpn/openvpn.inc   |    1 -
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb      |    1 -
 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb  |    1 -
 meta-oe/recipes-multimedia/libav/libav.inc         |    1 -
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    1 -
 meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb    |    1 -
 meta-oe/recipes-qt/qwt/qwt.inc                     |    1 -
 .../liblinebreak/liblinebreak_1.2.bb               |    1 -
 8 files changed, 0 insertions(+), 8 deletions(-)

-- 
1.7.2.5




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

* [meta-oe][PATCH 1/8] openvpn.inc: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 2/8] faad2_2.7.bb: " Otavio Salvador
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-connectivity/openvpn/openvpn.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/openvpn/openvpn.inc b/meta-oe/recipes-connectivity/openvpn/openvpn.inc
index 68bfc51..50483ea 100644
--- a/meta-oe/recipes-connectivity/openvpn/openvpn.inc
+++ b/meta-oe/recipes-connectivity/openvpn/openvpn.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "A full-featured SSL VPN solution via tun device."
 HOMEPAGE = "http://openvpn.sourceforge.net"
 SECTION = "console/network"
 LICENSE = "GPLv2"
-PRIORITY = "optional"
 DEPENDS = "lzo openssl"
 RRECOMMENDS_${PN} = "kernel-module-tun"
 
-- 
1.7.2.5




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

* [meta-oe][PATCH 2/8] faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 1/8] openvpn.inc: drop 'PRIORITY = "optional"' as it is " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 3/8] id3lib_3.8.3.bb: " Otavio Salvador
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
index 4015c1a..462837f 100644
--- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
@@ -1,7 +1,6 @@
 DESCRIPTION = "Library for reading some sort of media format."
 SECTION = "libs"
 LICENSE = "GPLv2"
-PRIORITY = "optional"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
 
-- 
1.7.2.5




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

* [meta-oe][PATCH 3/8] id3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 1/8] openvpn.inc: drop 'PRIORITY = "optional"' as it is " Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 2/8] faad2_2.7.bb: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 4/8] libav.inc: " Otavio Salvador
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
index 2c5e2ae..f743755 100644
--- a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
+++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
@@ -3,7 +3,6 @@ SECTION = "libs/multimedia"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "files://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 DEPENDS = "zlib"
-PRIORITY = "optional"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \
            http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \
-- 
1.7.2.5




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

* [meta-oe][PATCH 4/8] libav.inc: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
                   ` (2 preceding siblings ...)
  2011-12-14  1:10 ` [meta-oe][PATCH 3/8] id3lib_3.8.3.bb: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 5/8] mplayer2_git.bb: " Otavio Salvador
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/libav/libav.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
index 9d3f3b6..c8277f9 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -1,7 +1,6 @@
 DESCRIPTION = "Libav is a complete, cross-platform solution to record, convert and stream audio and video."
 HOMEPAGE = "http://libav.org/"
 SECTION = "libs"
-PRIORITY = "optional"
 LICENSE = "GPLv2+"
 
 # Provides ffmpeg compat, see http://libav.org/about.html
-- 
1.7.2.5




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

* [meta-oe][PATCH 5/8] mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
                   ` (3 preceding siblings ...)
  2011-12-14  1:10 ` [meta-oe][PATCH 4/8] libav.inc: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 6/8] xpext_1.0-5.bb: " Otavio Salvador
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 81d3376..ee64ca8 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Open Source multimedia player."
 SECTION = "multimedia"
-PRIORITY = "optional"
 HOMEPAGE = "http://www.mplayerhq.hu/"
 DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
 	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
-- 
1.7.2.5




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

* [meta-oe][PATCH 6/8] xpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
                   ` (4 preceding siblings ...)
  2011-12-14  1:10 ` [meta-oe][PATCH 5/8] mplayer2_git.bb: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 7/8] qwt.inc: " Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 8/8] liblinebreak_1.2.bb: " Otavio Salvador
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
index c53f845..cc66f24 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -1,7 +1,6 @@
 LICENSE= "MIT"
 DESCRIPTION = "X Server Nokia 770 extensions library"
 SECTION = "x11/libs"
-PRIORITY = "optional"
 DEPENDS = "virtual/libx11 libxext"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6"
-- 
1.7.2.5




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

* [meta-oe][PATCH 7/8] qwt.inc: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
                   ` (5 preceding siblings ...)
  2011-12-14  1:10 ` [meta-oe][PATCH 6/8] xpext_1.0-5.bb: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  2011-12-14  1:10 ` [meta-oe][PATCH 8/8] liblinebreak_1.2.bb: " Otavio Salvador
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-qt/qwt/qwt.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc
index da1ed11..7112336 100644
--- a/meta-oe/recipes-qt/qwt/qwt.inc
+++ b/meta-oe/recipes-qt/qwt/qwt.inc
@@ -1,6 +1,5 @@
 DESCRIPTION = "Qt Widget Extension for Technical Applications"
 SECTION = "libs"
-PRIORITY = "optional"
 
 # LGPLv2.1 + some exceptions
 LICENSE = "QWTv1.0"
-- 
1.7.2.5




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

* [meta-oe][PATCH 8/8] liblinebreak_1.2.bb: drop 'PRIORITY = "optional"' as it is the default
  2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
                   ` (6 preceding siblings ...)
  2011-12-14  1:10 ` [meta-oe][PATCH 7/8] qwt.inc: " Otavio Salvador
@ 2011-12-14  1:10 ` Otavio Salvador
  7 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2011-12-14  1:10 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
index d64cfd9..2a5efad 100644
--- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
+++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
 SECTION = "libs"
 LICENSE = "zlib"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
-PRIORITY = "optional"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
 SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad"
-- 
1.7.2.5




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

end of thread, other threads:[~2011-12-14  1:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14  1:10 [meta-oe][PATCH 0/8] Remove PRIORITY set as optional as it the default Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 1/8] openvpn.inc: drop 'PRIORITY = "optional"' as it is " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 2/8] faad2_2.7.bb: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 3/8] id3lib_3.8.3.bb: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 4/8] libav.inc: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 5/8] mplayer2_git.bb: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 6/8] xpext_1.0-5.bb: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 7/8] qwt.inc: " Otavio Salvador
2011-12-14  1:10 ` [meta-oe][PATCH 8/8] liblinebreak_1.2.bb: " Otavio Salvador

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.