summaryrefslogtreecommitdiff
path: root/packages/busybox/slingbox_1.00.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-11-15 15:48:32 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-11-15 15:48:32 +0000
commitfe6251ecd5bdd58a5b3ceda9674d57a3850f67fc (patch)
tree6f83d16ddb6c1348ca43425bfa9c117a48079f31 /packages/busybox/slingbox_1.00.bb
parentaf374dd518159ab5a4eaed6802f4cf50d7cf73dd (diff)
parent7110f87f99bed3015de53af5e42ac3fbb1fda780 (diff)
merge of '0479e731919623fe441e7b76d00e8c836c573157'
and 'bcd222bb88d3e217d64a5699a87a9c1253895f1f'
Diffstat (limited to 'packages/busybox/slingbox_1.00.bb')
-rw-r--r--packages/busybox/slingbox_1.00.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/busybox/slingbox_1.00.bb b/packages/busybox/slingbox_1.00.bb
index 8e11a09e6c..2d2d88317c 100644
--- a/packages/busybox/slingbox_1.00.bb
+++ b/packages/busybox/slingbox_1.00.bb
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.busybox.net"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r9"
+PR = "r10"
+COMPATIBLE_MACHINE = "nslu2"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://defconfig \
@@ -13,12 +14,6 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
S = "${WORKDIR}/busybox-${PV}"
-python () {
- # Don't build slingbox unless we're targeting an nslu2
- if bb.data.getVar("MACHINE", d, 1) != "nslu2":
- raise bb.parse.SkipPackage("switchbox only builds for the Linksys NSLU2")
-}
-
export EXTRA_CFLAGS = "${CFLAGS}"
EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}"