diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb deleted file mode 100644 index 79d5bf31dc..0000000000 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "Matchbox stroke recogniser" | ||
2 | HOMEPAGE = "http://matchbox-project.org" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa" | ||
7 | |||
8 | DEPENDS = "libfakekey expat libxft" | ||
9 | SECTION = "x11/wm" | ||
10 | SRCREV = "2b772583b61d2f6e8358e7c80e10293fc27cfcb7" | ||
11 | PV = "0.0+git${SRCPV}" | ||
12 | PR = "r0" | ||
13 | |||
14 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | ||
15 | file://single-instance.patch \ | ||
16 | file://configure_fix.patch;maxrev=1819" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit autotools pkgconfig gettext | ||
21 | |||
22 | FILES_${PN} = "${bindir}/* \ | ||
23 | ${datadir}/applications \ | ||
24 | ${datadir}/pixmaps \ | ||
25 | ${datadir}/matchbox-stroke" | ||