diff options
Diffstat (limited to 'packages/python/python-sword_1.5.9.bb')
-rw-r--r-- | packages/python/python-sword_1.5.9.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/python/python-sword_1.5.9.bb b/packages/python/python-sword_1.5.9.bb index 6c777bb54d..a18cf89466 100644 --- a/packages/python/python-sword_1.5.9.bb +++ b/packages/python/python-sword_1.5.9.bb @@ -17,9 +17,10 @@ inherit distutils autotools PARALLEL_MAKE = "" -#do_configure_prepend() { -# ./autogen.sh -#} +do_configure_prepend() { + touch ltmain.sh + ./autogen.sh +} do_compile() { oe_runmake BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} pythonswig python_make |