aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pw-am.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pw-am.sh')
-rwxr-xr-xcontrib/pw-am.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pw-am.sh b/contrib/pw-am.sh
index 8987eee8eb..d9d1187b0b 100755
--- a/contrib/pw-am.sh
+++ b/contrib/pw-am.sh
@@ -9,7 +9,7 @@
for patchnumber in $@;
do
- wget -nv http://patches.openembedded.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
+ wget -nv http://patchwork.yoctoproject.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
git am -s pw-am-$patchnumber.patch
rm pw-am-$patchnumber.patch
done