Update xemu, remove rk3399 serial check, revert libxml2 test

This commit is contained in:
rocknix
2025-11-30 15:05:57 +00:00
parent 6c227b12cc
commit b27d8c8569
3 changed files with 1 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
PKG_NAME="xemu-sa"
PKG_VERSION="e6e828362e2b2e2d29c674fc104d5d3086a76f49"
PKG_VERSION="eb8e4519edcc150e8bc6cbe1d2186f852e9c919a"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/xemu-project/xemu"
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"

View File

@@ -1,8 +0,0 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
cat <<EOF >/storage/.config/profile.d/009-serial-number-path
DEVICE_SERIAL_NUMBER_PATH=("/sys/firmware/devicetree/base/serial-number")
EOF

View File

@@ -16,13 +16,3 @@ PKG_CMAKE_OPTS_HOST="${PKG_CMAKE_OPTS_ALL} \
PKG_CMAKE_OPTS_TARGET="${PKG_CMAKE_OPTS_ALL} \
-DLIBXML2_WITH_PYTHON=OFF"
post_makeinstall_target() {
sed -e "s:\(['= ]\)/usr:\\1${SYSROOT_PREFIX}/usr:g" -i ${SYSROOT_PREFIX}/usr/bin/xml2-config
rm -rf ${INSTALL}/usr/bin
rm -rf ${INSTALL}/usr/lib/xml2Conf.sh
# Add a symbolic link to libxml2.so.2 for compatability
ln -sf ${INSTALL}/usr/lib/libxml2.so.*.*.* ${INSTALL}/usr/lib/libxml2.so.2
}