From 64463b54d225bd26086f7285d9eb3e27e69d440a Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sat, 17 May 2014 11:31:19 +0000 Subject: Build cpython with readline and ncurses At the moment if you try to use the arrow keys in a python shell then you just get some unhelpful output. This builds cpython with readline so the arrow keys can do useful things It also adds ncurses as a build dependency, so that the 'curses' module can be imported. --- core.morph | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core.morph b/core.morph index 16d874a7..04f0b2d4 100644 --- a/core.morph +++ b/core.morph @@ -100,6 +100,11 @@ chunks: ref: 8deafa68e52b230018c0318dc7959ff9af3ad2a5 unpetrify-ref: baserock/morph build-depends: [] +- name: readline + repo: upstream:readline + ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6 + unpetrify-ref: baserock/genivi/baseline + build-depends: [] - name: cpython repo: upstream:cpython ref: fa86445bfd4fb8e5441d685d92bf8a8ee237f022 @@ -108,6 +113,8 @@ chunks: - openssl-new - bzip2 - sqlite3 + - ncurses + - readline - name: libtool repo: upstream:libtool ref: d388b7f2dc628b22006025d01179bc09b8aabe81 -- cgit v1.2.1 From bbe2c280783d23b86a4e85abb76a0bd8342b1f5d Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sun, 18 May 2014 00:04:02 +0000 Subject: Take readline out of audio-bluetooth --- audio-bluetooth.morph | 6 ------ 1 file changed, 6 deletions(-) diff --git a/audio-bluetooth.morph b/audio-bluetooth.morph index ffb7d5ff..6a8862b8 100644 --- a/audio-bluetooth.morph +++ b/audio-bluetooth.morph @@ -25,17 +25,11 @@ chunks: ref: 52568782ae136e1ec4ddf3eb6da7b0f3fbd3f1b3 unpetrify-ref: baserock/morph build-depends: [] -- name: readline - repo: upstream:readline - ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6 - unpetrify-ref: baserock/genivi/baseline - build-depends: [] - name: bluez repo: upstream:bluez ref: a18201b5321e8b41d2ee7c7bc7285d976fc433e6 unpetrify-ref: baserock/v5.17-patched build-depends: - - readline - libical - alsa-lib - name: bluez-tools -- cgit v1.2.1 From 06af3dfa9a4050cd3787c01486c4e00a4a85a971 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sat, 21 Jun 2014 23:24:25 +0000 Subject: Make database stratum get readline from core --- databases.morph | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/databases.morph b/databases.morph index c824b9b1..5abc7244 100644 --- a/databases.morph +++ b/databases.morph @@ -5,17 +5,11 @@ build-depends: - morph: tools - morph: nfs chunks: -- name: readline - repo: upstream:readline - ref: 7628b745a813aac53586b640da056a975f1c443e - unpetrify-ref: readline-6.3 - build-depends: [] - name: postgresql repo: upstream:postgresql ref: d4f8dde3c1c2c90c723ab550e7f449fc75599316 unpetrify-ref: REL9_3_4 - build-depends: - - readline + build-depends: [] - name: redis repo: upstream:redis ref: 9ee59fca9c5c429185d35779c2d5db64005091b0 -- cgit v1.2.1