[oe-commits] Michael 'Mickey' Lauer : mobile-broadband-provider-info: new recipe; database for mobile broadband provider info (sic!)

git version control git at git.openembedded.org
Fri Nov 13 06:54:15 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7d2be53866d317bb032c63548f504f63107b4c2c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7d2be53866d317bb032c63548f504f63107b4c2c

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Nov 12 15:45:07 2009 +0000

mobile-broadband-provider-info: new recipe; database for mobile broadband provider info (sic!)

---

 conf/distro/include/sane-srcrevs.inc               |    1 +
 .../mobile-broadband-provider-info_git.bb          |   10 ++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index dff8e79..bca98f1 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -182,6 +182,7 @@ SRCREV_pn-matchbox-wm-2 ?= "2087"
 SRCREV_pn-mesa-dri ?= "c02cd82b463661def7842f910dc561313559df80"
 SRCREV_pn-mesa-dri_om-gta02 ?= "a8a1c12262998e5fa3a857eebf857c6d3a95f85e"
 SRCREV_pn-midori ?= "400139644371c0b675723f9a986ddab4445a8794"
+SRCREV_pn-mobile-broadband-provider-info ?= "bc536218490377ccbd09c4e5858d37c91c2f03f7"
 SRCREV_pn-moblin-proto ?= "8f2cb524fe06555182c25b4ba3202d7b368ac0ce"
 SRCREV_pn-moko-gtk-engine ?= "4734"
 SRCREV_pn-mokoko ?= "127"
diff --git a/recipes/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/recipes/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
new file mode 100644
index 0000000..65fab97
--- /dev/null
+++ b/recipes/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Mobile Broadband Service Provider Database"
+SECTION = "network"
+LICENSE = "CCPD"
+PV = "gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage





More information about the Openembedded-commits mailing list