diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-03 21:44:40 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:56 +0100 |
commit | 08b1771e93320a2962c213a1e9c175a0eebff724 (patch) | |
tree | dfc32d8a89951df013b2d0750d32c2451640564e /meta-gnome | |
parent | f39ad60442386313bf3e4f243da0f1e7d36a4d8c (diff) | |
download | meta-openembedded-08b1771e93320a2962c213a1e9c175a0eebff724.tar.gz |
lightmediascaner: move .a files from PN-dev to PN-staticdev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index 4b5a75098..891b6251b 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | DEPENDS = "gtk+" | 3 | DEPENDS = "gtk+" |
4 | LICENSE = "LGPL-2.0+" | 4 | LICENSE = "LGPL-2.0+" |
5 | LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" | 5 | LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" |
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
@@ -23,5 +23,5 @@ GTKVER = "2.10.0" | |||
23 | FILES_${PN} = "${sysconfdir} \ | 23 | FILES_${PN} = "${sysconfdir} \ |
24 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" | 24 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" |
25 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" |
26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so \ | 26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so" |
27 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" | 27 | FILES_${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" |