diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-27 10:07:31 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-28 09:11:53 +0200 |
commit | 256bbbe03128e10d8d0432edfec2c8f203f20f7c (patch) | |
tree | d05ecca03fd77fe9e8d29a9c67f64657b36c791f /recipes/freesmartphone/msmcommd_git.bb | |
parent | a23c4cc90bb9505a5a3446790538e65a512bfe40 (diff) |
vala / freesmartphone: vala now also looks in the target directory for vapi files
We can finally inherit autotools now and remove legacy staging
Diffstat (limited to 'recipes/freesmartphone/msmcommd_git.bb')
-rw-r--r-- | recipes/freesmartphone/msmcommd_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb index 7177e50fc1..14fb627dbc 100644 --- a/recipes/freesmartphone/msmcommd_git.bb +++ b/recipes/freesmartphone/msmcommd_git.bb @@ -12,9 +12,7 @@ PE = "1" SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master" S = "${WORKDIR}/git" -inherit autotools_stage vala - -PARALLEL_MAKE = "" +inherit autotools vala PACKAGES =+ "${PN}-lib ${PN}-term" FILES_${PN}-lib = "${libdir}/lib*.so.*" |