Browse Source

force rebuilding of reverse dependencies, even when binary packages exist that match all requirements

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
2e5a509a78
  1. 3
      openpkg-tool/openpkg-build.pl
  2. 4
      openpkg-tool/openpkg-tool.spec

3
openpkg-tool/openpkg-build.pl

@ -1883,12 +1883,13 @@ sub print_list1 ($$$@$) {
# rebuild binary package IF
#
# 'unconditional' option
# OR target is tagged as rebuilding
# OR there is no binary package
# OR dependency check found that installed package is not suitable
# OR existing binary package doesn't satisfy wanted options
#
$cmd1 = undef;
if ($uncond || !-f $bpkg ||
if ($uncond || $_->{REBUILD} || !-f $bpkg ||
!target_suitable(binary_target($_, $bpkg),$with)) {
$opt = make_defines($_->{OPTIONS}, $with,

4
openpkg-tool/openpkg-tool.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group: Bootstrapping
License: GPL
Version: 20030330
Release: 20030330
Version: 20030403
Release: 20030403
# list of sources
Source0: openpkg.sh

Loading…
Cancel
Save