diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/recipetool/append.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/append.py b/scripts/lib/recipetool/append.py index 9903871ab0..a2133f7a89 100644 --- a/scripts/lib/recipetool/append.py +++ b/scripts/lib/recipetool/append.py | |||
@@ -280,6 +280,9 @@ def appendfile(args): | |||
280 | alternative_pns.append(pn[1:]) | 280 | alternative_pns.append(pn[1:]) |
281 | elif pn.startswith('!'): | 281 | elif pn.startswith('!'): |
282 | postinst_pns.append(pn[1:]) | 282 | postinst_pns.append(pn[1:]) |
283 | elif selectpn: | ||
284 | # hit here with multilibs | ||
285 | continue | ||
283 | else: | 286 | else: |
284 | selectpn = pn | 287 | selectpn = pn |
285 | 288 | ||