diff options
-rw-r--r-- | recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend | 3 | ||||
-rw-r--r-- | recipes-sato/webkit/files/minibrowser.desktop | 17 | ||||
-rw-r--r-- | recipes-sato/webkit/webkitgtk_%.bbappend | 6 |
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 -} |