summaryrefslogtreecommitdiff
path: root/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-05-07 18:17:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-05-07 18:17:38 +0200
commitb8f8672079cd5a922dc8eae5cd3af689a5615c98 (patch)
treef1ae80f03baa55e8dbfe61f461d1c13641e13c89 /qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
parent9e4e0f4afb33c469d4499258ee44ca8049e53c1c (diff)
qedit: remove x11 only tool
Remove the recipe. Related-to: ELB-5740 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb')
-rw-r--r--qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb b/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
deleted file mode 100644
index 11bb90d..0000000
--- a/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "QEdit Text Editor"
-HOMEPAGE = "http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt&package=qedit&full=0"
-SECTION = "x11"
-
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=81bcece21748c91ba9992349a91ec11d"
-
-DEPENDS = "qtbase qtx11extras"
-
-inherit cmake_qt5
-
-SRC_URI = " \
- http://hugo.pereira.free.fr/software/tgz/qedit-2.8.2.tar.gz \
- file://qedit.desktop \
- file://0001-Options.cpp-provide-default-for-SIDE_PANEL_TOOLBAR_T.patch \
-"
-SRC_URI[md5sum] = "7cca177ea042b230678ba0bb36269665"
-SRC_URI[sha256sum] = "cc0686927ec8ffe44527f682b3a8d9585f753d643543fae061cb023a3b71ddb0"
-
-EXTRA_OECMAKE = "-DUSE_QT5=ON"
-#export EXTRA_OECMAKE = "-DCMAKE_INSTALL_PREFIX=/usr"
-do_configure() {
- # Ensure we get the cmake configure and not qmake
- cmake_do_configure
-}
-
-do_install:append () {
- install -d ${D}/${datadir}/applications
- install -m 755 ${WORKDIR}/qedit.desktop ${D}/${datadir}/applications/
-}
-
-FILES:${PN} += ""
-FILES:${PN}-dev += ""