From c66704cd6f91044a345096b9e3ab413e14e79319 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 13 Feb 2006 00:21:13 +0000 Subject: Various misc metadata fixes to enable poky builds again git-svn-id: https://svn.o-hand.com/repos/poky/trunk@273 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/classes/package.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openembedded/classes/package.bbclass') diff --git a/openembedded/classes/package.bbclass b/openembedded/classes/package.bbclass index fd8d1b7b0..03a533d59 100644 --- a/openembedded/classes/package.bbclass +++ b/openembedded/classes/package.bbclass @@ -84,8 +84,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst # Function to strip a single file, called from RUNSTRIP below # A working 'file' (one which works on the target architecture) # is necessary for this stuff to work. -PACKAGE_DEPENDS ?= "file-native" -DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " +#PACKAGE_DEPENDS ?= "file-native" +#DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " #FIXME: this should be "" when any errors are gone! IGNORE_STRIP_ERRORS ?= "1" -- cgit v1.2.3