diff options
| author | Joshua Watt <jpewhacker@gmail.com> | 2022-10-28 10:12:23 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-28 10:05:38 -0700 |
| commit | 7056f31fd93a425f89d6ff3f7be4729f252958a6 (patch) | |
| tree | 4f3bc747db3dea719fdc201d0561f368d348b886 /meta-oe/recipes-support | |
| parent | cb50a9eb7c00d0902da4557638e0ab5be159aa64 (diff) | |
| download | meta-openembedded-7056f31fd93a425f89d6ff3f7be4729f252958a6.tar.gz | |
iniparser: Add native support
Native tools may link against iniparser, so extend it to be a native
recipe also.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/iniparser/iniparser_4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb index 2810a4f651..f9e1530161 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb | |||
| @@ -22,3 +22,5 @@ do_install:append() { | |||
| 22 | install -Dm 0644 ${S}/iniparser.pc ${D}${libdir}/pkgconfig/iniparser.pc | 22 | install -Dm 0644 ${S}/iniparser.pc ${D}${libdir}/pkgconfig/iniparser.pc |
| 23 | sed -i -e 's,@baselib@,${baselib},g' ${D}${libdir}/pkgconfig/iniparser.pc | 23 | sed -i -e 's,@baselib@,${baselib},g' ${D}${libdir}/pkgconfig/iniparser.pc |
| 24 | } | 24 | } |
| 25 | |||
| 26 | BBCLASSEXTEND += "native" | ||
