From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../recipes-support/vala-terminal/vala-terminal_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb (limited to 'meta-oe/recipes-support/vala-terminal') diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb new file mode 100644 index 0000000000..447381a79a --- /dev/null +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala" +SECTION = "x11/applications" +DEPENDS = "vte" +SRCREV = "0fefa38087581f85fa0631b40500b9428369c146" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +PV = "1.3+gitr${SRCPV}" +PE = "1" +PR = "r1" + +inherit autotools perlnative vala + +SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "ttf-liberation-mono" +RREPLACES_${PN} = "openmoko-terminal2" +RPROVIDES_${PN} = "openmoko-terminal2" -- cgit v1.2.3-54-g00ecf