aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xscrnsaverh
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-04 11:55:31 +0200
committerKoen Kooi <koen@openembedded.org>2010-08-04 11:55:31 +0200
commit338a1d50fe8f9b332a04f7e17f73e4cc72fd579b (patch)
tree0486fa010756adfc8bd85c03d2a43330b7219c9a /recipes/xscrnsaverh
parentbaf576773589099170b0590adac81852966c0714 (diff)
downloadopenembedded-338a1d50fe8f9b332a04f7e17f73e4cc72fd579b.tar.gz
xscrensaverh: convert to new style staging
* Is this recipe still needed with the current Xorg in OE?
Diffstat (limited to 'recipes/xscrnsaverh')
-rw-r--r--recipes/xscrnsaverh/xscrnsaverh_1.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xscrnsaverh/xscrnsaverh_1.0.bb b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
index 2989054f44..9cad1e4bae 100644
--- a/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
+++ b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
@@ -1,5 +1,5 @@
-PR = "r0"
+PR = "r1"
DEPENDS = "libxext"
SECTION = "x11"
@@ -8,6 +8,7 @@ DESCRIPTION = "missing header"
SRC_URI = "file://scrnsaver.h"
-do_stage() {
- install -m 0644 ${WORKDIR}/scrnsaver.h ${STAGING_INCDIR}/X11/extensions/
+do_install() {
+ install -d ${D}${includedir}/X11/extensions/
+ install -m 0644 ${WORKDIR}/scrnsaver.h ${D}${includedir}/X11/extensions/
}