mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 06:37:56 +00:00
This decouples meta-oe dependencies on meta-gnome, right now we have to use meta-gnome as dependent layer ERROR: Nothing PROVIDES 'libbonoboui' (but meta-openembedded/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'glade3' has no buildable providers. Missing or unbuildable dependency chain was: ['glade3', 'libbonoboui'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
29 lines
1.0 KiB
BlitzBasic
29 lines
1.0 KiB
BlitzBasic
SUMMARY = "Glade - A User Interface Designer"
|
|
HOMEPAGE = "http://www.gnu.org/software/gnash"
|
|
LICENSE = "GPLv2 & LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
|
file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7"
|
|
DEPENDS = "gtk+ gnome-doc-utils-native gnome-common libxml2"
|
|
|
|
PR = "r1"
|
|
|
|
inherit autotools pkgconfig pythonnative
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \
|
|
file://0001-gnome-doc-utils.make-sysrooted-pkg-config.patch"
|
|
SRC_URI[md5sum] = "b5da0ce717b2dc710e93a10b97c0f9ce"
|
|
SRC_URI[sha256sum] = "f180a5018eee6e3fe574854cb025af897dd9962b01d17d5752e626876d388b19"
|
|
|
|
EXTRA_OECONF += "--disable-scrollkeeper"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui"
|
|
|
|
do_configure_prepend() {
|
|
sed -i '/^if HAVE_GNOME_DOC_UTILS/,/^endif/d' ${S}/Makefile.am
|
|
}
|
|
|
|
FILES_${PN} += "${datadir}/icons"
|
|
FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
|
|
FILES_${PN}-dev += "${libdir}/glade3/modules/*.la"
|