summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-08-21ode_0.9.bb: clean up the recipe and fix some issues.Michael Kurz2
* remove do_stage and do_install those do not needed. ' fix the missing headerfiles in the dev package. * fix QA: non dev contains .so. * install.patch: adjust the patch a bit so that DESTDIR is used. Signed-off-by: Michael Kurz <betheg@bitcloner.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-21flex: Move BBCLASSEXTEND to the .inc, disable PSTAGING on 2.5.35Tom Rini3
Inspired by a patch from Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-21v86d: adjust dependency on klcc-cross after klibc refactoringAndrea Adami1
2010-08-21splashutils: adjust dependency on klcc-cross after klibc refactoringAndrea Adami1
* bump PR
2010-08-21nandlogical-klibc: inherit new klibc.bbclassAndrea Adami2
* bump PR
2010-08-21kexecboot: inherit new klibc.bbclassAndrea Adami2
* bump PR
2010-08-21kexec-tools-klibc: inherit new klibc.bbclassAndrea Adami1
* bump PR
2010-08-21klibc.bbclass: add new class to follow klibc refactoringAndrea Adami1
2010-08-21klibc: split klcc-cross and create a new recipeAndrea Adami3
* major change to avoid old do_stage * bump klibc main PR and reset recipes PR
2010-08-21pkgconfig.bbclass: also remove -isystem flagRoman I Khimov1
First seen in libclamav.pc, may be relevant for other packages too Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-21clamav: fix 'non -dev package contains symlink .so' QA issueRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-21shr: add shr-mirrors.bbclass and make use of itKrzysztof Koroscik2
Signed-off-by: Krzysztof Koroscik <soltys@szluug.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-21desktop-file-utils:remove NATIVE_INSTALL_WORKSFrans Meulenbroeks1
no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21gperf:remove NATIVE_INSTALL_WORKSFrans Meulenbroeks1
no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21gawk:remove NATIVE_INSTALL_WORKSFrans Meulenbroeks1
no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21wget_1.12.bb: Add recipe for 1.12Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-21lzo:remove NATIVE_INSTALL_WORKSFrans Meulenbroeks1
no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21lzo:remove NATIVE_INSTALL_WORKSFrans Meulenbroeks1
no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-20clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction setKhem Raj1
* Clutter has some inline asm which is not thumb friendly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-21gcc-4.4.*inc: removed FILESPATHPKGFrans Meulenbroeks3
removed unneeded FILESPATHPKG tested by running bitbake -c configure -b on all gcc*_4.4*.bb recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> (on irc)
2010-08-21gnome-games: disabled scrollkeeper in configureFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21modutils: removed FILESDIRFrans Meulenbroeks1
no functional change so no PR bump needed Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-20Fix the package_arch=machine_arch logic to use FILESPATH*Chris Larson2
- Use FILESPATHPKG and FILESPATHBASE to locate the machine specific dirs - Use the fetch urldata rather than poking at urls ourselves - Move the logic into utils.bbclass as def'd python functions - Simplify Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-20busybox: Add 1.17.1, D_P = -1 for all for nowTom Rini7
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox 1.15.3 / 1.16.2: Drop run-parts.in.usr-bin.patchTom Rini4
Along with the change I made earlier to debianutils (which wasn't matching upstream Debian wrt locations), we don't need this change and since run-parts can be used before /usr is mounted, it's not right technically. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox (various): Add hwclock-default to versions to overwrite SRC_URITom Rini6
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20udev 141/154: Move udevadm settle timeout to 8 to match 151Tom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20udev 141/151/154: Move rm'ing /tmp/uname, etc, to udev-cacheTom Rini9
Otherwise we'll remove these files before udev-cache is run. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20oe-stylize.py: Add INC_PRTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20debianutils: Move run-parts and tempfile to ${base_bindir}, use INC_PRTom Rini4
We move run-parts to match busybox and usage and tempfile to match normal usage (and upstream). Run oe-stylize.py while in here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20util-linux-ng: Fix vipw/vigr/reset/readprofile U-A's.Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox: Add and check /etc/default/hwclock for hwclock initscriptTom Rini3
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20xserver-xorg-conf: add xorg.conf for spitzMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20intone: search for eina not eina-0Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20intone-video: search for eina not eina-0Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20emtooth: search for eina not eina-0 in newer SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20recipes: bump PR after efreet -> libefreet1 PN changeMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20task-shr: use eve as new default browser, keep ventura in feedsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20ecore: add newer exit_uclibc patch, because newer revisions have different ↵Martin Jansa2
formatting Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20ewl: update SRC_URI, was moved to BROKENMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20eve: update PV and SRC_URI for rewritten versionMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20EFL: bump SRCREV for alpha release and rewritten eveMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20python-efl: drop do_stageMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20webkit-efl: bump SRCREVMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20webkit-efl: update to recent webkit-efl (r64079), package launcher tooDavid Kozub8
The launcher was tested on om-gta02. This update breaks openmoko-3rdparty/ventura_svn.bb, as the API has changed. Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20staging, packaged-staging.bbclass: Update call to fastpathTom Rini2
Call fastpath if pstageactive, and don't need to check it again in pstaging's fastpath. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20u-boot-utils-native: Only provided mkimage, drop now that it's unusedTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20linux-turbostation: Drop extra DEPENDS as normal hook worksTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20linux-gumstix: Call uboot-mkimage and just use normal hook for DEPENDSTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20linux-bd-neon-2.6: Switch DEPENDS to u-boot-mkimage-native, call uboot-mkimageTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>