diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-07-17 15:17:15 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-24 14:32:24 +0200 |
commit | e3be93c05343e1edd8ef7e49f36a5ea7b31897db (patch) | |
tree | 59f19ba8384c4e164f268aa0b2972a92dda25877 /meta-oe | |
parent | 957eef8f929295967cf19b6e269a32daa7ba8043 (diff) | |
download | meta-openembedded-e3be93c05343e1edd8ef7e49f36a5ea7b31897db.tar.gz |
proxy-libintl: Put .a in -dev package and allow empty main package
This helps in staging the library when it is asked for
via dependencies otherwise its missing in staging sysroot
even though its built its stashed into -staticdev package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb index 451a3c697..e1531ddc8 100644 --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb | |||
@@ -14,8 +14,10 @@ SRC_URI[md5sum] = "aef407c2b97ee829383aadd867c61d1e" | |||
14 | SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91" | 14 | SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91" |
15 | 15 | ||
16 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
17 | PACKAGES = "${PN} ${PN}-dev" | ||
17 | FILES_${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a" | 18 | FILES_${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a" |
18 | 19 | INSANE_SKIP_${PN}-dev = "staticdev" | |
20 | ALLOW_EMPTY_${PN} = "1" | ||
19 | CFLAGS_append = " -fPIC -Wall -I ../../include ${@['-DSTUB_ONLY', ''][d.getVar('USE_NLS', 1) != 'no']}" | 21 | CFLAGS_append = " -fPIC -Wall -I ../../include ${@['-DSTUB_ONLY', ''][d.getVar('USE_NLS', 1) != 'no']}" |
20 | TARGET_CC_ARCH += "${LDFLAGS}" | 22 | TARGET_CC_ARCH += "${LDFLAGS}" |
21 | 23 | ||