Merge pull request #476 from jcvenegas/fix-qemu-vanilla

pkg: qemu-vanilla: organize patches per version.
This commit is contained in:
GabyCT
2019-05-02 16:18:40 -05:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -302,8 +302,9 @@ parts:
esac
# download source
git clone --branch ${branch} --single-branch ${url} ${pkg_name}
cd ${pkg_name}
pkg_repo_dir="${pkg_name}-repo"
git clone --branch ${branch} --single-branch ${url} "${pkg_repo_dir}"
cd ${pkg_repo_dir}
git checkout ${commit}
[ -n "$(ls -A ui/keycodemapdb)" ] || git clone https://github.com/qemu/keycodemapdb ui/keycodemapdb/