diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-20 13:01:11 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-20 13:01:11 +0000 |
| commit | f64e6f6de73bce19dfcd982892a2e138e09514fc (patch) | |
| tree | 4c5a56cacb01c8c51c9c040a13a51000d538d520 /packages/python/python-pygtk-1.2_0.6.12.bb | |
| parent | 271da1c3647d997ab75a4f3511ff7a81a09d22e8 (diff) | |
| parent | 3f8fa1d18aee05690f6636a4df6e831e99103d8d (diff) | |
merge of '4287770ea855fb20a7ff1b944f48982f4aab48c9'
and 'fd012d756d6df4946900321f427519708a15e866'
Diffstat (limited to 'packages/python/python-pygtk-1.2_0.6.12.bb')
| -rw-r--r-- | packages/python/python-pygtk-1.2_0.6.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-pygtk-1.2_0.6.12.bb b/packages/python/python-pygtk-1.2_0.6.12.bb index 90f8cb3821..a974a2471d 100644 --- a/packages/python/python-pygtk-1.2_0.6.12.bb +++ b/packages/python/python-pygtk-1.2_0.6.12.bb @@ -8,7 +8,7 @@ SRCNAME = "pygtk" PR = "r1" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/python/v1.2/${SRCNAME}-${PV}.tar.gz \ - file://remove-imlib-et-al;patch=1 \ + file://remove-imlib-et-al.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" @@ -17,7 +17,7 @@ inherit autotools pkgconfig distutils-base EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" -FILES_${PN} = "${libdir}/${PYTHON_DIR}/" +#FILES_${PN} = "${libdir}/${PYTHON_DIR}/" do_configure_prepend() { install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ |
