summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* Add distro tracking fields for some recipesNitin A Kamble2010-06-101-0/+107
| | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Fix metadata for libmadDongxiao Xu2010-06-101-1/+6
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix metadata for libid3tagDongxiao Xu2010-06-101-2/+7
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix metadata for liba52Dongxiao Xu2010-06-101-1/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix metadata for libicalDongxiao Xu2010-06-101-2/+5
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix metadata for hostap-utilsDongxiao Xu2010-06-101-1/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix metadata for lrzszDongxiao Xu2010-06-101-2/+5
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Add distro tracking for previous metadata fixesQing He2010-06-101-180/+227
| | | | | | | | | | | time gdbm pth python-pycurl bzip2 portmap Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for portmapQing He2010-06-101-1/+4
| | | | | | update license and homepage Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for bzip2Qing He2010-06-101-2/+4
| | | | | | | update license and homepage use $PN and $PV instead of literals Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for python-pycurlQing He2010-06-101-4/+8
| | | | | | update homepage, license and ordering Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for pthQing He2010-06-101-1/+3
| | | | | | update license fields Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for gdbmQing He2010-06-101-2/+4
| | | | | | update license and homepage Signed-off-by: Qing He <qing.he@intel.com>
* fix metadata for timeQing He2010-06-101-1/+3
| | | | | | | | update license related fields slight ordering change no version update Signed-off-by: Qing He <qing.he@intel.com>
* add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+42
| | | | | | | | | | | | | | Added files for these recipes: make run-postinsts staging-linkage nasm oprofile perl prelink Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* lttng-viewer_0.8.83.bb: Fix SRC_URINitin A Kamble2010-06-101-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+32
| | | | | | | | | | | | Distro tracking metadata for these recipes is added libtool linux-libc-headers lsof lttng-control lttng-viewer Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* flex.inc : update HOMEPAGE metadata fieldNitin A Kamble2010-06-101-0/+2
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* make 2.20.1 as new default version for binutilsNitin A Kamble2010-06-101-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* binutils: upgrade to version 2.20.1Nitin A Kamble2010-06-1011-1/+316
| | | | | | | | | | Added a entry for bugtracker. updated LICENSE updated LIC_FILES_CHKSUM The x86 build of binutils is working fine. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking_fields.inc: new file for trackingNitin A Kamble2010-06-101-0/+77
| | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Add distro overrides for previous metadata fixesKevin Tian2010-06-101-0/+29
| | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* Fix metadata for e2fsprogsKevin Tian2010-06-101-3/+13
| | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* Fix metadata for dbus-waitKevin Tian2010-06-101-2/+4
| | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* js: Fix mips build and other architecture inconsistencyRichard Purdie2010-06-102-1/+27
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* icu: Fix LD_LIBRARY_PATH corruption causing build failuresRichard Purdie2010-06-103-1/+49
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie2010-06-102-3/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: ensure the data directory is createdJoshua Lock2010-06-101-2/+7
| | | | | | | We need to ensure the data directory (/usr/lib/opkg) is created and shipped in the package as it's used by opkg to create a lock file. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* rootfs_ipk.bbclass: ensure the package manager can create lock filesJoshua Lock2010-06-101-0/+2
| | | | | | | | The opkg package manager uses /usr/lib/opkg to store lock files in, modify the remove_package_data_files() function to create an empty directory once the data files are removed so that the lock can be created. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk buildsRichard Purdie2010-06-101-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCHJoshua Lock2010-06-101-3/+3
| | | | | | | | | Assembling an appropriate opkg.conf in the pstage_helper is difficult when building for multiple target architectures in one Poky directory, work around this by generating an appropriate opkg.conf for the TARGET_ARCH and using an ${TARGET_ARCH}-opkg.conf for packaged staging. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu-helper-nativesdk: Fix after file:// url handling changesRichard Purdie2010-06-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* m4: Set further site entriesRichard Purdie2010-06-101-0/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2010-06-102-79/+87
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* kernel.bbclass: Drop code which is duplicated later in the function, fixing ↵Richard Purdie2010-06-091-8/+6
| | | | | | older kernel builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bootcdx86: This is dropped in favour of netbook iso imagesRichard Purdie2010-06-091-10/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-image-sato-cd: This has been replaced by the -live imageRichard Purdie2010-06-091-13/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive-xomap: Bandaid for configure issues and modern autotoolsRichard Purdie2010-06-092-0/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.3.3: Drop unused patchesRichard Purdie2010-06-0981-588146/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: bump PR after cache fixesJoshua Lock2010-06-095-5/+5
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the boot process udev warningYu Ke2010-06-0911-11/+36
| | | | | | | | | | | Phenomena: there is udev warning in boot process tar: can't open '/etc/dev.tar': Read-only file system The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet. To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable. Signed-off-by: Yu Ke <ke.yu@intel.com>
* pciutils: Stop build breakage if HOST is set in the environmentRichard Purdie2010-06-091-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* curl: Fix configure issue on mipsRichard Purdie2010-06-092-1/+76
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: bump the PR after the syslog fixJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the syslog starting failureZhai Edwin2010-06-091-1/+1
| | | | | | Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin2010-06-091-2/+1
| | | | | | Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* m4: Drop broken custom do_configure which stops site cache taking effect ↵Richard Purdie2010-06-091-6/+0
| | | | | | (amongst other issues) and drop duplicate PR setting Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* site/common-glibc: Add entries for m4Richard Purdie2010-06-091-0/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Drop 4.2.3 as its unusedRichard Purdie2010-06-0880-8033/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>