Skip to content

Commit

Permalink
[xtrend] fix broken et6x00 and et5x00 drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jun 15, 2013
1 parent b18dc94 commit 693bef4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion recipes-bsp/etxx00/et-dvb-modules-et4x00.bb
@@ -1,5 +1,5 @@
KV = "3.8.7"
SRCDATE = "20130523"
SRCDATE = "20130522"

require et-dvb-modules.inc

Expand Down
6 changes: 3 additions & 3 deletions recipes-bsp/etxx00/et-dvb-modules-et5x00.bb
@@ -1,9 +1,9 @@
KV = "3.8.7"
SRCDATE = "20130523"
SRCDATE = "20130522"

RDEPENDS_${PN} += "et-fpupdate-${MACHINE}"

require et-dvb-modules.inc

SRC_URI[md5sum] = "3d6807ff93f5e648c770884645d66ba8"
SRC_URI[sha256sum] = "245befdc166c84eed305df61eb7b361af9e3e62cca741976b6ee21d4edb00cf8"
SRC_URI[md5sum] = "9484c04de33c2eb5bc71460d7db4aaa9"
SRC_URI[sha256sum] = "11e96ca1aaecab16592b6d3d2a47baf9150f8cfb3717675e96c0168f00a09e02"
6 changes: 3 additions & 3 deletions recipes-bsp/etxx00/et-dvb-modules-et6x00.bb
@@ -1,9 +1,9 @@
KV = "3.8.7"
SRCDATE = "20130523"
SRCDATE = "20130522"

RDEPENDS_${PN} += "et-fpupdate-${MACHINE}"

require et-dvb-modules.inc

SRC_URI[md5sum] = "fefbcea3ec373d822cdc04ba55134ec8"
SRC_URI[sha256sum] = "caf52cfe586e863a93dc6a479b12891364958a4adb1a3f019233a4bca2aa30da"
SRC_URI[md5sum] = "50c88a159554e8b27b77ca107138058b"
SRC_URI[sha256sum] = "3d3393ef2198fe61b74f242f9985e58480bcebaaf988b63922404ab34d0bdba3"
2 changes: 1 addition & 1 deletion recipes-bsp/etxx00/et-dvb-modules-et9x00.bb
@@ -1,5 +1,5 @@
KV = "3.8.7"
SRCDATE = "20130523"
SRCDATE = "20130522"

RDEPENDS_${PN} += "et-fpupdate-${MACHINE}"

Expand Down
5 changes: 2 additions & 3 deletions recipes-bsp/etxx00/et-dvb-modules.inc
Expand Up @@ -4,14 +4,13 @@ PRIORITY = "required"
LICENSE = "CLOSED"

PV = "${KV}+${SRCDATE}"
PR = "r4"
PR = "r5"

RDEPENDS_${PN}_et5x00 += "et-fpupdate-${MACHINE}"
RDEPENDS_${PN}_et6x00 += "et-fpupdate-${MACHINE}"
RDEPENDS_${PN}_et9x00 += "et-fpupdate-${MACHINE}"

#SRC_URI = "http://www.et-view.com/download/drivers/${MACHINE}-drivers-${KV}-${SRCDATE}.zip"
SRC_URI = "http://source.mynonpublic.com/download/drivers/${MACHINE}-drivers-${KV}-${SRCDATE}.zip"
SRC_URI = "http://www.et-view.com/download/drivers/${MACHINE}-drivers-${KV}-${SRCDATE}.zip"

S = "${WORKDIR}"

Expand Down

0 comments on commit 693bef4

Please sign in to comment.