summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-05-18 14:58:54 +0300
committerKhem Raj <raj.khem@gmail.com>2020-05-18 11:11:45 -0700
commita8d69f404a5d95cec8fb9bc4120b615b619895ee (patch)
tree3d0ba491107fa40f322b9d2b4c6d5a476f29cd0d /meta-gnome
parent04afc692a3c82a93da0f079b1a3f90c8188e8c86 (diff)
downloadmeta-openembedded-a8d69f404a5d95cec8fb9bc4120b615b619895ee.tar.gz
libhandy: Remove, moved to OE-core
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-support/libhandy/libhandy_git.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
deleted file mode 100644
index 8c6159f998..0000000000
--- a/meta-gnome/recipes-support/libhandy/libhandy_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "A library full of GTK+ widgets for mobile phones"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"
6SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563"
7S = "${WORKDIR}/git"
8PV = "0.0.12"
9
10GIR_MESON_ENABLE_FLAG = 'enabled'
11GIR_MESON_DISABLE_FLAG = 'disabled'
12GTKDOC_MESON_OPTION = 'gtk_doc'
13
14inherit meson gobject-introspection vala gettext gtk-doc features_check
15
16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
17
18DEPENDS += "gtk+3"
19
20PACKAGES =+ "${PN}-examples"
21FILES_${PN}-examples = "${bindir}"