package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 15:14:05 +0000 (15:14 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 15:14:05 +0000 (15:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@985 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/package.bbclass

index d56e8b5..3d56ca1 100644 (file)
@@ -116,8 +116,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst
 
        bb.data.setVar('PACKAGES', ' '.join(packages), d)
 
-#PACKAGE_DEPENDS ?= "file-native"
-#DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
+PACKAGE_DEPENDS ?= "file-native fakeroot-native"
+DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
 # file(1) output to match to consider a file an unstripped executable
 FILE_UNSTRIPPED_MATCH ?= "not stripped"
 #FIXME: this should be "" when any errors are gone!