diff options
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-phoneutils_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb b/meta-oe/recipes-devtools/python/python-phoneutils_git.bb deleted file mode 100644 index 36f5241956..0000000000 --- a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python Bindings for libphone-utils" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | DEPENDS = "libphone-utils python-cython-native python-pyrex-native" | ||
| 4 | RDEPENDS_${PN} = "libphone-utils" | ||
| 5 | LICENSE = "LGPLv2.1+" | ||
| 6 | LIC_FILES_CHKSUM = "file://phoneutils/c_phoneutils.pyx;endline=18;md5=ca321e4ec3a30a44469b23ebca782665" | ||
| 7 | |||
| 8 | SRCREV = "8a7c719e0c3f1f8c10f77f17422da02d7177f0dd" | ||
| 9 | PV = "0.0.2+gitr${SRCPV}" | ||
| 10 | PR = "r5" | ||
| 11 | |||
| 12 | SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" | ||
| 13 | S = "${WORKDIR}/git/src/python" | ||
| 14 | |||
| 15 | inherit setuptools | ||
