aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/p4/p4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/p4/p4.inc')
-rw-r--r--recipes/p4/p4.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/p4/p4.inc b/recipes/p4/p4.inc
index 9439f73674..a8121c1fd4 100644
--- a/recipes/p4/p4.inc
+++ b/recipes/p4/p4.inc
@@ -35,12 +35,12 @@ PREMIRRORS=""
DL_DIR="${WORKDIR}/${P4ARCH}"
SRC_URI="\
- ${P4BASEURL}/p4 \
- ${P4BASEURL}/p4api.tar \
- ${P4BASEURL}/p4d \
- ${P4BASEURL}/p4ftpd \
- ${P4BASEURL}/p4p \
- ${P4BASEURL}/p4web"
+ ${P4BASEURL}/p4;name=p4 \
+ ${P4BASEURL}/p4api.tar;name=p4api \
+ ${P4BASEURL}/p4d;name=p4d \
+ ${P4BASEURL}/p4ftpd;name=p4ftpd \
+ ${P4BASEURL}/p4p;name=p4p \
+ ${P4BASEURL}/p4web;name=p4web"
S = "${WORKDIR}"
PACKAGES += " ${PN}-server"