On Tue, Nov 01, 2011 at 08:48:20AM +0100, Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Op 29-10-11 12:29, Martin Jansa schreef: > > * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8 * > > added RPROVIDES to be able to drop server part from task-x11 * updated > > DESCRIPTION to match * renamed to task-x11-server for upgradeable path > > > > Signed-off-by: Martin Jansa <[email protected]> --- > > meta-oe/recipes-core/tasks/task-x11-server_1.0.bb | 24 > > +++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) > > create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb > > > > diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb > > b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb new file mode 100644 > > index 0000000..86de1ec --- /dev/null +++ > > b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb @@ -0,0 +1,24 @@ > > +DESCRIPTION = "Task for a image with Xserver" +LICENSE = "MIT" > > +LIC_FILES_CHKSUM = > > "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR = > > "r9" + +inherit task + +# for backwards compatibility +RPROVIDES_${PN} = > > "task-x11-server" > > I think that shoud read: > > RPROVIDES_${PN} += "task-xserver" > > To provide a proper upgrade path.
Ah you're right.. I had this before renaming the recipe to task-x11-server and then forgot to change it. Will fix it in branch. -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
