aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eciadsl/eciadsl_0.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eciadsl/eciadsl_0.11.bb')
-rw-r--r--recipes/eciadsl/eciadsl_0.11.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/eciadsl/eciadsl_0.11.bb b/recipes/eciadsl/eciadsl_0.11.bb
index 55a8b943f0..662c8235c1 100644
--- a/recipes/eciadsl/eciadsl_0.11.bb
+++ b/recipes/eciadsl/eciadsl_0.11.bb
@@ -1,10 +1,11 @@
DESCRIPTION = "eciadsl is a usermode driver for GlobeSpan-based ADSL modems"
SECTION = "net"
SRC_URI = "http://eciadsl.flashtux.org/download/eciadsl-usermode-${PV}.tar.gz \
- file://eciadsl-bash.patch;patch=1"
+ file://eciadsl-bash.patch"
LICENSE = "GPL"
-RDEPENDS = "bash kernel-module-n_hdlc ppp grep"
+RDEPENDS_${PN} = "bash kernel-module-n_hdlc ppp grep"
S = "${WORKDIR}/eciadsl-usermode-${PV}"
+PR = "r1"
inherit autotools