diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-05-13 23:58:58 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-05-20 22:34:17 +0100 |
commit | 1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce (patch) | |
tree | ba88dc80edd9c2f2614053065b46794878131ea8 /recipes-opie/opie-security | |
parent | a4791297c8f8ee265337beb3678e5411cabaddf1 (diff) | |
download | meta-opie-1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce.tar.gz |
Fix Opie Git recipes to use SRCPV
Using SRCPV we get e.g. 1.2.5+git1+... and the number will increment
when OPIE_SRCREV changes, ensuring that the version number doesn't go
backwards (although it will once for this change if you have existing
packages beforehand, unfortunately).
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/opie-security')
-rw-r--r-- | recipes-opie/opie-security/opie-security_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-opie/opie-security/opie-security_git.bb b/recipes-opie/opie-security/opie-security_git.bb index d22767d..7bd326e 100644 --- a/recipes-opie/opie-security/opie-security_git.bb +++ b/recipes-opie/opie-security/opie-security_git.bb @@ -1,9 +1,9 @@ require ${PN}.inc -PV = "${OPIE_GIT_PV}" +inherit opie_git PR = "r1" -SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/settings/security \ +SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/settings/security;name=first \ ${OPIE_GIT};protocol=git;subpath=pics \ ${OPIE_GIT};protocol=git;subpath=apps" |