[oe-commits] Michael 'Mickey' Lauer : alsa-scenario: rename to libascenario; build from extended FSO branch

git version control git at git.openembedded.org
Sat May 30 17:28:17 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 4d40dda336389af84ac89bd3ca08dc833eeb079e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4d40dda336389af84ac89bd3ca08dc833eeb079e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat May 30 19:34:13 2009 +0200

alsa-scenario: rename to libascenario; build from extended FSO branch

---

 conf/distro/include/fso-autorev.inc                |    1 +
 .../{alsa-scenario_git.bb => libascenario_git.bb}  |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index 2019361..b5daa08 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -14,6 +14,7 @@ SRCREV_pn-fso-specs = "${AUTOREV}"
 SRCREV_pn-fso-term = "${AUTOREV}"
 SRCREV_pn-gsmd2 = "${AUTOREV}"
 SRCREV_pn-illume-theme-freesmartphone = "${AUTOREV}"
+SRCREV_pn-libascenario = "${AUTOREV}"
 SRCREV_pn-libeflvala = "${AUTOREV}"
 SRCREV_pn-libfsoframework = "${AUTOREV}"
 SRCREV_pn-libfsotransport = "${AUTOREV}"
diff --git a/recipes/alsa/alsa-scenario_git.bb b/recipes/alsa/libascenario_git.bb
similarity index 64%
rename from recipes/alsa/alsa-scenario_git.bb
rename to recipes/alsa/libascenario_git.bb
index 74c25c2..27d6f44 100644
--- a/recipes/alsa/alsa-scenario_git.bb
+++ b/recipes/alsa/libascenario_git.bb
@@ -5,9 +5,8 @@ LICENSE = "GPL"
 DEPENDS = "alsa-lib ncurses"
 PV = "0.1+gitr${SRCREV}"
 PR = "r0"
-PE = "1"
 
-SRC_URI = "git://opensource.wolfsonmicro.com/alsa-scenario;branch=master;protocol=git"
+SRC_URI = "${FREESMARTPHONE_GIT}/alsa-scenario;branch=mickey;protocol=git"
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools autotools_stage lib_package





More information about the Openembedded-commits mailing list