diff options
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/libmatchbox_git.bb')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb new file mode 100644 index 0000000000..f916889cc3 --- /dev/null +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require libmatchbox.inc | ||
2 | |||
3 | PV = "1.9+git${SRCPV}" | ||
4 | PR = "r0" | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | ||
8 | file://configure_fixes.patch;patch=1 \ | ||
9 | file://check.m4 \ | ||
10 | file://16bppfixes.patch;patch=1 \ | ||
11 | file://matchbox-start-fix.patch;patch=1" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | cp ${WORKDIR}/check.m4 ${S}/ | ||
17 | } | ||