]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
sudo: fix DEPENDS
authorRene Wagner <rw@handhelds.org>
Tue, 1 Aug 2006 14:01:52 +0000 (16:01 +0200)
committerRene Wagner <rw@handhelds.org>
Tue, 1 Aug 2006 14:01:52 +0000 (16:01 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/classes/debian-vampyre.bbclass
org.handhelds.familiar/packages/sudo/sudo_1.6.8p12-4.bb

index 17d9216c7846235dac8d4d36deff7b6a89b40c80..a7bb6a5f56167ef43f5c46ab4400e052b325d453 100644 (file)
@@ -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]}"
index 2bc3d05219f12fa87265908f732b23b2f8e82bf3..09930b361f3de0d55a0ce3db785965bdfebdea6c 100644 (file)
@@ -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 \