summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xcb/xcb-proto_1.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xcb-proto: update based on changes to python.m4 in automakeKumar Gala2011-08-121-1/+1
| | | | | | | | | | 1. We dont need the aclocal patch as this will be handled by automake 2. We need to update xcb-proto.pc.in to know about ${libdir} since we'll end up with something like: pythondir=${libdir}/python2.6/site-packages Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* xcb-proto: add multilib support.Dongxiao Xu2011-07-201-1/+1
| | | | | | | There is hardcode of /usr/lib dir for some python files. Fix it to support multilib. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* xcb-proto: Package unshipped files, create python-xcbgen package for python ↵Richard Purdie2011-07-051-1/+1
| | | | | | xcbgen code Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+7
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>