diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-24 15:45:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:37:57 +0000 |
commit | 274d77860fca70a2906f0339d0548aa5f6d86055 (patch) | |
tree | 3884fe9d3610c2a3beea97346a2bd3b164152750 /meta/recipes-gnome | |
parent | 8d2e24810e1b4a5c67291fb5275af3441e5e76b9 (diff) | |
download | poky-274d77860fca70a2906f0339d0548aa5f6d86055.tar.gz |
libwnck3: remove the recipe
Nothing requires it in oe-core now, so it will be re-added to meta-openembedded.
(From OE-Core rev: 5741419426c6f8255d55560e3a4721fa4c68a179)
(From OE-Core rev: 129281e8557ec8d29ecf863675884713a3050f4b)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb deleted file mode 100644 index fd4ef69497..0000000000 --- a/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | SUMMARY = "Window navigation construction toolkit" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
4 | |||
5 | BPN = "libwnck" | ||
6 | |||
7 | SECTION = "x11/libs" | ||
8 | DEPENDS = "intltool-native gtk+3 gdk-pixbuf-native libxres" | ||
9 | |||
10 | PACKAGECONFIG ??= "startup-notification" | ||
11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
12 | |||
13 | inherit gnomebase gobject-introspection gtk-doc | ||
14 | SRC_URI[archive.md5sum] = "487938d65d4bfae1f2501052b1bd7492" | ||
15 | SRC_URI[archive.sha256sum] = "1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72" | ||
16 | |||
17 | inherit distro_features_check | ||
18 | # libxres means x11 only | ||
19 | REQUIRED_DISTRO_FEATURES = "x11" | ||