[oe-commits] Jan Lübbe : pycd: add recipe

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:00:38 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: a190ef96a493166f6dcad1b0bcc511d56ffa689f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a190ef96a493166f6dcad1b0bcc511d56ffa689f

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Mon Feb 23 14:28:39 2009 +0000

pycd: add recipe

---

 conf/distro/include/fso-autorev.inc  |    1 +
 conf/distro/include/sane-srcrevs.inc |    1 +
 packages/freesmartphone/pycd_git.bb  |   31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index a84faf1..5cde5d9 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -14,4 +14,5 @@ SRCREV_pn-libframeworkd-glib = "${AUTOREV}"
 SRCREV_pn-mickeydbus = "${AUTOREV}"
 SRCREV_pn-mickeyterm = "${AUTOREV}"
 SRCREV_pn-python-pytrc = "${AUTOREV}"
+SRCREV_pn-pycd = "${AUTOREV}"
 SRCREV_pn-zhone = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 3fd02c0..2f4e913 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -186,6 +186,7 @@ SRCREV_pn-paroli ?= "7a2fdc16174258e9276e7c2d80f500b4dd624442"
 SRCREV_pn-portaudio-v19 ?= "1387"
 SRCREV_pn-psplash ?= "249"
 SRCREV_pn-pty-forward-native ?= "4214"
+SRCREV_pn-pycd ?= "41bcdfdfa6087797026d1337e927ba2cc4d6763f"
 SRCREV_pn-pyefl-sudoku ?= "49"
 SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141"
 SRCREV_pn-pylgrim ?= "20"
diff --git a/packages/freesmartphone/pycd_git.bb b/packages/freesmartphone/pycd_git.bb
new file mode 100644
index 0000000..3ed2b75
--- /dev/null
+++ b/packages/freesmartphone/pycd_git.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "Python Clone Factory"
+AUTHOR = "Jan Luebbe <jluebbe at debian.org>"
+HOMEPAGE = "http://www.freesmartphone.org"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+PV = "0.1+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/${PN}"
+
+RDEPENDS_${PN} = "\
+  python-dbus \
+  python-misc \
+  python-pkgutil \
+  python-resource \
+"
+
+do_compile() {
+	${CC} pyc.c -o pyc
+}
+
+do_install() {
+	install -d ${D}${bindir}
+	install -m 755 pyc ${D}${bindir}/pyc
+	install -d ${D}${sbindir}
+	install -m 755 pycd.py ${D}${sbindir}/pycd
+	install -d ${D}${sysconfdir}/dbus-1
+	install -m 644 pycd.conf ${D}${sysconfdir}/dbus-1
+}
+





More information about the Openembedded-commits mailing list