oracle-jdk-arm: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:27 +00:00
parent 0c1db8e543
commit 01bbe2f303
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,6 @@ checksum="348252453db819a4cda146753b54b86ebd32191e47ff9f9be671e88aaf919d7c"
distfiles="http://download.oracle.com/otn-pub/java/jdk/${version}-b${_build}/${_filename}"
wrksrc="jdk$_longVersion"
update_pattern="jdk-\K[^-]+(?=-linux-arm-vfp)"
do_fetch() {
mkdir -p $wrksrc

View file

@ -0,0 +1 @@
pattern="jdk-\K[^-]+(?=-linux-arm-vfp)"