Message ID | 1303308248.3979.63.camel@mattotaupa |
---|---|
State | Accepted |
Commit | b5a7a87e736b29307ba889e3c3d1e0ad4a631294 |
Headers | show |
diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb new file mode 100644 index 0000000..e101068 --- /dev/null +++ b/recipes/orc/orc_0.4.11.bb @@ -0,0 +1,4 @@ +require orc.inc + +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4" +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031"
Hi Paul Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel: > Date: Wed, 20 Apr 2011 11:50:37 +0200 > > This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version. > > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> > --- > recipes/orc/orc_0.4.11.bb | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > create mode 100644 recipes/orc/orc_0.4.11.bb > > diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb > new file mode 100644 > index 0000000..e101068 > --- /dev/null > +++ b/recipes/orc/orc_0.4.11.bb > @@ -0,0 +1,4 @@ > +require orc.inc > + > +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4" > +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031" > This version of orc is compatible to schroedinger_1.0.9 compiles fine but only with BBMASK = "orc_0.4.13" see http://88.116.171.82/angstrom/files/log.do_compile.9392 What to do with the (defect?) versions 0.4.12 and 0.4.13 ? Delete recipes? PREFERRED_VERSION = orc_0.4.11 somewhere? Is there a notation for a recipe like DEPENDS = "orc<=0.4.11" as 'Requires' in rpm-specfiles does? Peter
Dear Peter, Am Mittwoch, den 20.04.2011, 16:49 +0200 schrieb Peter Gsellmann: > Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel: > > Date: Wed, 20 Apr 2011 11:50:37 +0200 > > > > This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version. > > > > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> > > --- > > recipes/orc/orc_0.4.11.bb | 4 ++++ > > 1 files changed, 4 insertions(+), 0 deletions(-) > > create mode 100644 recipes/orc/orc_0.4.11.bb > > > > diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb > > new file mode 100644 > > index 0000000..e101068 > > --- /dev/null > > +++ b/recipes/orc/orc_0.4.11.bb > > @@ -0,0 +1,4 @@ > > +require orc.inc > > + > > +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4" > > +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031" > > This version of orc is compatible to schroedinger_1.0.9 If it works for you, could you please reply with Acked-by: Peter Gsellmann <your@address.org> > compiles fine but only with BBMASK = "orc_0.4.13" > see http://88.116.171.82/angstrom/files/log.do_compile.9392 That is what the patch [1][2] [PATCH 1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` was for. Henning’s commit ddc04b7a [3] included this bit too. > What to do with the (defect?) versions 0.4.12 Henning deleted this one when adding 0.4.13 in commit f3dcc065 [4]. > and 0.4.13? Henning wants to fix `schroedinger` [5]. > Delete recipes? > > PREFERRED_VERSION = orc_0.4.11 somewhere? I have not heard of that syntax, but you could have put PREFERRED_VERSION_orc = "0.4.11" in `conf/local.conf`. > Is there a notation for a recipe like DEPENDS = "orc<=0.4.11" as 'Requires' in rpm-specfiles does? No. As far as I know this has not been implemented yet in BitBake. Thanks, Paul [1] http://patches.openembedded.org/patch/2563/ [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032114.html [3] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=ddc04b7af7747c9f3fa79826aeb70ca38aa39ddb [4] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=f3dcc0656e356104d9c5ea3abcbef0c3a2e0c1bb [5] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032117.html
Am Mittwoch 20 April 2011, 16:04:08 schrieb Paul Menzel: > Date: Wed, 20 Apr 2011 11:50:37 +0200 > > This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version. > > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> > --- > recipes/orc/orc_0.4.11.bb | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > create mode 100644 recipes/orc/orc_0.4.11.bb > > diff --git a/recipes/orc/orc_0.4.11.bb b/recipes/orc/orc_0.4.11.bb > new file mode 100644 > index 0000000..e101068 > --- /dev/null > +++ b/recipes/orc/orc_0.4.11.bb > @@ -0,0 +1,4 @@ > +require orc.inc > + > +SRC_URI[orc.md5sum] = "b8b0b148d319422c3ad250c29483b3c4" > +SRC_URI[orc.sha256sum] = "6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031" > Acked-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
Date: Wed, 20 Apr 2011 11:50:37 +0200 This version is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. `schroedinger_1.0.9.bb` also seems to build fine with this version. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- recipes/orc/orc_0.4.11.bb | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 recipes/orc/orc_0.4.11.bb