[oe-commits] Shane Wang : mobile-broadband-provider-info: bring a new recipe into poky

git at git.openembedded.org git at git.openembedded.org
Tue Jan 24 12:03:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 851299c8dd2bf8012078a2c78f79dc1b9fdc3323
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=851299c8dd2bf8012078a2c78f79dc1b9fdc3323

Author: Shane Wang <shane.wang at intel.com>
Date:   Sun Jan 22 16:31:48 2012 +0800

mobile-broadband-provider-info: bring a new recipe into poky

This patch is to bring a new recipe mobile-broadband-provider-info into poky because the latest version ofono v1.3 depends on it.

And the patch is imported from the OpenEmbedded server (http://git.openembedded.org/openembedded/tree/recipes/mobile-broadband-provider-info) as of commit ids

commit 9d612c4bb9bef813bdef9e198efc5949d51905eb
commit 84bf98dc6876ef6be8a4ee3744924e922253b53e
commit 30a913149de95ecafe4ef87bd50cfdbd6737fe1e
commit 7d2be53866d317bb032c63548f504f63107b4c2c

And upgrade to the latest.

Signed-off-by: Shane Wang <shane.wang at intel.com>

---

 .../mobile-broadband-provider-info_git.bb          |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
new file mode 100644
index 0000000..d1ca0f0
--- /dev/null
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Mobile Broadband Service Provider Database"
+SECTION = "network"
+LICENSE = "CCPD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
+SRCREV = "d9995ef693cb1ea7237f928df18e03cccba96f16"
+PV = "1.0.0+gitr${SRCPV}"
+PE = "1"
+PR = "r0"
+
+SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools





More information about the Openembedded-commits mailing list