[oe-commits] Mail delivery failed: returning message to sender

Mail Delivery System Mailer-Daemon at linuxtogo.org
Mon Oct 16 10:47:11 UTC 2006


This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  openembedded-commits at lists.openembedded.org
    local delivery failed

------ This is a copy of the message, including all the headers. ------

Return-path: <openembedded-commits at lists.openembedded.org>
Received: from localhost ([127.0.0.1])
	by linuxtogo.org with esmtp (Exim 4.63)
	(envelope-from <openembedded-commits at lists.openembedded.org>)
	id 1GZPzz-0003pa-LB
	for openembedded-commits at lists.openembedded.org; Mon, 16 Oct 2006 12:47:11 +0200
From: "mickeyl commit" <openembedded-commits at lists.openembedded.org>
To: openembedded-commits at lists.openembedded.org
Subject: org.oe.dev add pygtk 2.10.0 (for usage with gtk+ 2.10.x)
Message-Id: <E1GZPzz-0003pa-LB at linuxtogo.org>
Date: Mon, 16 Oct 2006 12:47:11 +0200

add pygtk 2.10.0 (for usage with gtk+ 2.10.x)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 9e9e3622c67f2361a31af731db0685c576144665
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9e9e3622c67f2361a31af731db0685c576144665
Files:
1
packages/python/python-pygtk2_2.10.0.bb
Diffs:

#
# mt diff -r35e474b04f897ad287298e6841143fd9160d551c -r9e9e3622c67f2361a31af731db0685c576144665
#
# 
# 
# add_file "packages/python/python-pygtk2_2.10.0.bb"
#  content [37067f2c1b7fbce89cfbe4929395f900f4342eac]
# 
============================================================
--- packages/python/python-pygtk2_2.10.0.bb	37067f2c1b7fbce89cfbe4929395f900f4342eac
+++ packages/python/python-pygtk2_2.10.0.bb	37067f2c1b7fbce89cfbe4929395f900f4342eac
@@ -0,0 +1,25 @@
+DESCRIPTION = "Python GTK+ Bindings"
+SECTION = "devel/python"
+# needs gtk+ 2.10.x
+DEPENDS = "gtk+ libglade python-pygobject-native"
+RDEPENDS = "python-shell"
+SRCNAME = "pygtk"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \
+           file://acinclude.m4"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+EXTRA_OECONF = "--disable-docs"
+
+inherit autotools pkgconfig distutils-base
+
+do_configure_prepend() {
+	install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
+}
+
+do_stage() {
+	autotools_stage_includes
+	install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/
+}






More information about the Openembedded-commits mailing list