[oe-commits] Tom Rini : python-pygobject: Drop unnecessary FILESPATH

git version control git at git.openembedded.org
Fri Jun 4 23:56:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a67878a8f1f3adeca9feebdd02ff814baaca14c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a67878a8f1f3adeca9feebdd02ff814baaca14c8

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jun  4 16:52:41 2010 -0700

python-pygobject: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/python/python-pygobject_2.14.2.bb |    2 --
 recipes/python/python-pygobject_2.16.0.bb |    2 --
 recipes/python/python-pygobject_2.20.0.bb |    2 --
 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 155c5d9..f22bd48 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 fc920c7..2bc0f74 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 f8d4bf0..157fa9f 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





More information about the Openembedded-commits mailing list