[oe-commits] Thomas Zimmermann : Add neon svn reciepe, renamed neon package to om-neon because another neon already exists in OE

git version control git at git.openembedded.org
Thu Aug 27 10:04:32 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 98cef122df49833fa445dc69eeb27fddc28723b9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98cef122df49833fa445dc69eeb27fddc28723b9

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Aug 27 07:54:22 2009 +0000

Add neon svn reciepe, renamed neon package to om-neon because another neon already exists in OE

---

 recipes/openmoko-3rdparty/om-neon_svn.bb |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/om-neon_svn.bb b/recipes/openmoko-3rdparty/om-neon_svn.bb
new file mode 100644
index 0000000..eede2e9
--- /dev/null
+++ b/recipes/openmoko-3rdparty/om-neon_svn.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Simple image viewer"
+HOMEPAGE = "http://neon.projects.openmoko.org/"
+LICENSE = "GPLv3"
+AUTHOR = "Valéry Febvre <vfebvre at easter-eggs.com>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+DEPENDS = "edje-native python-native"
+
+SRCREV = ${AUTOREV}
+PV = "1.0.0+svn${SRCREV}"
+PR = "r0"
+
+S = "${WORKDIR}/trunk"
+
+# Pure Python plus Edje interface
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/neon;module=trunk"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/${PN} ${datadir}/applications/neon.desktop ${datadir}/pixmaps"
+
+RDEPENDS += "python-textutils python-evas python-ecore python-edje"
+
+do_compile_prepend() {
+	sed -i "s/\/opt\/bin\/edje_cc -v/${@"${STAGING_BINDIR_NATIVE}".replace('/', '\/')}\/edje_cc/g" ${S}/build_edje.py 
+}





More information about the Openembedded-commits mailing list