summaryrefslogtreecommitdiff
path: root/recipes-gnome/gnome-disk-utility
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-10-04 08:09:03 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2024-05-07 17:37:27 +0200
commitf1d7e907f9650e8f470f1651e6d4116184834d52 (patch)
tree6a0ad5ea63909276757668bb0ac09ef0c643ed0a /recipes-gnome/gnome-disk-utility
parent327f6606b0a014942501b3cbce55988bc78a30db (diff)
recipes: remove recipe now available in other layers
gnome-disk-utility in a later version is available from meta-openembedded. joe version 4.6 has landed in meta-openembedded. tinycompress version 1.1.6 has landed in meta-freescale. imlib2: now available from meta-openembedded. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-gnome/gnome-disk-utility')
-rw-r--r--recipes-gnome/gnome-disk-utility/gnome-disk-utility_3.21.3.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-gnome/gnome-disk-utility/gnome-disk-utility_3.21.3.bb b/recipes-gnome/gnome-disk-utility/gnome-disk-utility_3.21.3.bb
deleted file mode 100644
index 8a89f83..0000000
--- a/recipes-gnome/gnome-disk-utility/gnome-disk-utility_3.21.3.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "GNOME disk utility"
-
-LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-DEPENDS = "avahi-ui glib-2.0 gnome-doc-utils gtk+3 intltool-native \
- libatasmart libcanberra libdvdread libgnome-keyring \
- libnotify libpwquality libsecret libunique libxslt-native \
- pkgconfig-native udisks2 virtual/libx11 xmlto-native xz"
-
-PR = "r4"
-
-inherit gnomebase gtk-icon-cache
-SRC_URI[archive.md5sum] = "265ed1aede9ef0570228ca6908e9df59"
-SRC_URI[archive.sha256sum] = "f39508226268f39dafa8977ebcec1d36e694f8aa7c4a404d1ac50f76e8e57739"
-GNOME_COMPRESS_TYPE = "xz"
-
-EXTRA_OECONF += "--disable-gsd-plugin"
-
-do_configure:prepend() {
- sed -i -e "s: help : :g" ${S}/Makefile.am
-}
-
-FILES:${PN} += "${datadir}/appdata ${datadir}/dbus-1/services"
-FILES:${PN}-libs += "${libdir}/libgdu*.so.*"