Skip to content
Snippets Groups Projects
Commit 4d7c48fc authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

ptool: fix prod-env.sh append in case of http SRC_URI

parent ef1935a9
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ SRCREV = "693f0b617642b368d00fa22d6ec11bcace7029bf" ...@@ -12,7 +12,7 @@ SRCREV = "693f0b617642b368d00fa22d6ec11bcace7029bf"
SRC_URI = "git://${EXCEET_GIT_APPS}/ptool.git;protocol=ssh;branch=${SRCBRANCH}" SRC_URI = "git://${EXCEET_GIT_APPS}/ptool.git;protocol=ssh;branch=${SRCBRANCH}"
SRC_URI_http = "git://${EXCEET_GIT_APPS}/ptool.git;protocol=http;user=${EXCEET_GIT_USER}:${EXCEET_GIT_PWD};branch=${SRCBRANCH}" SRC_URI_http = "git://${EXCEET_GIT_APPS}/ptool.git;protocol=http;user=${EXCEET_GIT_USER}:${EXCEET_GIT_PWD};branch=${SRCBRANCH}"
SRC_URI += "file://prod-env.sh;subdir=git" SRC_URI_append = " file://prod-env.sh;subdir=git"
SRC_URI_append_imxceet-ul-2-testadapter = " file://som-io-test/" SRC_URI_append_imxceet-ul-2-testadapter = " file://som-io-test/"
PACKAGES += "${PN}-prod ${PN}-autoprod ${PN}-som-io-test" PACKAGES += "${PN}-prod ${PN}-autoprod ${PN}-som-io-test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment