rtems-bsp: Install 3rd party packages under a BSP.

Provide the paths so a package built for RTEMS can be installed
under the BSP.

Update NTP to install under the BSP.
This commit is contained in:
Chris Johns
2014-07-26 10:44:45 +10:00
parent 4900498e33
commit fdb2b9edc3
2 changed files with 31 additions and 0 deletions

View File

@@ -45,6 +45,14 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
../${source_dir_ntp}/configure \
--host=%{_host} \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--exec_prefix=%{_exec_prefix} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--datadir=%{_datadir} \
--disable-ipv6 \
--disable-HOPFPCI