diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 10:57:47 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:54 +0100 |
commit | eb329f15307fd14ce5107edd86f5b473a83880eb (patch) | |
tree | e08a95cbfad7ef5a9ff8c68b4930602713524df7 /meta-gnome/recipes-gnome | |
parent | 9a9546689ec6bde75b0617564fb50b26e9e992a6 (diff) | |
download | meta-openembedded-eb329f15307fd14ce5107edd86f5b473a83880eb.tar.gz |
libgnomeui: fix QA warnings from packaging
* fixes:
libgnomeui-2.24.3: non -staticdev package contains static .a library:
libgnomeui-dev path
'/work/armv7a-vfp-neon-oe-linux-gnueabi/libgnomeui/2.24.3-r0/packages-split/libgnomeui-dev/usr/lib/libglade/2.0/libgnome.a'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | 3 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc index 5d0053ba9..bf9ae691a 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | |||
@@ -10,7 +10,8 @@ inherit gnome | |||
10 | FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ | 10 | FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ |
11 | ${libdir}/libglade/*/lib*.so \ | 11 | ${libdir}/libglade/*/lib*.so \ |
12 | ${datadir}/pixmaps/gnome-about-logo.png" | 12 | ${datadir}/pixmaps/gnome-about-logo.png" |
13 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" | 13 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la" |
14 | FILES_${PN}-staticdev += "${libdir}/libglade/*/*.a" | ||
14 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" | 15 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" |
15 | 16 | ||
16 | SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch" | 17 | SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch" |
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb index 56f284055..597c2ff99 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | require libgnomeui.inc | 1 | require libgnomeui.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099" | 5 | SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099" |
4 | SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803" | 6 | SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803" |