diff options
author | Shane Wang <shane.wang@intel.com> | 2012-01-22 16:31:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:24 +0000 |
commit | d6dcd8de12e4ca0dbee10c5226850831a3d54a72 (patch) | |
tree | 2822fc1b9d9d7628b3db78fc62665b1caf2a7f53 /meta/recipes-connectivity/mobile-broadband-provider-info | |
parent | d6a55ca79c3a5637a7fa5f3309987aa41bc41b61 (diff) | |
download | poky-d6dcd8de12e4ca0dbee10c5226850831a3d54a72.tar.gz |
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.
(From OE-Core rev: 851299c8dd2bf8012078a2c78f79dc1b9fdc3323)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/mobile-broadband-provider-info')
-rw-r--r-- | meta/recipes-connectivity/mobile-broadband-provider-info/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 0000000000..d1ca0f09bf --- /dev/null +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Mobile Broadband Service Provider Database" | ||
2 | SECTION = "network" | ||
3 | LICENSE = "CCPD" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" | ||
5 | SRCREV = "d9995ef693cb1ea7237f928df18e03cccba96f16" | ||
6 | PV = "1.0.0+gitr${SRCPV}" | ||
7 | PE = "1" | ||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info;protocol=git" | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools | ||