diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-07 11:53:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-07 11:53:42 +0100 |
commit | 611662a49470299f3851db2823d76d4827700ff9 (patch) | |
tree | 10f8b2695b7b231d949401dfaa5f2de7769c8214 /recipes/freesmartphone | |
parent | 43bb6f65a72d3d3f81bc917fd27957ccdf20abe2 (diff) |
libeflvala: move from recipes/freesmartphone to recipes/efl
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/libeflvala_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/freesmartphone/libeflvala_git.bb b/recipes/freesmartphone/libeflvala_git.bb deleted file mode 100644 index 9040bbd10a..0000000000 --- a/recipes/freesmartphone/libeflvala_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Vala meets the Enlightenment Foundation Libraries" -AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" -LICENSE = "LGPL" -SECTION = "devel" -DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" -PV = "0.0.1.0+gitr${SRCREV}" -PR = "r0" - -SRC_URI = "${FREESMARTPHONE_GIT}/libeflvala;protocol=git;branch=master" -S = "${WORKDIR}/git" - -inherit autotools_stage pkgconfig vala - -PACKAGES =+ "${PN}-examples" -FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" |