diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-09 18:03:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 14:21:57 +0100 |
commit | 56e0835872574e26098c19ac712b5fda7bc924fd (patch) | |
tree | d40219b2979a90b9fcc4427dd7e20a0f61ad1f04 /meta/recipes-core | |
parent | 2e80a0b1f8cf023c6fb2b940e686b07f475205eb (diff) | |
download | poky-56e0835872574e26098c19ac712b5fda7bc924fd.tar.gz |
libgsmd - remove
This project has been unmaintained for some time, and even the OpenMoko
project is not using it any more (in favour of FSO). Since we have ofono
in OE-Core which replaces and surpasses its functionality, we can remove
libgsmd.
(From OE-Core rev: 4cd880c61e9d74dbf1a747f3654239cadadf45ce)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-base.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index ddae7aebee..b9bc3aae0f 100644 --- a/meta/recipes-core/tasks/task-base.bb +++ b/meta/recipes-core/tasks/task-base.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/p | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | PR = "r73" | 5 | PR = "r74" |
6 | 6 | ||
7 | inherit task | 7 | inherit task |
8 | 8 | ||
@@ -357,5 +357,4 @@ RDEPENDS_task-base-serial = "\ | |||
357 | lrzsz " | 357 | lrzsz " |
358 | 358 | ||
359 | RDEPENDS_task-base-phone = "\ | 359 | RDEPENDS_task-base-phone = "\ |
360 | gsmd \ | 360 | ofono" |
361 | libgsmd-tools" | ||