diff options
Diffstat (limited to 'poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb')
-rw-r--r-- | poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb b/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb new file mode 100644 index 000000000..7a043d344 --- /dev/null +++ b/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb @@ -0,0 +1,8 @@ +require matchbox-theme-sato.inc + +# SRCREV tagged 0.2 +SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" +SRC_URI = "git://git.yoctoproject.org/matchbox-sato" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" + +S = "${WORKDIR}/git" |