mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@985 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -116,8 +116,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst
|
|||||||
|
|
||||||
bb.data.setVar('PACKAGES', ' '.join(packages), d)
|
bb.data.setVar('PACKAGES', ' '.join(packages), d)
|
||||||
|
|
||||||
#PACKAGE_DEPENDS ?= "file-native"
|
PACKAGE_DEPENDS ?= "file-native fakeroot-native"
|
||||||
#DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
|
DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
|
||||||
# file(1) output to match to consider a file an unstripped executable
|
# file(1) output to match to consider a file an unstripped executable
|
||||||
FILE_UNSTRIPPED_MATCH ?= "not stripped"
|
FILE_UNSTRIPPED_MATCH ?= "not stripped"
|
||||||
#FIXME: this should be "" when any errors are gone!
|
#FIXME: this should be "" when any errors are gone!
|
||||||
|
|||||||
Reference in New Issue
Block a user