mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
860 B
BlitzBasic
23 lines
860 B
BlitzBasic
SUMMARY = "Library for caching application menus"
|
|
DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus"
|
|
HOMEPAGE = "http://lxde.sourceforge.net/"
|
|
BUGTRACKER = ""
|
|
|
|
LICENSE = "GPLv2 & GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://libmenu-cache/menu-cache.h;endline=29;md5=26571532593adb17a37eac396260532c \
|
|
file://menu-cache-daemon/menu-cached.c;endline=22;md5=fcecb7d315c57ef804103fa9cdab7111"
|
|
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "glib-2.0 zlib"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.gz \
|
|
file://Fix-segfault.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "20fed982f5d8e6ec8a56a5b48894ecf0"
|
|
SRC_URI[sha256sum] = "4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e"
|
|
|
|
|
|
inherit autotools pkgconfig
|