Remove warning messages.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / usb-modeswitch / usb-modeswitch-data_20121109.bb
index fcb2c90..2a5b582 100644 (file)
@@ -2,13 +2,16 @@ 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 \
-       file://usb-modeswitch-data_20120215.patch;patch=1;pnum=1 \
+       file://usb-modeswitch-data_20120215.patch \
        "
 
 do_install() {
+       install -d ${D}/usr/share/usb_modeswitch
        oe_runmake install DESTDIR=${D}
 }