diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 23:51:34 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:56 +0200 |
commit | 8aaba52bea14032340a37959af4a57047cb03c1b (patch) | |
tree | a8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/fsod_git.bb | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/fsod_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsod_git.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes/freesmartphone/fsod_git.bb b/recipes/freesmartphone/fsod_git.bb deleted file mode 100644 index c0af2cace3..0000000000 --- a/recipes/freesmartphone/fsod_git.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "The C/Vala implementation of the freesmartphone.org framework APIs" -HOMEPAGE = "http://www.freesmartphone.org/" -AUTHOR = "Sudharshan S" -SECTION = "console/network" -DEPENDS = "dbus dbus-glib libnl vala-native" -# for pygobject-codegen -DEPENDS += "python-pygtk" -LICENSE = "LGPL" -PV = "0.1+gitr${SRCREV}" -PR = "r1" - -inherit autotools pkgconfig update-rc.d distutils-base - -EXTRA_OECONF = "--enable-python --with-python-includes=${STAGING_INCDIR}/.." - -INITSCRIPT_NAME = "fsod" -INITSCRIPT_PARAMS = "defaults 21" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/openmoko-gsoc2008.git;protocol=git;branch=master \ - file://autofoo.patch;patch=1 \ -# file://fsod \ -" -S = "${WORKDIR}/git/fsod" - -do_install_append() { -# install -d ${D}${sysconfdir}/init.d -# install -m 0755 ${WORKDIR}/fsod ${D}${sysconfdir}/init.d/ -} - -RCONFLICTS_${PN} = "frameworkd" -RREPLACES_${PN} = "frameworkd" - -FILES_${PN} += "${sysconfdir} ${datadir}" -FILES_${PN}-dbg += "\ - ${bindir}/.debug \ - ${libdir}/fsod/subsystems/.debug \ - ${libdir}/fsod/subsystems/*/.debug \ -" |