From: Koen Kooi Date: Wed, 4 Aug 2010 09:55:31 +0000 (+0200) Subject: xscrensaverh: convert to new style staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338a1d50fe8f9b332a04f7e17f73e4cc72fd579b;p=openembedded.git xscrensaverh: convert to new style staging * Is this recipe still needed with the current Xorg in OE? --- 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/ }