aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2012-08-05 21:48:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 14:38:12 +0100
commit998b94adbbc0f0f036c5816fbf6ee594dba90c1c (patch)
tree95cf7e688c09f0a72243690040fddf1233280f79 /meta/recipes-bsp
parentaada9260af9dcac42c21e189fdf6698e509c26a4 (diff)
downloadopenembedded-core-contrib-998b94adbbc0f0f036c5816fbf6ee594dba90c1c.tar.gz
qemu-config: use ${sysconfdir} instead of /etc for packaging
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/qemu-config/qemu-config.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb
index 56ee465857..8305f3a965 100644
--- a/meta/recipes-bsp/qemu-config/qemu-config.bb
+++ b/meta/recipes-bsp/qemu-config/qemu-config.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)"
-PR = "r24"
+PR = "r25"
SRC_URI = "file://distcc.sh \
file://anjuta-remote-run \
@@ -28,8 +28,8 @@ do_install() {
install -d ${D}${datadir}/applications
install -m 0644 shutdown.desktop ${D}${datadir}/applications/
- install -d ${D}/etc/init.d
- install qemu-autostart ${D}/etc/init.d/
+ install -d ${D}${sysconfdir}/init.d
+ install qemu-autostart ${D}${sysconfdir}/init.d/
}
pkg_postinst_${PN} () {