aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-04 16:52:41 -0700
committerTom Rini <tom_rini@mentor.com>2010-06-04 16:55:59 -0700
commita67878a8f1f3adeca9feebdd02ff814baaca14c8 (patch)
tree36e39ee52b4b85f7c94eba031b8868986810881d /recipes/python
parent55c7db82fcf1fa4475948b550e5d79b7b5eeae75 (diff)
downloadopenembedded-a67878a8f1f3adeca9feebdd02ff814baaca14c8.tar.gz
python-pygobject: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pygobject_2.14.2.bb2
-rw-r--r--recipes/python/python-pygobject_2.16.0.bb2
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb2
3 files changed, 0 insertions, 6 deletions
diff --git a/recipes/python/python-pygobject_2.14.2.bb b/recipes/python/python-pygobject_2.14.2.bb
index 155c5d99d3..f22bd482a5 100644
--- a/recipes/python/python-pygobject_2.14.2.bb
+++ b/recipes/python/python-pygobject_2.14.2.bb
@@ -14,8 +14,6 @@ SRC_URI = "\
"
S = "${WORKDIR}/pygobject-${PV}"
-FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
-
inherit autotools distutils-base pkgconfig
EXTRA_OECONF += '--with-python-includes="${STAGING_INCDIR}/.."'
diff --git a/recipes/python/python-pygobject_2.16.0.bb b/recipes/python/python-pygobject_2.16.0.bb
index fc920c72b1..2bc0f74dc2 100644
--- a/recipes/python/python-pygobject_2.16.0.bb
+++ b/recipes/python/python-pygobject_2.16.0.bb
@@ -13,8 +13,6 @@ SRC_URI = "\
"
S = "${WORKDIR}/pygobject-${PV}"
-FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
-
inherit autotools distutils-base pkgconfig
# necessary to let the call for python-config succeed
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index f8d4bf0659..157fa9fabe 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -14,8 +14,6 @@ SRC_URI = "\
"
S = "${WORKDIR}/pygobject-${PV}"
-FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
-
inherit autotools distutils-base pkgconfig
# necessary to let the call for python-config succeed