diff options
| -rw-r--r-- | meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb new file mode 100644 index 0000000000..0128a7c22e --- /dev/null +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "A Python module to deal with freedesktop.org specifications" | ||
| 2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
| 6 | |||
| 7 | SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330" | ||
| 8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg" | ||
| 9 | |||
| 10 | inherit distutils | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
