From 004e369fd0fbcd587027ed4389a47ebdd5e27e01 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 23 Jan 2014 17:37:48 +0000 Subject: Move sqlite3 to core and have cpython b-depend on it --- core.morph | 5 +++++ foundation.morph | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core.morph b/core.morph index a7ac466..629485a 100644 --- a/core.morph +++ b/core.morph @@ -3,6 +3,10 @@ build-depends: ref: null repo: null chunks: +- build-depends: [] + name: sqlite3 + ref: baserock/morph + repo: upstream:sqlite3 - build-depends: [] name: cmake ref: baserock/morph @@ -80,6 +84,7 @@ chunks: - build-depends: - openssl-new - bzip2 + - sqlite3 name: cpython ref: baserock/morph-2.7 repo: upstream:cpython diff --git a/foundation.morph b/foundation.morph index 5389618..6c19828 100644 --- a/foundation.morph +++ b/foundation.morph @@ -24,10 +24,6 @@ chunks: name: libffi ref: baserock/morph repo: upstream:libffi -- build-depends: [] - name: sqlite3 - ref: baserock/morph - repo: upstream:sqlite3 - build-depends: [] name: libusbx ref: baserock/morph -- cgit v1.2.1