summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-20 15:32:43 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-21 14:56:26 +0100
commita4a0cf7c6b9757e00db6294b6516dfac7302649f (patch)
tree9ca4032e99b3699d3b8d22b771bef8dd6e0fb5ab /core.morph
parent4f4d5fd69e5939dfc72a3161da176ec253952053 (diff)
downloaddefinitions-a4a0cf7c6b9757e00db6294b6516dfac7302649f.tar.gz
Remove readline
Because of GENIVI requirements, we want to avoid GPLv3 code in the base systems, and would rather remove the component than roll it back to a pre-GPLv3 state and mantain that ourselves for bug and security fixes
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph12
1 files changed, 1 insertions, 11 deletions
diff --git a/core.morph b/core.morph
index a3d8c88f..5103c202 100644
--- a/core.morph
+++ b/core.morph
@@ -61,14 +61,6 @@
"build-depends": []
},
{
- "name": "readline",
- "repo": "upstream:readline",
- "ref": "baserock/morph",
- "build-depends": [
- "ncurses"
- ]
- },
- {
"name": "texinfo-tarball",
"repo": "upstream:texinfo-tarball",
"ref": "baserock/morph",
@@ -99,9 +91,7 @@
"name": "bash",
"repo": "upstream:bash",
"ref": "baserock/morph",
- "build-depends": [
- "readline"
- ]
+ "build-depends": []
},
{
"name": "error-perl-tarball",