From a4a0cf7c6b9757e00db6294b6516dfac7302649f Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 20 May 2013 15:32:43 +0000 Subject: 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 --- core.morph | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/core.morph b/core.morph index a3d8c88..5103c20 100644 --- a/core.morph +++ b/core.morph @@ -60,14 +60,6 @@ "ref": "baserock/build-essential", "build-depends": [] }, - { - "name": "readline", - "repo": "upstream:readline", - "ref": "baserock/morph", - "build-depends": [ - "ncurses" - ] - }, { "name": "texinfo-tarball", "repo": "upstream:texinfo-tarball", @@ -99,9 +91,7 @@ "name": "bash", "repo": "upstream:bash", "ref": "baserock/morph", - "build-depends": [ - "readline" - ] + "build-depends": [] }, { "name": "error-perl-tarball", -- cgit v1.2.1