diff options
author | Ben Brown <ben.brown@codethink.co.uk> | 2013-12-16 13:40:53 +0000 |
---|---|---|
committer | Ben Brown <ben.brown@codethink.co.uk> | 2013-12-18 09:48:26 +0000 |
commit | e414a599cbe2309f92c07707142518e662c8b0d2 (patch) | |
tree | 0230c8541dc686829fbf1e0f544da376f12ed63e /ceph-service.morph | |
parent | 4ca0acbf07873bc12d840f8cc1b716a2b21e6ec4 (diff) | |
download | definitions-e414a599cbe2309f92c07707142518e662c8b0d2.tar.gz |
Move sqlite3 into foundation
Diffstat (limited to 'ceph-service.morph')
-rw-r--r-- | ceph-service.morph | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ceph-service.morph b/ceph-service.morph index 734b6ad7..ee67cc44 100644 --- a/ceph-service.morph +++ b/ceph-service.morph @@ -1,14 +1,10 @@ name: ceph-service kind: stratum build-depends: -- morph: core +- morph: foundation repo: baserock:baserock/morphs ref: master chunks: -- name: sqlite3 - repo: upstream:sqlite3 - ref: baserock/morph - build-depends: [] - name: nspr repo: upstream:nspr-hg ref: baserock/morph @@ -18,7 +14,6 @@ chunks: ref: baserock/morph build-depends: - nspr - - sqlite3 - name: libaio repo: upstream:libaio ref: baserock/morph |