| Submitter | Shane Wang |
|---|---|
| Date | Dec. 23, 2011, 4:35 p.m. |
| Message ID | <2b93d58b4e30b6327ddbe7b1d594399f64f2e926.1324657801.git.shane.wang@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17575/ |
| State | New |
| Headers | show |
Comments
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven: > Signed-off-by: Shane Wang <shane.wang@intel.com> > --- > meta/recipes-connectivity/ofono/ofono.inc | 2 +- > .../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%) > > diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc > index 0cc58ae..bf6f6a5 100644 > --- a/meta/recipes-connectivity/ofono/ofono.inc > +++ b/meta/recipes-connectivity/ofono/ofono.inc > @@ -3,7 +3,7 @@ SUMMARY = "open source telephony" > DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ > - file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779" > + file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee" what changed?
Koen Kooi wrote onĀ 2011-12-24: > > Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven: > >> Signed-off-by: Shane Wang <shane.wang@intel.com> --- >> meta/recipes-connectivity/ofono/ofono.inc | 2 +- >> .../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++--- 2 >> files changed, 4 insertions(+), 4 deletions(-) rename >> meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%) >> >> diff --git a/meta/recipes-connectivity/ofono/ofono.inc >> b/meta/recipes-connectivity/ofono/ofono.inc index 0cc58ae..bf6f6a5 >> 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ >> b/meta/recipes-connectivity/ofono/ofono.inc @@ -3,7 +3,7 @@ SUMMARY = >> "open source telephony" DESCRIPTION = "oFono is a stack for mobile >> telephony devices on Linux. > oFono supports speaking to telephony devices through specific drivers, or > with generic AT commands." >> LICENSE = "GPLv2" LIC_FILES_CHKSUM = >> "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ - > file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e5 > 20f22779" >> + > file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b9 > 8899c2ee" > > what changed? Trivial, only version: =================== 5c5 < * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. --- > * Copyright (C) 2008-2011 Intel Corporation. All rights reserved. 37c37,38 ===================
Patch
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 0cc58ae..bf6f6a5 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc @@ -3,7 +3,7 @@ SUMMARY = "open source telephony" DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ - file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779" + file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee" inherit autotools pkgconfig update-rc.d diff --git a/meta/recipes-connectivity/ofono/ofono_0.50.bb b/meta/recipes-connectivity/ofono/ofono_1.0.bb similarity index 63% rename from meta/recipes-connectivity/ofono/ofono_0.50.bb rename to meta/recipes-connectivity/ofono/ofono_1.0.bb index b4ef413..276efdb 100644 --- a/meta/recipes-connectivity/ofono/ofono_0.50.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.0.bb @@ -1,6 +1,6 @@ require ofono.inc -PR = "r2" +PR = "r0" SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ file://ofono" @@ -10,5 +10,5 @@ EXTRA_OECONF += "\ ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ " -SRC_URI[md5sum] = "b2656fd0bbf33f926fc86c1e8915d697" -SRC_URI[sha256sum] = "f8f8dd917847a007e4d441b949efc4d28dc3644526d5293016844c2536c65ff9" +SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193" +SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa"
Signed-off-by: Shane Wang <shane.wang@intel.com> --- meta/recipes-connectivity/ofono/ofono.inc | 2 +- .../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)