All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master 1/1] package: fix python upgrade fallout
@ 2011-01-26 10:18 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2011-01-26 10:18 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=2c3e18cdd8c215e47855c1b7698609f69ae35d69
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

A number of packages depended on the libpython make target for python
support, which no longer exist.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/avahi/avahi.mk                  |    2 +-
 package/dbus-python/dbus-python.mk      |    2 +-
 package/multimedia/alsa-lib/alsa-lib.mk |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index c7f9149..205554a 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -127,7 +127,7 @@ AVAHI_CONF_ENV += am_cv_pathless_PYTHON=python \
 		am_cv_python_pyexecdir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \
 		py_cv_mod_socket_=yes
 
-AVAHI_DEPENDENCIES += libpython
+AVAHI_DEPENDENCIES += python
 AVAHI_CONF_OPT += --enable-python
 else
 AVAHI_CONF_OPT += --disable-python
diff --git a/package/dbus-python/dbus-python.mk b/package/dbus-python/dbus-python.mk
index 4fd2a45..5c12456 100644
--- a/package/dbus-python/dbus-python.mk
+++ b/package/dbus-python/dbus-python.mk
@@ -19,6 +19,6 @@ DBUS_PYTHON_CONF_ENV = am_cv_pathless_PYTHON=python \
 
 DBUS_PYTHON_CONF_OPT = --disable-html-docs --disable-api-docs
 
-DBUS_PYTHON_DEPENDENCIES = dbus-glib libpython
+DBUS_PYTHON_DEPENDENCIES = dbus-glib python
 
 $(eval $(call AUTOTARGETS,package,dbus-python))
diff --git a/package/multimedia/alsa-lib/alsa-lib.mk b/package/multimedia/alsa-lib/alsa-lib.mk
index a3d5fe4..2085a97 100644
--- a/package/multimedia/alsa-lib/alsa-lib.mk
+++ b/package/multimedia/alsa-lib/alsa-lib.mk
@@ -56,7 +56,7 @@ ALSA_LIB_CONF_OPT += \
 	--with-pythonlibs=-lpython$(PYTHON_VERSION_MAJOR) \
 	--with-pythonincludes=$(STAGING_DIR)/usr/include/python$(PYTHON_VERSION_MAJOR)
 ALSA_LIB_CFLAGS+=-I$(STAGING_DIR)/usr/include/python$(PYTHON_VERSION_MAJOR)
-ALSA_LIB_DEPENDENCIES = libpython
+ALSA_LIB_DEPENDENCIES = python
 else
 ALSA_LIB_CONF_OPT += --disable-python
 endif
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-26 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 10:18 [Buildroot] [git commit master 1/1] package: fix python upgrade fallout Peter Korsgaard

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.