From patchwork Wed Oct 24 23:54:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,5/8] vala-terminal: inherit vala Date: Wed, 24 Oct 2012 23:54:26 -0000 From: Martin Jansa X-Patchwork-Id: 38547 Message-Id: To: openembedded-devel@lists.openembedded.org * we need to export XDG_DATA_DIRS Signed-off-by: Martin Jansa --- meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index e81e952..4e76534 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb @@ -1,13 +1,14 @@ DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala." SECTION = "x11/applications" -DEPENDS = "vala-native vte" +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 +inherit autotools perlnative vala SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" S = "${WORKDIR}/git"