diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2012-11-19 12:00:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-21 18:39:18 +0100 |
commit | d2abc02ad6b1be0ab980b8712e7c0f1a5dc1d613 (patch) | |
tree | 3876cd73babdb04910ed224d4ade19c07f5135fe /meta-gnome/recipes-gnome/orbit2 | |
parent | 9637cb304f1e9116b037d0afd69014836a2fa512 (diff) | |
download | meta-openembedded-d2abc02ad6b1be0ab980b8712e7c0f1a5dc1d613.tar.gz |
orbit2: put .a files into ${PN}-staticdev package
Change-Id: I1b1d5452fd0252f489061a7c6035a97e837c1d45
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/orbit2')
-rw-r--r-- | meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb index 9fe531bff..3b6342b03 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \ | |||
10 | SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" | 10 | SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" |
11 | SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" | 11 | SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" |
12 | 12 | ||
13 | PR = "r4" | 13 | PR = "r5" |
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
15 | 15 | ||
16 | IDL_COMPILER_DEPENDS = "orbit2-native" | 16 | IDL_COMPILER_DEPENDS = "orbit2-native" |
@@ -24,7 +24,8 @@ PARALLEL_MAKE = "" | |||
24 | 24 | ||
25 | 25 | ||
26 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" | 26 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" |
27 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" | 27 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.la" |
28 | FILES_${PN}-staticdev += "${libdir}/orbit-2.0/*.a" | ||
28 | FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" | 29 | FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" |
29 | 30 | ||
30 | S = "${WORKDIR}/${SRC_NAME}-${PV}" | 31 | S = "${WORKDIR}/${SRC_NAME}-${PV}" |