Files
poky/openembedded/packages/prism3-support/prism3-support_1.0.0.bb
Richard Purdie 6b89cc186f Some PACKAGE_ARCH changes to help mutlibuild and misc
git-svn-id: https://svn.o-hand.com/repos/poky@208 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-12-22 23:02:06 +00:00

17 lines
476 B
BlitzBasic

DESCRIPTION = "meta-package for prism3 support through ifupdown and hostap_fw_load"
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "prism3-firmware hostap-utils"
RDEPENDS = "prism3-firmware hostap-utils"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
PACKAGE_ARCH = "all"
PR = "r0"
SRC_URI = "file://hostap-fw-load"
do_install() {
install -d ${D}${sysconfdir}/network/if-pre-up.d/
install -m 0755 ${WORKDIR}/hostap-fw-load ${D}${sysconfdir}/network/if-pre-up.d/
}