Skip to content

Commit

Permalink
Fixed fetch problem with openboxgui recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
ydamigos committed Nov 5, 2013
1 parent 2b31dae commit 9d64dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-graphics/openboxgui/openbox-menu.bb
Expand Up @@ -8,7 +8,7 @@ PR="r4"

SRCREV = "6a684325d6be780b3355a4ee993b174e0a2e3103"

SRC_URI = "git://code.google.com/p/pandora-openbox-menu/;protocol=https"
SRC_URI = "git://code.google.com/p/pandora-openbox-menu/;protocol=http"
S = "${WORKDIR}/git"

inherit pkgconfig
Expand Down
2 changes: 1 addition & 1 deletion recipes-graphics/openboxgui/switchgui-openbox.bb
Expand Up @@ -8,7 +8,7 @@ PR = "r2"

SRCREV = "9e04a9b89504db67e28e76ce6ae56dd5d158741a"

SRC_URI = "git://code.google.com/p/pandora-openbox-gui/;protocol=https"
SRC_URI = "git://code.google.com/p/pandora-openbox-gui/;protocol=http"
S = "${WORKDIR}/git"

do_install() {
Expand Down

0 comments on commit 9d64dec

Please sign in to comment.