Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Matchbox desktop folders for the Sato environment" |
| 2 | HOMEPAGE = "http://matchbox-project.org" |
| 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
| 4 | |
| 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 7 | |
| 8 | SECTION = "x11" |
| 9 | DEPENDS = "" |
| 10 | RCONFLICTS_${PN} = "matchbox-common" |
| 11 | |
| 12 | SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07" |
| 13 | PV = "0.1+git${SRCPV}" |
| 14 | PR = "r1" |
| 15 | |
| 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit autotools pkgconfig |
| 21 | |
| 22 | FILES_${PN} += "${datadir}" |