Skip to content
Snippets Groups Projects
Commit 8f0d1411 authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard: display_device.c file into a relative subdir path


instead of using the absolute path using the ${S} variable, use an relative 
subdir path to copy the display_device.c file in the source directory.
This allows the correct build when using an external source directory, 
such as when using a devtool workspace.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 40365615
No related branches found
No related tags found
1 merge request!95openharmony-standard_3.0: allow devtool to properly unpack sources
......@@ -49,7 +49,7 @@ SRC_URI += "file://vendor-qemu-uhdf-files.patch;patchdir=${S}/drivers/peripheral
SRC_URI += "git://gitlab.eclipse.org/eclipse/oniro-core/openharmony-vendor-oniro.git;protocol=https;branch=main;rev=c7f69115d7af1a37f81bd4fc0462100d0aa87c2d;destsuffix=${S}/vendor/oniro"
SRC_URI += "file://peripherals-Limit-drivers-list-to-supported-by-the-qemuarm.patch;patchdir=${S}/drivers/adapter"
SRC_URI += "file://display_device.c;subdir=${S}/drivers/peripheral/display/hal/default/standard_system"
SRC_URI += "file://display_device.c;subdir=src/drivers/peripheral/display/hal/default/standard_system"
SRC_URI += "file://display-Use-temporary-qemuarm-implementation.patch;patchdir=${S}/drivers/peripheral"
SRC_URI += "file://display_gralloc_gbm.c-Use-card-drm-node.patch;patchdir=${S}/device/hihope"
SRC_URI += "file://hihope-gralloc-Backport-to-3.0.patch;patchdir=${S}/device/hihope"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment