Support a "first version wins" semantics.
authorAnas Nashif <anas.nashif@intel.com>
Thu, 11 Oct 2012 22:22:40 +0000 (15:22 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sun, 3 Feb 2013 00:44:15 +0000 (16:44 -0800)
scripts/perl.prov

index 400cb19..a6d8856 100755 (executable)
@@ -170,7 +170,7 @@ sub process_file {
 
         $version = $1;
       }
-      $require{$package} = $version;
+      $require{$package} ||= $version;
     }
 
     # Allow someone to have a variable that defines virtual packages