mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Its not cross compile safe, and there is a post install step via mime bbclass which should take care of it Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
1010 B
BlitzBasic
24 lines
1010 B
BlitzBasic
SUMMARY = "VCD (Value Change Dump) file waveform viewer"
|
|
DESCRIPTION = "gtkwave is a viewer for VCD (Value Change Dump) files which are usually created by digital circuit simulators. (These files have no connection to video CDs!) "
|
|
HOMEPAGE = "http://gtkwave.sourceforge.net/"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
|
|
|
|
SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "23879689ecf7e2cdd2cd5a91c5c601da"
|
|
SRC_URI[sha256sum] = "d20dd1a9307b908439c68122a9f81d3ff434a6bfa5439f0cb01398fec650894f"
|
|
|
|
inherit pkgconfig autotools gettext texinfo mime mime-xdg
|
|
DEPENDS += "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
|
|
RDEPENDS_${PN} += "tk-lib"
|
|
|
|
# depends on gtk+ which has this restriction
|
|
inherit features_check
|
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
|
|
|
EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc --disable-mime-update"
|
|
|
|
FILES_${PN} = "${bindir} ${datadir}"
|