fix build bugs.
[vuplus_openvuplus] / meta-openvuplus / recipes-connectivity / usb-modeswitch / usb-modeswitch-data_20121109.bb
index fcb2c90..d4e42ec 100644 (file)
@@ -2,6 +2,8 @@ DESCRIPTION = "Data files for usbmodeswitch"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+PR = "r1"
+
 inherit allarch
 
 SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2 \
@@ -9,6 +11,7 @@ SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.t
        "
 
 do_install() {
+       install -d ${D}/usr/share/usb_modeswitch
        oe_runmake install DESTDIR=${D}
 }