angstrom-layers: meta-openembedded: add gconf-native

Signed-off-by: Koen Kooi <k-kooi@student.utwente.nl>
This commit is contained in:
Koen Kooi 2010-11-02 11:09:08 +01:00
parent ddeb32f3c5
commit 31cfc2b35d

View File

@ -0,0 +1,14 @@
NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \
which they are not using anyway... :D"
PR = "r1"
inherit native
do_install() {
install -d ${D}${bindir}
echo "#!/bin/sh" >${D}${bindir}/gconftool-2
chmod a+rx ${D}${bindir}/gconftool-2
}
NATIVE_INSTALL_WORKS = "1"