From patchwork Sun Jan 16 23:43:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] libomxil-bellagio_git: add Git version Date: Sun, 16 Jan 2011 23:43:54 -0000 From: Paul Menzel X-Patchwork-Id: 297 Message-Id: <1295221434.13967.25.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org Date: Mon, 17 Jan 2011 00:15:51 +0100 The last release is over a year old (2009-12-23). Build tested with `angstrom-2008.1` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel --- 1. I hope the package numbering is correctly. I used the Freesmartphone packages as an example. 2. Is a `DP = "-1"` needed? Users of this recipe speak up please! --- recipes/openmax/libomxil-bellagio_git.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 recipes/openmax/libomxil-bellagio_git.bb diff --git a/recipes/openmax/libomxil-bellagio_git.bb b/recipes/openmax/libomxil-bellagio_git.bb new file mode 100644 index 0000000..4877fb3 --- /dev/null +++ b/recipes/openmax/libomxil-bellagio_git.bb @@ -0,0 +1,10 @@ +require ${PN}.inc + +PR = "${INC_PR}.0" + +SRCREV = "772f0eca88b242ffb5469e8e381c63ce1f7cd3e1" +SRC_URI = "git://omxil.git.sourceforge.net/gitroot/omxil/omxil;protocol=git" +PV = "0.9.2.1+gitr${SRCPV}" +PR = "${INC_PR}.0" + +S = "${WORKDIR}/git"