aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/xcb-proto_1.6.bb
AgeCommit message (Collapse)Author
2012-01-24xcb-proto: upgrade to 1.7Shane Wang
Upgrade xcb-proto from 1.6 to 1.7 Since xcb-proto-libdir.patch is there, the file is removed. Signed-off-by: Shane Wang <shane.wang@intel.com>
2011-10-31recipes: bump PR after python upgradeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-12xcb-proto: update based on changes to python.m4 in automakeKumar Gala
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>
2011-07-20xcb-proto: add multilib support.Dongxiao Xu
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>
2011-07-05xcb-proto: Package unshipped files, create python-xcbgen package for python ↵Richard Purdie
xcbgen code Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
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>