summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkos <kos@dev3>2012-12-28 05:51:29 (GMT)
committerkos <kos@dev3>2012-12-28 05:51:29 (GMT)
commit1ec831b1625c1165a0e6279e5605170268a6280b (patch)
treef29b9c5695d00ce9ef44dfaa4051deca89af4d0e
parent4687a81ca527b3e0c66614939dbd7f3588ef36e9 (diff)
fix build bugs.
-rw-r--r--meta-openvuplus/recipes-connectivity/usb-modeswitch/usb-modeswitch-data_20121109.bb3
-rw-r--r--meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-openvuplus/recipes-connectivity/usb-modeswitch/usb-modeswitch-data_20121109.bb b/meta-openvuplus/recipes-connectivity/usb-modeswitch/usb-modeswitch-data_20121109.bb
index fcb2c90..d4e42ec 100644
--- a/meta-openvuplus/recipes-connectivity/usb-modeswitch/usb-modeswitch-data_20121109.bb
+++ b/meta-openvuplus/recipes-connectivity/usb-modeswitch/usb-modeswitch-data_20121109.bb
@@ -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}
}
diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
index 8fadfd6..7ec9c0d 100644
--- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
+++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
@@ -82,7 +82,7 @@ RDEPENDS_enigma2-plugin-systemplugins-3gmodemmanager = "ppp usb-modeswitch usb-m
RDEPENDS_enigma2-plugin-systemplugins-devicemanager = "util-linux-blkid ntfs-3g dosfstools"
PN = "enigma2"
-PR = "r43"
+PR = "r0"
SRCDATE = "20121128"
#SRCDATE is NOT used by git to checkout a specific revision
@@ -105,7 +105,6 @@ SRC_URI = "git://code.vuplus.com/git/dvbapp.git;protocol=http;branch=${BRANCH};t
file://enigma2_vuplus_remove_dreambox_enigma.patch;patch=1;pnum=1 \
file://enigma2_vuplus_vfd_mode.patch;patch=1;pnum=1 \
file://enigma2_vuplus_addlibpythondeps.patch;patch=1;pnum=1 \
- file://enigma2_wirelessaccesspoint.patch;patch=1;pnum=1 \
file://MyriadPro-Regular.otf \
file://MyriadPro-Semibold.otf \
file://MyriadPro-SemiboldIt.otf \