From de7ec2487e46e7ff12950717d7e575c6b8301c96 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 31 Jul 2007 20:10:18 +0000 Subject: [PATCH] oh-puzzles: add libowl to dependencies [should be done in poky as well] --- packages/puzzles/oh-puzzles_svn.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/puzzles/oh-puzzles_svn.bb b/packages/puzzles/oh-puzzles_svn.bb index 85d742ce90..67643cb281 100644 --- a/packages/puzzles/oh-puzzles_svn.bb +++ b/packages/puzzles/oh-puzzles_svn.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Portable Puzzle Collection" LICENSE = "MIT" SECTION = "x11" -DEPENDS = "gtk+ gconf intltool-native librsvg" +DEPENDS = "gtk+ gconf intltool-native librsvg libowl" PV = "0.1+svn${SRCDATE}" -PR = "r4" +PR = "r5" inherit autotools pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" S = "${WORKDIR}/${PN}" -do_install_append () { +do_install_append() { mv ${D}${bindir} ${D}/usr/games install -d ${D}/${datadir}/applications/ -- 2.39.5