package.bbclass: Add fakeroot-native as a depenedncy (from poky)
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 1 Jan 2007 17:49:24 +0000 (17:49 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 1 Jan 2007 17:49:24 +0000 (17:49 +0000)
classes/package.bbclass

index 132fdcb..a327aa4 100644 (file)
@@ -116,7 +116,7 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst
 
        bb.data.setVar('PACKAGES', ' '.join(packages), d)
 
-PACKAGE_DEPENDS ?= "file-native"
+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"