diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-13 15:26:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-16 11:06:40 +0200 |
commit | aa4f43779695aa8fd7edec71553d82b96c26babb (patch) | |
tree | afd4a8c1a4c344dac0488d9612edb7c49c451a0f /meta-efl/recipes-efl/e17/emprint_svn.bb | |
parent | 2c8329b8d9859bfc08377c887432e415697525e4 (diff) | |
download | meta-openembedded-aa4f43779695aa8fd7edec71553d82b96c26babb.tar.gz |
various: update ; proto= to ; protocol= in SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/emprint_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/emprint_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb index d5c47696e..777e30218 100644 --- a/meta-efl/recipes-efl/e17/emprint_svn.bb +++ b/meta-efl/recipes-efl/e17/emprint_svn.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | |||
6 | SRCREV = "${EFL_SRCREV}" | 6 | SRCREV = "${EFL_SRCREV}" |
7 | 7 | ||
8 | inherit e | 8 | inherit e |
9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" |
10 | S = "${WORKDIR}/${SRCNAME}" | 10 | S = "${WORKDIR}/${SRCNAME}" |
11 | 11 | ||
12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" | 12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" |