diff options
author | Matthew Waters <matthew@centricular.com> | 2019-09-26 10:52:28 +1000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-10-31 18:32:47 +0530 |
commit | 8cb00409f70fe0294c9570d38b496c7791643f08 (patch) | |
tree | 8dcc864dcfe3d3687f880546a9c8663d87a2df12 /recipes/gst-android-1.0.recipe | |
parent | 5de73e40cdcb4bea6f99add3c92d091dd1cb22b0 (diff) |
convert install command to async
Diffstat (limited to 'recipes/gst-android-1.0.recipe')
-rw-r--r-- | recipes/gst-android-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-android-1.0.recipe b/recipes/gst-android-1.0.recipe index 7bc1e6fa..a8f4d42d 100644 --- a/recipes/gst-android-1.0.recipe +++ b/recipes/gst-android-1.0.recipe @@ -26,7 +26,7 @@ class Recipe(recipe.Recipe): 'share/gst-android/ndk-build/fontconfig', ] - def install(self): + async def install(self): ndk_build_dir_dst = os.path.join(self.config.prefix, 'share', 'gst-android', 'ndk-build') if not os.path.exists(ndk_build_dir_dst): os.makedirs(ndk_build_dir_dst) |