summaryrefslogtreecommitdiff
path: root/packages/python/python-pylinda/.mtn2git_empty
AgeCommit message (Expand)AuthorFiles
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
age module-init-tools (module-init-tools)! [Yocto #2580] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> 2012-06-18gcc-cross: argument list too long when do_installRobert Yang4 There would be an "Argument list too long" error when the length of tmpdir is longer than 190, this is caused by: headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u` The PLUGIN_HEADERS is too long before sort, so the "echo" can't handle it, use the $(sort list) of GNU make which can handle the too long list would fix the problem, the header would be short enough after sorted. The "tr ' ' '\012'" was used for translating the space to "\n", the $(sort list) doesn't need this. This doesn't impact the output, so it doesn't need the PR bump. [YOCTO #2591] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 2012-06-15lsbinitscripts: Add the header for functions.patchXiaofeng Yan1 Add upstream-status and signed-off-by to functions.patch Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-06-15multilib.conf: Add the support of multilib for lsbinitscriptsXiaofeng Yan1 Add the multilib support for this package to multilib.conf because error will appear when building an lib32-core-image-lsb without this patch. [YOCTO #2571] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-06-15puzzles: upgrade to r9561Laurentiu Palcu1 Minor change in LICENCE file: -This software is copyright (c) 2004-2010 Simon Tatham. +This software is copyright (c) 2004-2012 Simon Tatham. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-06-15libzypp: Define OECMAKE_CXX_LINK_FLAGS when compiling for uclibcKhem Raj1 Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15zypper: Fix build on uclibcKhem Raj2 uclibc does not have rpmatch() so we define it if zypper is being compiled for uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15rpm: pass lrt and lpthread to link step explicitly for uclibcKhem Raj1 These need to appear in DT_NEEDED for librpmio.so for uclibc somehow it does not get added to link cmdline so we do it explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15libzypp: Fix build with uclibcKhem Raj2 cstdio is included indrectly with eglibc based systems but not with uclibc based systems and use of functions like ::eof are then reported as warnings. Therefore we include cstdio explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15sat-solver: Fix build on uclibcKhem Raj2 futimes is not available on uclibc so use utimes qsort is also not as expected by sat-solver therefore for uclibc we resort to using internal version of qsort Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15rpm: Use link time check for libsspKhem Raj2 -fstack-protector needs libssp to link with so when checking for this option support we need to find if libssp is staged in root file system Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15rpm: Fix compilation on uclibcKhem Raj3 rpmatch is not there in uclibc therefore add logic to configure to detect it. x* wrappers need to be defined for uclibc as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15site/x86_64-linux-uclibc: Cache definitions of guint32/guint64Khem Raj1 Without this glib 2.32.x wont build. Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15uclibc_0.9.33.bb: Upgrade to latest gitKhem Raj1 This is needed otherwise glib-2.0 wont run correctly Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-06-15directfb: added missing Upstream-statusLaurentiu Palcu