diff options
Diffstat (limited to 'recipes/freesmartphone/libgsm0710_git.bb')
-rw-r--r-- | recipes/freesmartphone/libgsm0710_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb index b24e0b73a9..b1dddcd40d 100644 --- a/recipes/freesmartphone/libgsm0710_git.bb +++ b/recipes/freesmartphone/libgsm0710_git.bb @@ -1,6 +1,4 @@ DESCRIPTION = "A GSM 07.10 Protocol Engine" -AUTHOR = "TROLLTECH ASA, Michael Lauer" -HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/libgsm0710" LICENSE = "GPL" SECTION = "devel" PV = "1.1.1+gitr${SRCREV}" @@ -9,7 +7,4 @@ PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master" S = "${WORKDIR}/git" -inherit autotools_stage pkgconfig - -# ship vala bindings -FILES_${PN}-dev += "${datadir}/vala" +inherit autotools_stage pkgconfig vala |