From 31cfc2b35d481508fdf0f6cbfdd4f5f9b84a53f2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Nov 2010 11:09:08 +0100 Subject: angstrom-layers: meta-openembedded: add gconf-native Signed-off-by: Koen Kooi --- recipes-gnome/gnome/gconf-native_2.6.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-gnome/gnome/gconf-native_2.6.1.bb diff --git a/recipes-gnome/gnome/gconf-native_2.6.1.bb b/recipes-gnome/gnome/gconf-native_2.6.1.bb new file mode 100644 index 0000000000..f3f5fd8231 --- /dev/null +++ b/recipes-gnome/gnome/gconf-native_2.6.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf