diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-30 22:07:04 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-30 22:07:04 +0000 |
| commit | d4f7af436d07c7bc4dd61ac45bff3414a1c12c74 (patch) | |
| tree | 049f5903fea26153466932a6b271c49f10b75ba8 /packages/python/python-etk_git.bb | |
| parent | 873ce28c40814edb45f534003450318c6e9b2650 (diff) | |
| parent | 7339a83b4095582728045cee92aa215373607caf (diff) | |
merge of '08199c52a592fe71e2675200cf618a439d710884'
and '3e5f187370604cf4577025ebc49d90ca52a72d4d'
Diffstat (limited to 'packages/python/python-etk_git.bb')
| -rw-r--r-- | packages/python/python-etk_git.bb | 11 |
1 files changed, 5 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() { |
