From 1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 13 May 2012 23:58:58 +0100 Subject: 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 --- .../opie-mediaplayer1-libmpeg3plugin_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb') diff --git a/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb b/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb index b6b408a..3c17034 100644 --- a/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb +++ b/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb @@ -5,11 +5,11 @@ LICENSE = "GPL" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" DEPENDS = "opie-mediaplayer1" RDEPENDS_${PN} = "opie-mediaplayer1" -PV = "${OPIE_GIT_PV}" +inherit opie_git PR = "r2" APPNAME = "mpeg3plugin" -SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/multimedia/opieplayer" +SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/multimedia/opieplayer;name=first" S = "${WORKDIR}/opieplayer/libmpeg3" -- cgit 1.2.3-korg