Multiple recipes: Remove native extensions not required anymore

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-19 18:24:05 +02:00
parent 12bfbda634
commit 7879ac6d22
15 changed files with 0 additions and 30 deletions

View File

@@ -16,5 +16,3 @@ DEPENDS = " \
libxml2 \ libxml2 \
librevenge \ librevenge \
" "
BBCLASSEXTEND = "native"

View File

@@ -13,5 +13,3 @@ SRC_URI[sha256sum] = "5666249d613466b9aa1e987ea4109c04365866e9277d80f6cd9663e86b
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu lcms librevenge" DEPENDS = "icu lcms librevenge"
BBCLASSEXTEND = "native"

View File

@@ -15,5 +15,3 @@ SRC_URI[sha256sum] = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu libxml2 librevenge liblangtag boost-native gperf-native" DEPENDS = "icu libxml2 librevenge liblangtag boost-native gperf-native"
BBCLASSEXTEND = "native"

View File

@@ -13,5 +13,3 @@ SRC_URI[sha256sum] = "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa5863
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "glm icu lcms libxml2 librevenge liblangtag mdds-1.2" DEPENDS = "glm icu lcms libxml2 librevenge liblangtag mdds-1.2"
BBCLASSEXTEND = "native"

View File

@@ -16,5 +16,3 @@ SRC_URI[sha256sum] = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu lcms librevenge gperf-native" DEPENDS = "icu lcms librevenge gperf-native"
BBCLASSEXTEND = "native"

View File

@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu librevenge" DEPENDS = "icu librevenge"
BBCLASSEXTEND = "native"

View File

@@ -12,5 +12,3 @@ SRC_URI[sha256sum] = "8f81cc27b63d508576a43ef7448f78bec2fde7c7349b08273400e4de89
inherit autotools-brokensep pkgconfig inherit autotools-brokensep pkgconfig
DEPENDS = "librevenge" DEPENDS = "librevenge"
BBCLASSEXTEND = "native"

View File

@@ -12,5 +12,3 @@ SRC_URI[sha256sum] = "323e491f956c8ca2abb12c998e350670930a32317bf9662b0615dd4b39
inherit autotools pkgconfig perlnative inherit autotools pkgconfig perlnative
DEPENDS = "librevenge" DEPENDS = "librevenge"
BBCLASSEXTEND = "native"

View File

@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a4
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu librevenge" DEPENDS = "icu librevenge"
BBCLASSEXTEND = "native"

View File

@@ -11,5 +11,3 @@ SRC_URI[sha256sum] = "8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b716
inherit autotools pkgconfig inherit autotools pkgconfig
DEPENDS = "icu libxml2 librevenge" DEPENDS = "icu libxml2 librevenge"
BBCLASSEXTEND = "native"

View File

@@ -15,5 +15,3 @@ SRC_URI[sha256sum] = "2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec
inherit autotools pkgconfig perlnative inherit autotools pkgconfig perlnative
DEPENDS = "librevenge" DEPENDS = "librevenge"
BBCLASSEXTEND = "native"

View File

@@ -13,5 +13,3 @@ inherit autotools pkgconfig
DEPENDS = "librevenge libwpd zlib" DEPENDS = "librevenge libwpd zlib"
RDEPENDS:${PN} = "perl" RDEPENDS:${PN} = "perl"
BBCLASSEXTEND = "native"

View File

@@ -12,5 +12,3 @@ SRC_URI[sha256sum] = "13beb0c733bb1544a542b6ab1d9d205f218e9a2202d1d4cac056f79f6d
inherit autotools-brokensep pkgconfig inherit autotools-brokensep pkgconfig
DEPENDS = "librevenge" DEPENDS = "librevenge"
BBCLASSEXTEND = "native"

View File

@@ -26,5 +26,3 @@ EXTRA_OECONF = " \
do_configure:prepend() { do_configure:prepend() {
touch ${S}/README touch ${S}/README
} }
BBCLASSEXTEND = "native"

View File

@@ -16,8 +16,6 @@ inherit autotools pkgconfig
DEPENDS = "cppunit zlib boost" DEPENDS = "cppunit zlib boost"
BBCLASSEXTEND = "native"
do_install:append() { do_install:append() {
sed -i '/^Libs:/ s/$/ -lboost_system/' ${D}${libdir}/pkgconfig/librevenge-0.0.pc sed -i '/^Libs:/ s/$/ -lboost_system/' ${D}${libdir}/pkgconfig/librevenge-0.0.pc
} }