summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-05-20 15:32:21 -0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2025-05-23 09:13:38 +0000
commit2038f6c972be42cc144f1d8a27574d0072f29c67 (patch)
treea3564a7fb58fe4499befa22234d36df442a94a25
parent6c4361982c1dec9f3a6af838c5c7855dc34a918a (diff)
recipes-sato: remove matchbox-keyboard and webkit bbappends
These packages are not being installed into our images. Remove them as they are not used anymore. Related-to: ELB-6306 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend3
-rw-r--r--recipes-sato/webkit/files/minibrowser.desktop17
-rw-r--r--recipes-sato/webkit/webkitgtk_%.bbappend6
3 files changed, 0 insertions, 26 deletions
diff --git a/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend b/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend
deleted file mode 100644
index 6467d8d8..00000000
--- a/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-# Fails to build for ARM, at least with angstrom and the linaro toolchain
-# | error: matchbox-keyboard-image.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC
-LDFLAGS += " ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
diff --git a/recipes-sato/webkit/files/minibrowser.desktop b/recipes-sato/webkit/files/minibrowser.desktop
deleted file mode 100644
index a86fd0a9..00000000
--- a/recipes-sato/webkit/files/minibrowser.desktop
+++ /dev/null
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Value=1.0
-Type=Application
-Exec=/usr/bin/MiniBrowser
-Icon=browser
-Categories=
-StartupNotify=true
-Name=MiniBrowser
-Name[fr]=MiniBrowser
-Name[fr_CA]=MiniBrowser
-Name[ja]=MiniBrowser
-Name[pl]=MiniBrowser
-GenericName=MiniBrowser
-GenericName[fr]=MiniBrowser
-GenericName[fr_CA]=MiniBrowser
-GenericName[ja]=MiniBrowser
-GenericName[pl]=MiniBrowser
diff --git a/recipes-sato/webkit/webkitgtk_%.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend
deleted file mode 100644
index e171fe0c..00000000
--- a/recipes-sato/webkit/webkitgtk_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
-SRC_URI += "file://minibrowser.desktop"
-
-do_install:append() {
- install -m 0644 -D ${UNPACKDIR}/minibrowser.desktop ${D}${datadir}/applications/minibrowser.desktop
-}