From: Rod Whitby Date: Sat, 10 May 2008 13:30:48 +0000 (+0000) Subject: hostap-daemon: Remove bashism X-Git-Tag: Release-2010-05/1~6963 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef50b2aa16aed7e5d0c368c62c6b9d6a305ecc69;p=openembedded.git hostap-daemon: Remove bashism --- diff --git a/packages/hostap/hostap-daemon_0.5.10.bb b/packages/hostap/hostap-daemon_0.5.10.bb index f75efc4a34..3fc1d8dc11 100644 --- a/packages/hostap/hostap-daemon_0.5.10.bb +++ b/packages/hostap/hostap-daemon_0.5.10.bb @@ -4,6 +4,7 @@ SECTION = "kernel/userland" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "openssl ${@base_contains("COMBINED_FEATURES", "pci", "madwifi-ng", "",d)}" +PR = "r1" #we introduce MY_ARCH to get 'armv5te' as arch instead of the misleading 'arm' on armv5te builds MY_ARCH := "${PACKAGE_ARCH}" @@ -23,7 +24,7 @@ INITSCRIPT_NAME=hostapd do_configure() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config - if [ "x$HAS_PCI" == "x1" ] ; then + if [ "x$HAS_PCI" = "x1" ] ; then echo "CONFIG_DRIVER_MADWIFI=y" >> .config echo "CFLAGS += -I${STAGING_INCDIR}/madwifi-ng" >> .config fi