Skip to content

Remove patches that are not needed

Francesco Pham requested to merge mrfrank/meta-openharmony:wip/acts into kirkstone

remove-root-uid-check.patch: remove patch

The patch was a hacky way to allow starting of demo hap applications from a root user.
The proper way to start the demo apps is by running aa start ... from the system user.
For example:

$ hdc shell "su system -c 'aa start -a ohos.samples.clock.MainAbility -b ohos.samples.clock'"

test-xts-acts-Start-tests-from-onInit.patch: remove patch not needed

remove test-xts-acts-Start-tests-from-onInit.patch because now the tests are properly executed even without it.
Probably after fixing a segfault problem in the graphics stack, the tests execution have been fixed.

Signed-off-by: Francesco Pham francesco.pham@huawei.com

Relate-to: https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/issues/21

Merge request reports