From 15c1b7982f68f7323a4d38fbcd73424e82261381 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 10 Sep 2010 12:04:23 -0700 Subject: Revert now unnecessary do_unpack bug workarounds Signed-off-by: Chris Larson --- recipes/linux/multi-kernel.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/linux/multi-kernel.inc') diff --git a/recipes/linux/multi-kernel.inc b/recipes/linux/multi-kernel.inc index 44c5b16780..70cfd87f74 100644 --- a/recipes/linux/multi-kernel.inc +++ b/recipes/linux/multi-kernel.inc @@ -13,14 +13,14 @@ require linux.inc SRC_URI_append = " \ - file://configs/* " + file://configs/ " MULTI_CONFIG_BASE_SUFFIX = "multi-config-" do_compileconfigs () { # Compile and Install additional kernel configs if found - if [ -e ${WORKDIR}/configs/empty ] ; then + if [ -e ${WORKDIR}/configs/.empty ] ; then echo "No configs found in configs/ directory, skipping to regular build" else echo "Multiple configs found, building those first" -- cgit v1.2.3