meta-openembedded/recipes-gnome/gnome/gconf-native_2.6.1.bb
Koen Kooi 1312f8d4c6 angstrom-layers: meta-openembedded: add license to gconf-native
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-02 11:10:09 +01:00

17 lines
357 B
BlitzBasic

NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \
which they are not using anyway... :D"
LICENSE = "MIT"
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"