diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-11 23:17:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-11 23:17:50 +0000 |
commit | d155644256cf2c33be2d70f1179e63291d229c7f (patch) | |
tree | 7a596fae81c5a6a3e42b650867ad1df0a65a80f4 /packages/python | |
parent | 842bca7716c1fcf1627b87d7b478805ac283ecfa (diff) | |
parent | 077441a48b6313cbf3b2a81a7a263fa67c41150b (diff) |
merge of '416f841049c84e97f18fad677688af32cbc68636'
and '8d96efde3687c41c8d5111e4be606b8b0946167d'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-etk_git.bb | 11 | ||||
-rw-r--r-- | packages/python/python-pyalsa_1.0.16.bb | 12 | ||||
-rw-r--r-- | packages/python/python-pyalsaaudio_0.3.bb | 12 |
3 files changed, 29 insertions, 6 deletions
diff --git a/packages/python/python-etk_git.bb b/packages/python/python-etk_git.bb index 3c2cb71d7e..8f266449d9 100644 --- a/packages/python/python-etk_git.bb +++ b/packages/python/python-etk_git.bb @@ -1,11 +1,10 @@ -DESCRIPTION = "Python etk binding" -require python-efl.inc -DEPENDS += "etk python-setuptools python-ecore python-cython python-edje" -RDEPENDS += "etk python-cython python-evas python-ecore python-edje python-numeric python-math etk-themes" -PR = "r0.01" +require python-efl.inc +DEPENDS += "etk" +RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes" +PV = "0.0.0+git${SRCREV}" +PR = "r1" SRC_URI = "git://staff.get-e.org/users/cmarcelo/python-etk.git;protocol=git" - S = "${WORKDIR}/git" do_stage() { diff --git a/packages/python/python-pyalsa_1.0.16.bb b/packages/python/python-pyalsa_1.0.16.bb new file mode 100644 index 0000000000..f98e144c75 --- /dev/null +++ b/packages/python/python-pyalsa_1.0.16.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System" +SECTION = "devel/python" +DEPENDS = "alsa-lib" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "pyalsa" +PR = "ml0" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/packages/python/python-pyalsaaudio_0.3.bb b/packages/python/python-pyalsaaudio_0.3.bb new file mode 100644 index 0000000000..42b15ce5be --- /dev/null +++ b/packages/python/python-pyalsaaudio_0.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System" +SECTION = "devel/python" +DEPENDS = "alsa-lib" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "pyalsaaudio" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyalsaaudio/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |