From b8be9213a8bbea287130569f09631eb08d58fc9f Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Sun, 3 Oct 2004 13:03:07 +0000 Subject: Remove case , as OE already does the work for us, bump oipie-image.oe PR BKrev: 415ff88bY3DxDSkHnaNvpMbn10sbvA --- classes/image_ipk.oeclass | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'classes/image_ipk.oeclass') diff --git a/classes/image_ipk.oeclass b/classes/image_ipk.oeclass index 597d9d82d9..07c4e83d6c 100644 --- a/classes/image_ipk.oeclass +++ b/classes/image_ipk.oeclass @@ -51,14 +51,7 @@ fakeroot do_rootfs () { insert_feed_uris () { echo "Building feeds for [${DISTRO}].." - - case "${DISTRO}" in - openzaurus*) FEED_URIS_="$FEED_URIS_openzaurus";; - familiar*) FEED_URIS_="$FEED_URIS_familiar";; - esac - - ! test -z "$FEED_URIS_" && FEED_URIS="$FEED_URIS_" - + for line in ${FEED_URIS} do # strip leading and trailing spaces/tabs, then split into name and uri -- cgit v1.2.3