Skip to content

Commit

Permalink
scripts: Update Userland to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Mar 8, 2023
1 parent a9120e9 commit 66bf4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_gst.sh
Expand Up @@ -212,7 +212,7 @@ pip3 install ${GST_PIP_DEPENDENCIES[@]}
if [ -n "$USERLAND_PATH" ]; then
git clone https://github.com/raspberrypi/userland.git $USERLAND_PATH
cd $USERLAND_PATH
git checkout c4fd1b8986c6d6d4ae5cd51e65a8bbeb495dfa4e
git checkout 54fd97ae4066a10b6b02089bc769ceed328737e0

sed -i "s/sudo//g" buildme # remove any sudo call
./buildme $GST_INSTALL_DIR
Expand Down

0 comments on commit 66bf4d8

Please sign in to comment.