From 4b7af073000d612b21b9dece538d2bcc85c0c240 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Sep 2019 20:09:13 +1000 Subject: 5/llvm: Add LLVM as a package for RTEMS. - Add '%source download ' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797 --- source-builder/sb/freebsd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source-builder/sb/freebsd.py') diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py index decd1c9..8fc7db1 100644 --- a/source-builder/sb/freebsd.py +++ b/source-builder/sb/freebsd.py @@ -63,6 +63,7 @@ def load(): '_var': ('dir', 'optional', '/usr/local/var'), '__bash': ('exe', 'optional', '/usr/local/bin/bash'), '__bison': ('exe', 'required', '/usr/local/bin/bison'), + '__cmake': ('exe', 'optional', '/usr/local/bin/cmake'), '__git': ('exe', 'required', '/usr/local/bin/git'), '__svn': ('exe', 'optional', '/usr/local/bin/svn'), '__unzip': ('exe', 'optional', '/usr/local/bin/unzip'), -- cgit v1.2.3