Remove case , as OE already does the work for us, bump oipie-image.oe PR
authorMatthias Hentges <oe@hentges.net>
Sun, 3 Oct 2004 13:03:07 +0000 (13:03 +0000)
committerMatthias Hentges <oe@hentges.net>
Sun, 3 Oct 2004 13:03:07 +0000 (13:03 +0000)
BKrev: 415ff88bY3DxDSkHnaNvpMbn10sbvA

classes/image_ipk.oeclass
meta/opie-image.oe

index 597d9d8..07c4e83 100644 (file)
@@ -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
index 9c10ddb..dc01065 100644 (file)
@@ -8,7 +8,7 @@ export FEED_URIS_openzaurus = "OZ-3.5.1##http://openzaurus.org/official/unstable
 export FEED_URIS_familiar = "OZ-3.5.1##http://openzaurus.org/official/unstable/3.5.1/feed/ \
                             OZ-Upgrades##http://openzaurus.org/official/unstable/3.5.1/upgrades/"
 
-PR = "r2"
+PR = "r3"
 
 include opie-collections.oe
 
@@ -65,7 +65,7 @@ merge_feeds() {
 #IMAGE_POSTPROCESS_COMMAND = "zap_root_password"
 
 # merge feed-sources into ipkg.conf
-IMAGE_PREPROCESS_COMMAND = "merge_feeds"
+#IMAGE_PREPROCESS_COMMAND = "merge_feeds"
 
 inherit image_ipk