2024-09-09 08:57:42 +00:00
|
|
|
SUMMARY = "Matchbox desktop folders for the Sato environment"
|
2024-09-09 08:52:07 +00:00
|
|
|
HOMEPAGE = "http://matchbox-project.org"
|
2024-09-09 08:57:42 +00:00
|
|
|
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
|
|
|
|
SECTION = "x11"
|
|
|
|
DEPENDS = ""
|
2024-09-09 08:57:42 +00:00
|
|
|
RCONFLICTS_${PN} = "matchbox-common"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07"
|
|
|
|
PV = "0.1+git${SRCPV}"
|
2024-09-09 08:57:42 +00:00
|
|
|
PR = "r1"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
SRC_URI = "git://git.yoctoproject.org/${BPN}"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|
|
|
|
FILES_${PN} += "${datadir}"
|