From: Rod Whitby Date: Wed, 17 Nov 2004 13:14:50 +0000 (+0000) Subject: Bumped switchbox version to match the new binary uploaded X-Git-Tag: Release-2010-05/1~16164 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da07777bc14e76333ab056f1f32e29887c872389;p=openembedded.git Bumped switchbox version to match the new binary uploaded BKrev: 419b4ecaZNACRVMlkkjYxGvbgqk2-w --- diff --git a/nslu2-binary-only/nslu2-switchbox-firmware.oe b/nslu2-binary-only/nslu2-switchbox-firmware.oe index e69de29bb2..298189ecdb 100644 --- a/nslu2-binary-only/nslu2-switchbox-firmware.oe +++ b/nslu2-binary-only/nslu2-switchbox-firmware.oe @@ -0,0 +1,13 @@ +SECTION = "base" +DEPENDS = "" +PACKAGES = "" +INHIBIT_DEFAULT_DEPS = "1" +PR = "r2" + +SRC_URI = "http://www.nslu2-linux.org/downloads/switchbox-3.2.tar.gz" +S = "${WORKDIR}" + +do_compile () { + install -d ${STAGING_LIBDIR}/nslu2-binaries + install -m 0755 switchbox.ext2.gz ${STAGING_LIBDIR}/nslu2-binaries/switchbox.ext2.gz +}