diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-22 10:30:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-23 08:12:19 -0700 |
commit | 41569c5f4eb81baeb26f3a429602c8568d1c24fe (patch) | |
tree | b211b2b3c940f56ce444086be35b2392e7ecb618 /recipes/alsa | |
parent | 231757d9f3e9aa4c57c3afd2d4b86860d805e5b0 (diff) |
ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCE
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/alsa')
-rw-r--r-- | recipes/alsa/alsa-scenario_0.2.bb | 2 | ||||
-rw-r--r-- | recipes/alsa/alsa-scenario_git.bb | 2 | ||||
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.17.bb | 1 | ||||
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.18.bb | 2 | ||||
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.19.bb | 3 | ||||
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.20.bb | 3 |
6 files changed, 6 insertions, 7 deletions
diff --git a/recipes/alsa/alsa-scenario_0.2.bb b/recipes/alsa/alsa-scenario_0.2.bb index 72afc8db7a..f08de93ab2 100644 --- a/recipes/alsa/alsa-scenario_0.2.bb +++ b/recipes/alsa/alsa-scenario_0.2.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" -PR = "r0" +PR = "r1" PE = "1" SRC_URI = "http://sources.slimlogic.co.uk/libscenario/scenario-lib-0.2.0.tar.bz2" diff --git a/recipes/alsa/alsa-scenario_git.bb b/recipes/alsa/alsa-scenario_git.bb index ffe2d10044..277f296bd0 100644 --- a/recipes/alsa/alsa-scenario_git.bb +++ b/recipes/alsa/alsa-scenario_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" SRCREV = "8bd7f83d847424eb44704cf1649974b2fda8d8f1" PV = "0.2+gitr${SRCREV}" -PR = "r0" +PR = "r1" PE = "1" DEFAULT_PREFERENCE = "-1" diff --git a/recipes/alsa/alsa-utils_1.0.17.bb b/recipes/alsa/alsa-utils_1.0.17.bb index 174dfd4415..f8487c4253 100644 --- a/recipes/alsa/alsa-utils_1.0.17.bb +++ b/recipes/alsa/alsa-utils_1.0.17.bb @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "alsa-lib ncurses" +PR = "r1" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-automake.patch \ diff --git a/recipes/alsa/alsa-utils_1.0.18.bb b/recipes/alsa/alsa-utils_1.0.18.bb index f53de1397e..cff13ea6ed 100644 --- a/recipes/alsa/alsa-utils_1.0.18.bb +++ b/recipes/alsa/alsa-utils_1.0.18.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "alsa-lib ncurses" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-automake.patch \ diff --git a/recipes/alsa/alsa-utils_1.0.19.bb b/recipes/alsa/alsa-utils_1.0.19.bb index f4b92bbffb..597a605c03 100644 --- a/recipes/alsa/alsa-utils_1.0.19.bb +++ b/recipes/alsa/alsa-utils_1.0.19.bb @@ -3,12 +3,11 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "alsa-lib ncurses" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-remove-xmlto-1.0.19plus.patch \ " - inherit autotools diff --git a/recipes/alsa/alsa-utils_1.0.20.bb b/recipes/alsa/alsa-utils_1.0.20.bb index 462d919b31..cca29804c0 100644 --- a/recipes/alsa/alsa-utils_1.0.20.bb +++ b/recipes/alsa/alsa-utils_1.0.20.bb @@ -3,12 +3,11 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "alsa-lib ncurses" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-remove-xmlto-1.0.19plus.patch \ " - inherit gettext autotools |