[RTEMS Project] #3919: RSB may not download source of pkconfig checked packages

RTEMS trac trac at rtems.org
Fri Mar 27 03:33:40 UTC 2020


#3919: RSB may not download source of pkconfig checked packages
--------------------------+-------------------------
  Reporter:  Chris Johns  |      Owner:  Chris Johns
      Type:  defect       |     Status:  assigned
  Priority:  normal       |  Milestone:  5.1
 Component:  tool/rsb     |    Version:  5
  Severity:  normal       |   Keywords:
Blocked By:               |   Blocking:
--------------------------+-------------------------
 There are config files with the following:
 {{{
 #
 # The GLib build instructions. We use 2.x.x Release 1.
 #
 %ifn %{pkgconfig check glib-2.0}
  %include %{_configdir}/glib-2-1.cfg
 %endif
 }}}
 If the glib package is present the config file is not loaded and the
 source is not downloaded with the `sb-get-source` package. Change the
 config to:
 {{{
 #
 # The GLib build instructions. We use 2.x.x Release 1.
 #
 %if !%{pkgconfig check glib-2.0} || %{defined _rsb_getting_source}
  %include %{_configdir}/glib-2-1.cfg
 %endif
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3919>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list