summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* curl: upgrade to version 7.21.2Qing He2010-11-141-0/+0
| | | | | | from 7.21.0 Signed-off-by: Qing He <qing.he@intel.com>
* shared-mime-info: upgrade to version 0.80Qing He2010-11-142-1/+1
| | | | | | | | from 0.71 also move PR out of .inc file Signed-off-by: Qing He <qing.he@intel.com>
* openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdkRichard Purdie2010-11-022-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libtasn1: Comment out the RREPLACES as it causes problems with rpm backendRichard Purdie2010-10-151-2/+2
| | | | | | | | | Since we've never distributed binary feeds this isn't a problem for now for Poky and as it stands this line breaks images. [BUGID #442] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* shared-mime-info: Don't run the util for the native version of the packageRichard Purdie2010-10-151-5/+11
| | | | | | | | | | | The whole point of building a native version of this package is to provide the share-mime-info binary so using it in do_install of the native package is incorrect. Add a modified do_install for the native version of the package to avoid this. [BUGID #466] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* attr: fix the hardcoded search path in the AC_PATH_PROGDexuan Cui2010-10-092-1/+101
| | | | | | | | | | | | We should respect $PATH. The patch is from Qing. Fixes [BUGID #369]. BTW: the bug was triggered on a build host that didn't install gettext. Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libfribidi: added LICENSE fieldSaul Wold2010-09-301-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* beeycrypt: added LICENSE fieldSaul Wold2010-09-301-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gcc: enable poison parameters detectionDongxiao Xu2010-09-272-3/+21
| | | | | | | | | | | If not configured with --enable-target-optspace, gcc will report errors if there is '-Os' optimization in parameters. This fixes [BUGID #342] Also add "--enable-target-optspace" option to arm gcc configuration. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* taglib: move from moblin to recipes-support to support qmmpSaul Wold2010-09-243-0/+6008
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Correct js jsautocfg.h and install jsproto.tblDarren Hart2010-09-212-2/+3
| | | | | | | | | | | | | | | | | | | | | I'm adding mediatomb packages and ran into a couple build issues with js. The first complained that jsapi.h wasn't found/usable. This turned out to be because jsautocfg.h was including "../conf.h" instead of "conf.h" as they are installed in the same directory in the sysroot. I believe the correct fix for this would involve the configure.ac script which is used to generate the jsautocfg.h header file we store in the recipe. Commit f25d26de776f9927e1d2c92f031085a9b9323087 (js: fix configure) added conf.h, Qing can you comment here? The second failure is due to jsproto.tbl not being installed but being referenced by another header file. This patch corrects the jsautocfg.h header directly and adds the jsproto.tbl to the do_install() recipe function. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Qing He <qing.he@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-01145-0/+4896
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>