diff options
Diffstat (limited to 'meta/recipes-devtools/python')
7 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python-dbus_0.83.1.bb b/meta/recipes-devtools/python/python-dbus_0.83.1.bb index d405ffa8c1..fcf638d441 100644 --- a/meta/recipes-devtools/python/python-dbus_0.83.1.bb +++ b/meta/recipes-devtools/python/python-dbus_0.83.1.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" |
6 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" | 6 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" |
7 | PR = "ml0" | 7 | PR = "ml1" |
8 | 8 | ||
9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" | 9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" |
10 | 10 | ||
@@ -20,6 +20,6 @@ export HOST_SYS | |||
20 | export STAGING_LIBDIR | 20 | export STAGING_LIBDIR |
21 | export STAGING_INCDIR | 21 | export STAGING_INCDIR |
22 | 22 | ||
23 | RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" | 23 | RDEPENDS_${PN} = "python-io python-logging python-stringold python-threading python-xml" |
24 | 24 | ||
25 | FILES_${PN}-dev += "${libdir}/pkgconfig | 25 | FILES_${PN}-dev += "${libdir}/pkgconfig |
diff --git a/meta/recipes-devtools/python/python-gst_0.10.19.bb b/meta/recipes-devtools/python/python-gst_0.10.19.bb index 16852d1a15..22d63393b4 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.19.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings" | |||
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
5 | RDEPENDS += "python-pygtk" | 5 | RDEPENDS_${PN} += "python-pygtk" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
9 | file://python-path.patch" | 9 | file://python-path.patch" |
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb index bd6fe1d227..ce3b977114 100644 --- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb +++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb | |||
@@ -4,9 +4,9 @@ PRIORITY = "optional" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" | 5 | LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" |
6 | DEPENDS = "freetype jpeg tiff" | 6 | DEPENDS = "freetype jpeg tiff" |
7 | RDEPENDS = "python-lang python-stringold" | 7 | RDEPENDS_${PN} = "python-lang python-stringold" |
8 | SRCNAME = "Imaging" | 8 | SRCNAME = "Imaging" |
9 | PR = "ml0" | 9 | PR = "ml1" |
10 | 10 | ||
11 | SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ | 11 | SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ |
12 | file://path.patch" | 12 | file://path.patch" |
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb index c8841f4405..b868ad8cde 100644 --- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb +++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb | |||
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b | |||
8 | file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" | 8 | file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" |
9 | 9 | ||
10 | DEPENDS = "curl python" | 10 | DEPENDS = "curl python" |
11 | RDEPENDS = "python-core curl" | 11 | RDEPENDS_${PN} = "python-core curl" |
12 | SRCNAME = "pycurl" | 12 | SRCNAME = "pycurl" |
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ | 16 | http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ |
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb index c32d9987ac..f56e1fec84 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb | |||
@@ -2,12 +2,12 @@ DESCRIPTION = "Python GTK+ 2.17.x Bindings" | |||
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | # needs gtk+ 2.17.x | 3 | # needs gtk+ 2.17.x |
4 | DEPENDS = "gtk+ libglade python-pycairo python-pygobject" | 4 | DEPENDS = "gtk+ libglade python-pycairo python-pygobject" |
5 | RDEPENDS = "python-shell python-pycairo python-pygobject" | 5 | RDEPENDS_${PN} = "python-shell python-pycairo python-pygobject" |
6 | PROVIDES = "python-pygtk2" | 6 | PROVIDES = "python-pygtk2" |
7 | SRCNAME = "pygtk" | 7 | SRCNAME = "pygtk" |
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
10 | PR = "ml8.3" | 10 | PR = "ml9" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \ |
13 | file://fix-gtkunixprint.patch \ | 13 | file://fix-gtkunixprint.patch \ |
diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb index 90b6b16836..827635425d 100644 --- a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require python-pyrex_${PV}.bb | 1 | require python-pyrex_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r0" | 5 | PR = "r1" |
diff --git a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb b/meta/recipes-devtools/python/python-scons-native_2.0.1.bb index a4bcd4258a..f7646a2587 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.0.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require python-scons_${PV}.bb | 1 | require python-scons_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||