diff options
Diffstat (limited to 'packages/midpath/midpath-qte_0.1.bb')
-rw-r--r-- | packages/midpath/midpath-qte_0.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/midpath/midpath-qte_0.1.bb b/packages/midpath/midpath-qte_0.1.bb index e37825bf57..39b9264930 100644 --- a/packages/midpath/midpath-qte_0.1.bb +++ b/packages/midpath/midpath-qte_0.1.bb @@ -18,8 +18,6 @@ do_configure() { do_compile() { -mkdir -p ${S}/dist - # Build the QT native part cd ${S}/native/qt make || exit 1 |