package python-readline -Khem Upstream-Status: Inappropriate [Embedded Specific] --- a/setup.py +++ b/setup.py @@ -666,45 +666,7 @@ class PyBuildExt(build_ext): # readline do_readline = self.compiler.find_library_file(lib_dirs, 'readline') readline_termcap_library = "" - curses_library = "" - # Cannot use os.popen here in py3k. - tmpfile = os.path.join(self.build_temp, 'readline_termcap_lib') - if not os.path.exists(self.build_temp): - os.makedirs(self.build_temp) - # Determine if readline is already linked against curses or tinfo. - if do_readline: - if cross_compiling: - ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \ - % (sysconfig.get_config_var('READELF'), - do_readline, tmpfile)) - elif find_executable('ldd'): - ret = os.system("ldd %s > %s" % (do_readline, tmpfile)) - else: - ret = 256 - if ret >> 8 == 0: - with open(tmpfile) as fp: - for ln in fp: - if 'curses' in ln: - readline_termcap_library = re.sub( - r'.*lib(n?cursesw?)\.so.*', r'\1', ln - ).rstrip() - break - # termcap interface split out from ncurses - if 'tinfo' in ln: - readline_termcap_library = 'tinfo' - break - if os.path.exists(tmpfile): - os.unlink(tmpfile) - # Issue 7384: If readline is already linked against curses, - # use the same library for the readline and curses modules. - if 'curses' in readline_termcap_library: - curses_library = readline_termcap_library - elif self.compiler.find_library_file(lib_dirs, 'ncursesw'): - curses_library = 'ncursesw' - elif self.compiler.find_library_file(lib_dirs, 'ncurses'): - curses_library = 'ncurses' - elif self.compiler.find_library_file(lib_dirs, 'curses'): - curses_library = 'curses' + curses_library = "ncurses" if host_platform == 'darwin': os_release = int(os.uname()[2].split('.')[0]) : root/packages/xorg-proto
AgeCommit message (Expand)AuthorFiles
2008-12-10inputproto_1.5.0.bb : new version required for new libxiGraeme Gregory1
2008-11-16packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PVHolger Hans Peter Freyther1
2008-11-12renderproto-native_0.9.3.bb : add native version for X11R7.4Graeme Gregory1
2008-11-12fixesproto-native_4.0.bb : add native version for X11R7.4Graeme Gregory1
2008-11-12xproto_7.0.13.bb, xproto-native_7.0.13.bb : new versions for X11R7.4Graeme Gregory2
2008-11-02xorg-proto: set ALLOW_EMPTY; fixes dependency problem with SDKsMike Westerhof1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther46
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther46
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-09-25xorg-proto: attempt to sync with pokyKoen Kooi22
2008-06-17xextproto: add 7.0.3Philipp Zabel1
2008-04-08xproto: added 7.0.12 from PokyMarcin Juszkiewicz2
2008-04-07xf86driproto: add 2.0.4Philipp Zabel1
2008-04-07dri2proto: add DRI2 extension headers 1.1Philipp Zabel1
2008-03-15printproto: add 1.0.4Philipp Zabel1
2008-03-15inputproto: add 1.4.3Philipp Zabel1
2008-02-18merge of '4bfcfd2edc67793c8c00682ad89309619eddab3a'OpenEmbedded Project3
2008-02-18renderproto: remove default preference after fixing xserv-kdrive-xomapFlorian Boor1
2008-02-18calibrateproto, libxcalibrate: Update recipes to SRCREV and a new tag since t...Richard Purdie3
2008-02-18renderproto: Lower preference of v. 0.9.3 since it breaks xserver-kdrive-xomap. Florian Boor1
2008-02-08xproto-native: add 7.0.11Philipp Zabel1
2008-02-05xproto: add 7.0.11Philipp Zabel1
2008-02-05glproto: add 1.4.9Philipp Zabel1
2007-09-06xf86dgaproto: add 2.0.3 for X11R7.3 releasePhilipp Zabel1
2007-09-06renderproto: add 0.9.3 for X11R7.3 releasePhilipp Zabel1
2007-09-06inputproto: add 1.4.2.1 for X11R7.3 releasePhilipp Zabel1
2007-08-05Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ...Koen Kooi50
2007-08-02xorg mega commit: merge in change from pokyKoen Kooi45
2007-06-13xcalibrate: merge fixes from poky. This should stop it fetching everytime and...Koen Kooi1
2007-03-31xproto-native: add 7.0.10 (X11R7.2)Philipp Zabel1
2007-03-28inputproto: add 1.4.1 (>= 1.4 needed by xserver-kdrive_git)Philipp Zabel1
2007-03-28damageproto: add 1.1.0 (>= 1.1 needed by xserver-kdrive_git)Philipp Zabel1
2007-03-28randrproto: add 1.2.1 (>= 1.2 is needed for xserver-kdrive_git)Philipp Zabel1
2007-03-28X11R7.2 preparation: xorg-protoPhilipp Zabel3
2007-02-22xproto: added 7.0.8 from pokyMarcin Juszkiewicz1
2007-02-22inputproto: added 1.4 from pokyMarcin Juszkiewicz1
2006-11-15xproto: Drop pre X11R7 versionsRichard Purdie5
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi14
2006-09-06calibrateproto: s/DATE/SRCDATE/Michael Lauer1
2006-08-30calibrateproto: add a PVKoen Kooi1
2006-08-30calibrateproto: add git versionKoen Kooi1
2006-08-09xorg: use bzip2 compressed source tarballsPhilipp Zabel1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther40
2006-08-03kbproto: update to 1.0.3, needed for kdrive-gitKoen Kooi1
2006-07-24xorg-proto: Update for X11R7.0 and X11R7.1.Raymond Danks48
2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* dire...Raymond Danks44