tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / recipes / gnome / gconf-native_2.6.1.bb
blobf3f5fd8231432ffcab9fa42aef2dc0e996cacfd0
1 NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \
2 which they are not using anyway... :D"
4 PR = "r1"
6 inherit native
8 do_install() {
9 install -d ${D}${bindir}
10 echo "#!/bin/sh" >${D}${bindir}/gconftool-2
11 chmod a+rx ${D}${bindir}/gconftool-2
14 NATIVE_INSTALL_WORKS = "1"