Revert now unnecessary do_unpack bug workarounds
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Sep 2010 19:04:23 +0000 (12:04 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 10 Sep 2010 19:44:33 +0000 (12:44 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/angstrom/exquisite-theme-angstrom.bb
recipes/linux/files/configs/.empty [moved from recipes/linux/files/configs/empty with 100% similarity]
recipes/linux/multi-kernel.inc

index 8b3519f..5c17b31 100644 (file)
@@ -15,7 +15,7 @@ ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config"
 ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-angstrom"
 ALTERNATIVE_PRIORITY = "20"
 
-SRC_URI = "file://angstrom/*"
+SRC_URI = "file://angstrom/"
 
 S = "${WORKDIR}/angstrom"
 
index 44c5b16..70cfd87 100644 (file)
 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"