summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-28 11:41:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-28 11:41:46 +0000
commitf7f978ec4687b54a09967df27fbbce9a399d9cff (patch)
treebdbcb0501e5d1ba838f46a69225ae9bcf6bd48a4
parentf5b0cc9973d24a6e6bb9981a5ba16cf57095d1d3 (diff)
parent15ad3f7014c91008312af77de2c6cb62664c9c38 (diff)
merge of 'dd9ddcf7f0679e8a8bd188c7a05defba089c118d'
and 'fc5266affca09a60f8b05cce834b4c517e7e4003'
-rw-r--r--classes/distutils-base.bbclass15
-rw-r--r--packages/images/moko-underground-image.bb6
-rw-r--r--packages/python/python-dbus_0.82.4.bb3
3 files changed, 19 insertions, 5 deletions
diff --git a/classes/distutils-base.bbclass b/classes/distutils-base.bbclass
index 5150be76b9..c4551ace83 100644
--- a/classes/distutils-base.bbclass
+++ b/classes/distutils-base.bbclass
@@ -11,8 +11,17 @@ def python_dir(d):
raise "No Python in STAGING_INCDIR. Forgot to build python-native ?"
PYTHON_DIR = "${@python_dir(d)}"
+
+PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
+
FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
-FILES_${PN}-dbg = "${libdir}/${PYTHON_DIR}/site-packages/.debug \
- ${libdir}/${PYTHON_DIR}/site-packages/*/.debug \
- ${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug"
+FILES_${PN}-dev += "\
+ ${libdir}/pkgconfig \
+ ${libdir}/${PYTHON_DIR}/site-packages/*.la \
+"
+FILES_${PN}-dbg = "\
+ ${libdir}/${PYTHON_DIR}/site-packages/.debug \
+ ${libdir}/${PYTHON_DIR}/site-packages/*/.debug \
+ ${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug \
+"
diff --git a/packages/images/moko-underground-image.bb b/packages/images/moko-underground-image.bb
index 44dc3bc137..f86fcfba58 100644
--- a/packages/images/moko-underground-image.bb
+++ b/packages/images/moko-underground-image.bb
@@ -24,7 +24,11 @@ IMAGE_INSTALL = "\
xhost \
xset \
xrandr \
- "
+ \
+ gsm0710muxd \
+ pyneod \
+ pyneog \
+"
DEPENDS = "\
${MACHINE_TASK_PROVIDER} \
diff --git a/packages/python/python-dbus_0.82.4.bb b/packages/python/python-dbus_0.82.4.bb
index c17f1c766b..8e80882a30 100644
--- a/packages/python/python-dbus_0.82.4.bb
+++ b/packages/python/python-dbus_0.82.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
RDEPENDS = "python-threading python-io python-stringold python-logging"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
S = "${WORKDIR}/dbus-python-${PV}"
@@ -18,3 +18,4 @@ do_stage() {
autotools_stage_all
}
+FILES_${PN}-dev += "${libdir}/pkgconfig