summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-04-16 16:46:08 -0400
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-04-26 16:15:24 +0200
commit19ae6765c73410c5a2f1aff96dfc36cbd2ad95ee (patch)
tree2b61a0f524a75dbc6d8d75267f0e7b2c21f430de /meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc
parentb132da2c95a7660bc7c6b61a982b5e09fdcd4afc (diff)
cmake: remove bbappend
The backported fix being applied by our cmake bbappend was merged in upstream oe-core long ago (thud release), remove it. Bug-AGL: SPEC-4578 Change-Id: Ib6453000a0bbebb591d16f3502041363be487dd4 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc')
-rw-r--r--meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc b/meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc
deleted file mode 100644
index 2d50a1f24..000000000
--- a/meta-agl-core/recipes-devtools/cmake/cmake_aglcore.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS:append := ":${THISDIR}/files"
-
-SRC_URI:append:class-nativesdk = " \
- file://environment.d-cmake-agl.sh \
-"
-
-do_install:append:class-nativesdk() {
- install -m 644 ${WORKDIR}/environment.d-cmake-agl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/cmake-agl.sh
-}