diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-08-30 09:56:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:23:46 +0100 |
commit | da5c25ec6e7f3f58ed978b167b209ac02b0e9bce (patch) | |
tree | cf3b5aa82fde3be8291f4c117d87ec6f763d100c /meta/recipes-devtools/prelink | |
parent | 9a414c6b3814ce1e7c34263b4e055d6fb4e427fd (diff) | |
download | tizen-distro-da5c25ec6e7f3f58ed978b167b209ac02b0e9bce.tar.gz tizen-distro-da5c25ec6e7f3f58ed978b167b209ac02b0e9bce.tar.bz2 tizen-distro-da5c25ec6e7f3f58ed978b167b209ac02b0e9bce.zip |
remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.
(From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 8c55b91481..744a55ff39 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -26,7 +26,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default" PACKAGES =+ "${PN}-cron" -SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;protocol=git \ +SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \ file://prelink.conf \ file://prelink.cron.daily \ file://prelink.default \ |