aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mdbus2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/mdbus2_git.bb')
-rw-r--r--recipes/freesmartphone/mdbus2_git.bb14
1 files changed, 4 insertions, 10 deletions
diff --git a/recipes/freesmartphone/mdbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb
index 76af519d4b..cfa6ef3698 100644
--- a/recipes/freesmartphone/mdbus2_git.bb
+++ b/recipes/freesmartphone/mdbus2_git.bb
@@ -1,19 +1,13 @@
+require cornucopia.inc
+
DESCRIPTION = "Mickey's DBus introspection and calling Program V2"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
-HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console/network"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 dbus dbus-glib"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "2.0.0+gitr${SRCPV}"
-PR = "r0"
+PR = "${INC_PR}.0"
PE = "1"
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
-S = "${WORKDIR}/git/tools/mdbus2"
-
-do_stage() {
- :
-}
-
-inherit autotools_stage vala
+S = "${WORKDIR}/git/tools/${PN}"