Skip to content

Commit

Permalink
fixup! VIM4: add hdmiin-demo for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed May 7, 2024
1 parent 811ab76 commit 84cf06e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ case $DISTRIB_RELEASE in
;;
noble)
DEBOOTSTRAP_COMPONENTS="main,universe"
[[ "$DISTRIB_TYPE" != "minimal" ]] && PACKAGE_LIST_RELEASE="man-db kbd gnupg2 dirmngr networkd-dispatcher libjpeg9 command-not-found libgrpc++1.51t64 libboost-system1.74.0 libgcc1 rng-tools iozone3"
[[ "$DISTRIB_TYPE" != "minimal" ]] && PACKAGE_LIST_RELEASE="man-db kbd gnupg2 dirmngr networkd-dispatcher libjpeg9 command-not-found libgrpc++1.51t64 libboost-system1.83.0 libgcc1 rng-tools iozone3"
PACKAGE_LIST_DESKTOP+=" $PACKAGE_LIST_GSTREAMER xserver-xorg-input-all pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gsettings language-selector-gnome viewnior dbus-user-session libreoffice-style-tango"
PACKAGE_LIST_OFFICE+="paprefs"
;;
Expand Down
4 changes: 2 additions & 2 deletions packages/hdmiin-demo-debs-aml/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME="hdmiin-demo-debs-aml"
PKG_VERSION="6efce3892f2ef5784a5dc1e4cedb4b42a667b888"
PKG_SHA256="f77e50967a643c40a0ba3a7ff90e8965247bc0008fab1d1350d87588acf96b66"
PKG_VERSION="e81ecaa2c568ee0cf595deda87a52dba1a4b4260"
PKG_SHA256="f6408e946c46d63efedbaed99d7d2a9164ef5084db3afe253cf6f5de35d2b5a2"
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_VERSION}*"
PKG_SITE="$GITHUB_URL/numbqq/${PKG_NAME}"
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
Expand Down

0 comments on commit 84cf06e

Please sign in to comment.