Skip to content

Commit

Permalink
Update MPB, fixup for archlinux packaging changes
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 3, 2024
1 parent 2080810 commit 8fd41e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archiso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pacman pacman -Syuu --noconfirm && pacman -Scc

# install packages for archiso and live-welcome
RUN pacman -Syu --noconfirm arch-install-scripts dosfstools e2fsprogs libisoburn mtools squashfs-tools && \
pacman -Syu --noconfirm gcc git jack2 kparts make patch pkg-config qt5-webengine && \
pacman -Syu --noconfirm gcc git jack2 kparts5 make patch pkg-config qt5-webengine qt5-x11extras && \
pacman -Scc

# misc setup
Expand Down
2 changes: 1 addition & 1 deletion archiso/liveusb/packages.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ amd-ucode
base
bash
breeze
cardinal-jack
cardinal-standalone
cloud-init
cpupower
edk2-shell
Expand Down
2 changes: 1 addition & 1 deletion mod-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV USER builder
ENV HOME /home/$USER

# NOTE you can edit this as needed
ENV MPB_COMMIT_HASH_FOR_MOD_OS 4d410a0c6d08fb24bdfa50e7a710605fb2e26ad1
ENV MPB_COMMIT_HASH_FOR_MOD_OS 0a26f578d7de19646f21a3e27eda5cf562f2fa83

# update to requested commit
RUN git checkout . && git checkout master && git pull && git checkout $MPB_COMMIT_HASH_FOR_MOD_OS && git submodule update
Expand Down
2 changes: 1 addition & 1 deletion plugins/mod-plugin-builder
2 changes: 1 addition & 1 deletion toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN mkdir $HOME/mod-workdir

# mod-plugin-builder settings
ENV MPB_GIT_URL https://github.com/moddevices/mod-plugin-builder
ENV MPB_GIT_HASH 4d410a0c6d08fb24bdfa50e7a710605fb2e26ad1
ENV MPB_GIT_HASH 0a26f578d7de19646f21a3e27eda5cf562f2fa83

# checkout mod-plugin-builder
RUN git clone $MPB_GIT_URL
Expand Down

0 comments on commit 8fd41e6

Please sign in to comment.