diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-11 21:44:18 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-11 21:44:18 +0200 |
commit | 4db359fb370677be69bb5fca32472f3b3da16bae (patch) | |
tree | e9f7d77f08397375bc98d4ab9a1083b067eeae80 /recipes/freesmartphone/libfsoframework_git.bb | |
parent | fd0465c4d55f65735287b3ad5435acca0809e28b (diff) | |
parent | 3c109747dee974b2076aa8dd5bb25194aaec6201 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/freesmartphone/libfsoframework_git.bb')
-rw-r--r-- | recipes/freesmartphone/libfsoframework_git.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb index 7b03e17041..2fb01bfeb2 100644 --- a/recipes/freesmartphone/libfsoframework_git.bb +++ b/recipes/freesmartphone/libfsoframework_git.bb @@ -1,17 +1,3 @@ +require cornucopia.inc DESCRIPTION = "freesmartphone.org support library" -LICENSE = "GPL" -SECTION = "devel" -DEPENDS = "vala-native glib-2.0 dbus dbus-glib" -PV = "0.0.0.0+gitr${SRCREV}" -PR = "r0" -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master \ -" -S = "${WORKDIR}/git/libfsoframework" - -inherit autotools_stage pkgconfig - -FILES_${PN} += "${sysconfdir} ${datadir}" -# ship vapi files -FILES_${PN}-dev += "${datadir}/vala" |