summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-09-02valgrind: fix perl scriptsQing He2
svn version of valgrind uses #! @PERL@ for several perl scripts. However, PERL in autoconf doesn't distinguish host perl and target perl, causing STAGING_DIR_NATIVE be written in the output scripts. This causes unrunnable scripts, and fails FILERDEPENDS mechanism (thus also do_rootfs_rpm). Uses /usr/bin/perl instead to fix it. Signed-off-by: Qing He <qing.he@intel.com>
2010-09-02distro-tracking: update powertop, lttng-ust, lttng-viewer, liberation-fontsDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02powertop: fix segfault in dump modeDexuan Cui2
The cause is: in dump mode, setup_windows() is not invoked so the *_window variables, like cstate_window, are still NULL; later in main() -> show_cstates(), the functions, like wrefresh(), will trigger segfault. After discussing in PowerTop mailling list, I think the right solution is we should stub out the ncurses calls in dump mode. (The patch was also sent to upstream PowerTop mailling list.) This fixes [BUGID #195]: Bug 195 - [sdk] powertop segfault when running with dump option Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02powertop: upgrade from 1.11 to the latest version 1.13Dexuan Cui1
update HOMEPAGE; add RRECOMMENDS_${PN} = "pciutils" as powertop 1.13 needs lspci; add EXTRA_OEMAKE = "VERSION=\"${PV}\" to make the build succeed; fix coding style: 4 SPACEs --> 1 TAB. fix RRECOMMENDS to RDEPENDS Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02sysklogd: add sysklogd 1.5Yu Ke4
sysklogd implements two system log daemons: syslogd, klogd. this commit adds sysklogd 1.5. it is ported from OE with some cleanup. sysklogd: move to recipes-extended Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro-tracking: add mdadm and screenDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02screen: add the latest version 4.0.3Dexuan Cui2
The recipe is borrowed from OE, with the following changes: - upgrade the version from 4.0.2 to 4.0.3 - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM - reset PR to "r0" - update the patch name: screen_4.0.2-4.1sarge1.diff --> screen_4.0.3-11+lenny1.diff.gz - rebase the original configure.patch against screen-4.0.3's configure.in screen: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mdadm: add the latest version 3.1.4Dexuan Cui1
The recipe is borrowed from OE, with the following changes: - upgrade the version from 2.5 to 3.1.4 - simplify DESCRIPTION - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM, PR - remove INHIBIT_AUTO_STAGE - fixing coding style issue: 4 SPACES --> 1 TAB mdadm: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro tracking: Add info for libuser and xzZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for xf86-video-intelZhai Edwin2
On behalf of Yu Ke Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for puzzles, eds-dbus...Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02distro-track: add ownership for 4 recipesKevin Tian1
modutils cdrtools-native shasum-native tzcode-native Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian2
also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02distro_check: fix for natives, cross, and initial recipe typesSaul Wold2
datetime checking is changed to be once per day Signed-off-by: Saul Wold <Saul.Wold@intel.com> distro_check: fix for natives, cross, and initial recipe types Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro_check: use space as the delimiter for aliasesKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02distro-track: add alias name for 89 recipesKevin Tian12
some recipe names in Poky are different from other distros (Ubuntu, Meego, Debian, ...). Here totally 89 recipes are added with specific alias name in major distros. Then they could be found in match with other distros. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02DistroData: add eventhandler to correctly setup log fileSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie569
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-01Drop chroot usage as its not well used, tested and is brokenRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-31powerpc-common: add working_getline to gettextSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31which (GPLv2): inherit update-alternativesDexuan Cui1
by this, we can avoid the pkg_postinst/postrm in the recipe file. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-31lttng-viewer: upgrade from 0.8.84 to 0.10.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-31task-poky-basic.bb: add at and watchdogSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31at: run daemon as root userScott Garman1
Permission problems are encountered when running atd as the default (daemon) user, so run it as root instead. These options are also used in the OpenEmbedded recipe for at. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-31sqlite3: fix multiple provider warningDongxiao Xu5
Use ${PN} to replace the original hardcode name in recipe PACKAGES line This fixes multiple provider warning of sqlite3 (sqlite3 and sqlite3-nativesdk) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-31gawk: add gawk 3.1.8, GPLv3 versionYu Ke1
move to meta/recipes Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31gst-meta-base: Enable some video and audio codecDongxiao Xu2
Enable mpeg-1 mpeg-2 video format Enable wav, flac audio format Fix [BUGID #151] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-31cmake.bbclass: sync from openembeddedQing He1
this fixes: - toolchain detection error (e.g. ar and ranlib) changes from openembedded: - reformatting - cmake modules search path - use 'cat <<EOF' instead of echos for clarity Signed-off-by: Qing He <qing.he@intel.com>
2010-08-31rpm: compatiblity and header fixQing He3
changes: - add headerAddOrAppendEntry in lib/rpm4compat.h for compatibility - fix rpmbag.h introduced in rpm 5.1.10 Signed-off-by: Qing He <qing.he@intel.com>
2010-08-31boost: upgrade to 1.44.0Qing He11
from version 1.36.0 which won't compile with gcc 4.5.0 also moved to meta form meta-moblin changes: - .so files should go to -dev instead of sub packages - create libboostX-mt.{so,a} symlinks for compatibility - meta package 'boost' should set ALLOW_EMPTY - fix a bug that caused boost-dev being automatically renamed to libboost_prg_exec_monitor-dev, packages boost, boost-dev and boost-test now work as intended - rebased patch arm-intrinsic Signed-off-by: Qing He <qing.he@intel.com>
2010-08-31libcheck: upgrade to version 0.9.8Qing He1
from 0.9.5 moved from meta-moblin to meta renamed to libcheck for clarity changes: - --enable-plain-docdir is obsolete - remove the unnessary patch Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-08-31Add qemu-i386 in qemu-native, required by eglibcZhai Edwin4
Adding i386-linux-user in target-list is enough in theory, but our gl stuff is not friendly to linux-user code. So disable it when compiling linux-user. [BUGID #218] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-31sed: Fix ppc build failureDongxiao Xu2
sed will firstly check whether there is a working getline function in system, if not (ppc), it use its self-defined getline(). However in 4.1.2, this function definition is not match with its declaration. Fixes [BUGID #243] Also fixes metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-31distro_tracking_fields.inc: add distro_commands.incSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31toolchain-scripts.bbclass: inherit siteinfoKevin Tian1
or else 'siteinfo_get_files undefined' error occurs Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-31sstate: fix dir name in manifestKevin Tian1
dir name in manifest is incorrect: /media/disk/builds/master-arm/tmp/sysroots/usr/ /media/disk/builds/master-arm/tmp/sysroots/lib/ /media/disk/builds/master-arm/tmp/sysroots/include/ Also add one debug note when removing manifest entries Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-31sstate: make do_cleanup really workingKevin Tian1
there's a bug in creating manifest_pattern, which means actually with new sstate do_cleanup hasn't worked yet We can use PSTAGE2_MANFILEPREFIX easily for this purpose. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-31pseudo: Update to latest versionMark Hatle1
From the changelog: 2010-08-27: * (seebs) fix a bug caused by memcmp with wrong length * (seebs) stop hand-coding lengths of memcmp (torek was right...)
2010-08-31meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-30libproxy: disable perl bindingsQing He1
cmake findperl and findperllibs use execution based approach to locate perl executable and others like module paths and -lperl, which does not work properly under cross compilation. Disable it with -DWITH_PERL=no until cmake is fixed. Signed-off-by: Qing He <qing.he@intel.com>
2010-08-27distro_tracking: connman, connman-gnome, wpa-supplicant, etc.Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27connman: Use connman as default network management toolDongxiao Xu14
Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27wpa-supplicant: Add latest stable version 0.6.10Dongxiao Xu9
Connman doesn't work well with wpa-supplicant development version 0.7.2, thus import its latest stable version. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie2529
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>
2010-08-27qmake2.bbclass: update for QT4Yu Ke1
qmake2 bbclass is a class to make QT appplication. This commit update qmake2 bbclass for QT4. The code is from OE with minor cleanup. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-27grep: new recipe v2.5.1aScott Garman2
This is the last GPLv2 version of grep. This recipe was dervied from OpenEmbedded's version. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-27distro_commands.inc: Add maintainer informationScott Garman1
Also removed mailx package tracking, as this recipe was recently removed from our requirements. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-27readline: Split GPLv2 version from shared inc fileDongxiao Xu2
Do not share common inc file with GPLv3 version of recipe Fix the issue of multiple provider warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27coreutils (GPLv3): add latest version (8.5)Kevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-27cmake.bbclass: sync from openembeddedQing He1
this fixes: - toolchain detection error (e.g. ar and ranlib) - cmake modules search path Signed-off-by: Qing He <qing.he@intel.com>