diff options
| author | Amy Fong <amy.fong@windriver.com> | 2015-02-27 16:01:22 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-17 09:46:32 -0400 |
| commit | 33ea7df40bc5aa9a34f4362e976775be1076e876 (patch) | |
| tree | 50adc4109dfd5661e071986416cb1c261de673fc /recipes-devtools/python/python-newrelic_2.22.0.19.bb | |
| parent | 96c56a08f618c7c2a3d31c9e3bc5b341c1ef1c36 (diff) | |
| download | meta-virtualization-33ea7df40bc5aa9a34f4362e976775be1076e876.tar.gz | |
Add python packages needed for docker-registry
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-newrelic_2.22.0.19.bb')
| -rw-r--r-- | recipes-devtools/python/python-newrelic_2.22.0.19.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-newrelic_2.22.0.19.bb b/recipes-devtools/python/python-newrelic_2.22.0.19.bb new file mode 100644 index 00000000..38918249 --- /dev/null +++ b/recipes-devtools/python/python-newrelic_2.22.0.19.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | HOMEPAGE = "http://www.newrelic.com" | ||
| 2 | SUMMARY = "New Relic Python Agent" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Python agent for the New Relic web application performance monitoring \ | ||
| 5 | service. Check the release notes for what has changed in this version. \ | ||
| 6 | " | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" | ||
| 9 | LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=0f6cc160a8ed6759faa408a30b6ac978" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | SRCNAME = "newrelic" | ||
| 13 | |||
| 14 | SRC_URI = "https://pypi.python.org/packages/source/n/newrelic/${SRCNAME}-${PV}.tar.gz" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "f8c9bf996d040a11847d14682b290eff" | ||
| 17 | SRC_URI[sha256sum] = "aa8869413c21aff441a77582df1e0fdc0f67342760eb7560d33ed3bbed7edf7b" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools | ||
| 22 | |||
| 23 | FILES_${PN}-dbg += "\ | ||
| 24 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
| 25 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
| 26 | " | ||
