mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-containers/waydroid: fix broken kernel config check
pkg_setup needs to be defined explicitly because both linux-info and python-single-r1 export pkg_setup. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -43,6 +43,11 @@ ERROR_ANDROID_BINDER_IPC="CONFIG_ANDROID_BINDER_IPC: need for creating Android-s
|
|||||||
ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated ISHMEM drivers,
|
ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated ISHMEM drivers,
|
||||||
therefore it's vital for android-specific memory management"
|
therefore it's vital for android-specific memory management"
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
linux-info_pkg_setup
|
||||||
|
python-single-r1_pkg_setup
|
||||||
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if ! use apparmor; then
|
if ! use apparmor; then
|
||||||
# https://github.com/waydroid/waydroid/issues/652
|
# https://github.com/waydroid/waydroid/issues/652
|
||||||
|
|||||||
Reference in New Issue
Block a user