diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 22:18:29 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 22:18:29 +0000 |
commit | f8e9dcb5aec368e135107a08a94cb515b919d051 (patch) | |
tree | 3c56b1a1e114aca1a8b6ff12225022affa033ef5 /meta/packages/libgtkstylus/libgtkstylus_0.5.bb | |
parent | 76bf51b126a8e8a4968ff004fbbe2be65620dfe6 (diff) | |
download | poky-f8e9dcb5aec368e135107a08a94cb515b919d051.tar.gz |
libgtkstylus: rpm can't cope with these expressions so avoid them for now
Diffstat (limited to 'meta/packages/libgtkstylus/libgtkstylus_0.5.bb')
-rw-r--r-- | meta/packages/libgtkstylus/libgtkstylus_0.5.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/packages/libgtkstylus/libgtkstylus_0.5.bb b/meta/packages/libgtkstylus/libgtkstylus_0.5.bb index 25d6d42832..f614048a16 100644 --- a/meta/packages/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta/packages/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "GTK plugin for stylus based systems" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "gtk+" | 3 | DEPENDS = "gtk+" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
@@ -14,8 +14,11 @@ do_install_append() { | |||
14 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | 14 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus |
15 | } | 15 | } |
16 | 16 | ||
17 | # Horrible but rpm falls over if you use '*' | ||
18 | GTKVER = "2.10.0" | ||
19 | |||
17 | FILES_${PN} = "${sysconfdir} \ | 20 | FILES_${PN} = "${sysconfdir} \ |
18 | ${libdir}/gtk-2.0/*/modules/libgtkstylus.so.*" | 21 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" |
19 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/modules/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" |
20 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/modules/libgtkstylus.so \ | 23 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so \ |
21 | ${libdir}/gtk-2.0/*/modules/libgtkstylus.*a" | 24 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" |