Skip to content

Commit

Permalink
fixed pitrezor url in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Feb 11, 2018
1 parent b4b4dff commit 54c4748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ RDEPENDS_${PN} = "rng-tools"

inherit pkgconfig python3native

SRC_URI = "gitsm:///github.com/heneault/trezor-mcu.git;branch=pizero \
SRC_URI = "gitsm://github.com/heneault/trezor-mcu.git;branch=pitrezor \
file://start_pitrezor \
file://pitrezor.config \
"

SRCREV = "5974180199dfa3b687faed96a5e34f065098da22"
SRCREV = "e1c17b310c8be62e8ccc98ccb237b194cc7377ed"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 54c4748

Please sign in to comment.