| Submitter | Paul Menzel |
|---|---|
| Date | Jan. 16, 2011, 11:43 p.m. |
| Message ID | <1295221434.13967.25.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/297/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17-01-11 00:43, Paul Menzel wrote: > 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 <paulepanter@users.sourceforge.net> > --- > 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! > +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" For get recipes we generally do: PR_append = "+gitr${SRCPV}" to keep the ugly hash out of PV, but keep it available to the users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNM/o2MkyGM64RGpERAiHnAJsGOFj7m3bh8Z5NepPB1ny1Z0hFBACgh9jW LLatQnq+F8sl+/wKpvm+PbQ= =IoJM -----END PGP SIGNATURE-----
Patch
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"
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 <paulepanter@users.sourceforge.net> --- 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