[oe] [PATCH] Remove ANGSTROM_FEED_CONFIGS reference in base-image.bb

Guo Hongruan camelguo at gmail.com
Thu Dec 24 09:40:39 UTC 2009


Rmove ANGSTROM_FEED_CONFIGS reference in recipes/images/base-image.bb, so that it is distro-independent.
---
 recipes/images/base-image.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/images/base-image.bb b/recipes/images/base-image.bb
index 295e0ed..8b1ed23 100644
--- a/recipes/images/base-image.bb
+++ b/recipes/images/base-image.bb
@@ -22,10 +22,9 @@ DISTRO_SSH_DAEMON ?= "dropbear"
 
 DISTRO_PACKAGE_MANAGER ?= "ipkg ipkg-collateral"
 
-# FIXME: We need a distro-indendent way of specifying feed configs.
 # Once the RFC for the DISTRO_FEED_CONFIGS variable name is approved,
 # we can remove this default definition and set it in the distro config.
-DISTRO_FEED_CONFIGS ?= "${ANGSTROM_FEED_CONFIGS}"
+DISTRO_FEED_CONFIGS ?= ""
 
 DEPENDS = "\
 	task-boot \
-- 
1.5.4.3





More information about the Openembedded-devel mailing list