From 81a6151a92e7a34b7d3f397488bc584680964c25 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 17 Jun 2006 15:32:25 +0000 Subject: [PATCH] * changed FOOTPRINT module to move everything to stage 1 for embedded footprint --- pkgsel/Base/FOOTPRINT.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgsel/Base/FOOTPRINT.conf b/pkgsel/Base/FOOTPRINT.conf index 88b2238..82e4536 100644 --- a/pkgsel/Base/FOOTPRINT.conf +++ b/pkgsel/Base/FOOTPRINT.conf @@ -18,6 +18,7 @@ case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in embedded) y="DISABLE_NLS=1" y="$y PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1 STATIC=1" + pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,' ;; light) y="DISABLE_NLS=1"