aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/usb-modeswitch/usb-modeswitch-data_20100826.bb
blob: b72717f7a0e797ef2095b6399a7183e56de3fa9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Data files for usbmodeswitch"
LICENSE = "GPLv2"

SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2"
SRC_URI[md5sum] = "85c16bb87a6f05c2d04b93a22fe87e91"
SRC_URI[sha256sum] = "a81821d3d9ad9e1d3a31ea11d0da9841ca84350f0b445a8f9ea2dbd142cefb46"

do_install() {
	oe_runmake install DESTDIR=${D}
}

PACKAGE_ARCH = "all"