diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 | ||||
-rw-r--r-- | recipes/mobile-broadband-provider-info/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 dff8e797b4..bca98f1139 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 0000000000..65fab979b1 --- /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 |