From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/python
Date: Fri, 16 Jan 2009 10:10:04 +1100 [thread overview]
Message-ID: <20090115231004.GE12961@cloud.net.au> (raw)
In-Reply-To: <1232050311.4757.17.camel@aeglos.sweden.atmel.com>
On Thu, Jan 15, 2009 at 09:11:51PM +0100, Ulf Samuelsson wrote:
> fre 2009-01-16 klockan 01:01 +1100 skrev Hamish Moffatt:
> > On Thu, Jan 15, 2009 at 09:57:41AM +0100, Peter Korsgaard wrote:
> > > >>>>> "ulf" == ulf <ulf@uclibc.org> writes:
> > >
> > > ulf> Author: ulf
> > > ulf> Date: 2009-01-15 06:28:05 +0000 (Thu, 15 Jan 2009)
> > > ulf> New Revision: 24852
> > >
> > > ulf> Log:
> > > ulf> Always create shared python library, if python is created, needed by multiple packages
> > >
> > > ulf> +$(STAGING_DIR)/usr/lib/libpython$(PYTHON_VERSION_MAJOR).so: $(TARGET_DIR)/$(PYTHON_TARGET_BINARY)
> > > ulf> + cp -dpr $(PYTHON_DIR)/libpython*.so.* $(STAGING_DIR)/usr/lib
> > > ulf> + (\
> > > ulf> + cd $(STAGING_DIR)/usr/lib ; \
> > > ulf> + rm -f libpython$(PYTHON_VERSION_MAJOR).so ; \
> > > ulf> + ln -s `basename \`ls libpython*.so.*\`` libpython$(PYTHON_VERSION_MAJOR).so \
> > > ulf> + )
> > >
> > > What are you trying to do here?
>
> Adding libpython, which is required by alsa-lib and all packages
> depending on alsa-lib.
> There are some more, but guess it is OK to change it
> so you can build python without libpython.
>
> The alsa-lib has to depend on libpython and libpython
> has to depend on python.
Really? The Debian package of alsa-lib (libasound2) doesn't depend on
libpython.
I can imagine ALSA producing a python module, but that won't require
libpython at runtime.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
next prev parent reply other threads:[~2009-01-15 23:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 6:28 [Buildroot] svn commit: trunk/buildroot/package/python ulf at uclibc.org
2009-01-15 8:57 ` Peter Korsgaard
2009-01-15 14:01 ` Hamish Moffatt
2009-01-15 20:11 ` Ulf Samuelsson
2009-01-15 23:10 ` Hamish Moffatt [this message]
2009-01-15 23:16 ` Markus Heidelberg
2009-01-16 6:45 ` Ulf Samuelsson
-- strict thread matches above, loose matches on Subject: below --
2008-10-30 17:21 wberrier at uclibc.org
2008-10-08 5:03 hamish at uclibc.org
2008-09-11 1:59 hamish at uclibc.org
2008-09-08 7:26 hamish at uclibc.org
2008-09-02 0:54 hamish at uclibc.org
2008-06-16 11:15 jacmet at uclibc.org
2008-02-06 0:55 hamish at uclibc.org
2008-01-17 12:42 vanokuten at uclibc.org
2007-01-23 17:18 aldot at uclibc.org
2007-01-22 18:48 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090115231004.GE12961@cloud.net.au \
--to=hamish@cloud.net.au \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.