From: Rene Wagner Date: Tue, 1 Aug 2006 14:01:52 +0000 (+0200) Subject: sudo: fix DEPENDS X-Git-Tag: familiar-v0.8.4-rc4~5 X-Git-Url: http://pilppa.org/gitweb/?p=familiar-h63xx-build.git;a=commitdiff_plain;h=099061d17890a039ec304bc08ed9be3c008a02e3 sudo: fix DEPENDS Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/classes/debian-vampyre.bbclass b/org.handhelds.familiar/classes/debian-vampyre.bbclass index 17d9216..a7bb6a5 100644 --- a/org.handhelds.familiar/classes/debian-vampyre.bbclass +++ b/org.handhelds.familiar/classes/debian-vampyre.bbclass @@ -1,3 +1,9 @@ +# debian-vampyre.bbclass - the supermarket thing +# +# Copyright (C) 2006, Rene Wagner +# Released under the MIT license (see org.handhelds.familiar/COPYING.MIT) +# + PN = "${@bb.parse.BBHandler.vars_from_file(bb.data.getVar('FILE',d),d)[0] or 'defaultpkgname'}" PV = "${@'-'.join((bb.parse.BBHandler.vars_from_file(bb.data.getVar('FILE',d),d)[1] or '1.0').split('-')[:-1])}" PR = "${@(bb.parse.BBHandler.vars_from_file(bb.data.getVar('FILE',d),d)[1] or '1').split('-')[-1]}" diff --git a/org.handhelds.familiar/packages/sudo/sudo_1.6.8p12-4.bb b/org.handhelds.familiar/packages/sudo/sudo_1.6.8p12-4.bb index 2bc3d05..09930b3 100644 --- a/org.handhelds.familiar/packages/sudo/sudo_1.6.8p12-4.bb +++ b/org.handhelds.familiar/packages/sudo/sudo_1.6.8p12-4.bb @@ -4,6 +4,8 @@ HOMEPAGE = "http://www.sudo.ws/sudo/" PRIORITY = "optional" SECTION = "admin" +DEPENDS = "fakeroot-native" + inherit autotools debian-vampyre SRC_URI += "file://install-binaries.patch;patch=1 \