diff options
| author | Niko Mauno <niko.mauno@iki.fi> | 2018-12-01 19:57:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-02 11:05:02 -0800 |
| commit | 1204dd2d0b2c785a7cac0ec810c51a4a79fd4181 (patch) | |
| tree | 2f297e758f6fa13b6aa26f825505a8df10d0304a | |
| parent | 500434ccbaba7e9ab617f269f67bd42b7076c16e (diff) | |
| download | meta-openembedded-1204dd2d0b2c785a7cac0ec810c51a4a79fd4181.tar.gz | |
python-pygobject: Drop redundant PYTHON* refs
Remove redundant PYTHON* declarations/references as this recipe builds
now correctly without them.
Signed-off-by: Niko Mauno <niko.mauno@iki.fi>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb index 70c7b9eb58..4edf008083 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | |||
| @@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig gnomebase gobject-introspection distutils-base | 7 | inherit autotools pkgconfig gnomebase gobject-introspection distutils-base |
| 8 | 8 | ||
| 9 | PYTHON_BASEVERSION = "2.7" | ||
| 10 | PYTHON_PN = "python" | ||
| 11 | |||
| 12 | DEPENDS += "gnome-common-native python glib-2.0" | 9 | DEPENDS += "gnome-common-native python glib-2.0" |
| 13 | 10 | ||
| 14 | SRCNAME="pygobject" | 11 | SRCNAME="pygobject" |
| @@ -24,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 24 | 21 | ||
| 25 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
| 26 | 23 | ||
| 27 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" | 24 | EXTRA_OECONF = "--disable-cairo" |
| 28 | 25 | ||
| 29 | RDEPENDS_${PN} += "python-setuptools" | 26 | RDEPENDS_${PN} += "python-setuptools" |
| 30 | RDEPENDS_${PN}_class-native = "" | 27 | RDEPENDS_${PN}_class-native = "" |
