diff options
Diffstat (limited to 'scripts/ci/checkout-oe.sh')
-rwxr-xr-x | scripts/ci/checkout-oe.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/checkout-oe.sh b/scripts/ci/checkout-oe.sh index a99f235..523d71c 100755 --- a/scripts/ci/checkout-oe.sh +++ b/scripts/ci/checkout-oe.sh | |||
@@ -45,6 +45,7 @@ for pin in $PIN_LIST; do | |||
45 | IFS=":" | 45 | IFS=":" |
46 | read -r project rev <<< "$pin" | 46 | read -r project rev <<< "$pin" |
47 | xmlstarlet ed --omit-decl -L \ | 47 | xmlstarlet ed --omit-decl -L \ |
48 | -d "/manifest/project[@name=\"$project\"]/@revision" \ | ||
48 | -i "/manifest/project[@name=\"$project\"]/@revision" -t attr -n "revision" -v "$rev" \ | 49 | -i "/manifest/project[@name=\"$project\"]/@revision" -t attr -n "revision" -v "$rev" \ |
49 | -i "/manifest/project[@name=\"$project\"]" -t attr -n "revision" -v "$rev" \ | 50 | -i "/manifest/project[@name=\"$project\"]" -t attr -n "revision" -v "$rev" \ |
50 | "$MANIFEST_FILE" | 51 | "$MANIFEST_FILE" |