diff options
Diffstat (limited to 'recipes/freesmartphone/fso-apm_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-apm_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb index a42492f0f0..f04a5b1953 100644 --- a/recipes/freesmartphone/fso-apm_git.bb +++ b/recipes/freesmartphone/fso-apm_git.bb @@ -4,7 +4,6 @@ HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console" LICENSE = "GPLv2" PE = "1" -DEPENDS = "vala-native" RCONFLICTS = "apm" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "2.0.0+gitr${SRCPV}" @@ -13,6 +12,4 @@ PR = "r1" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/apm2" -inherit autotools - - +inherit autotools vala |