diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 11:09:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 11:09:08 +0100 |
commit | 31cfc2b35d481508fdf0f6cbfdd4f5f9b84a53f2 (patch) | |
tree | cf79abfdf9f91d1950f20de7546a0f99ad756fb7 | |
parent | ddeb32f3c5309c344b7e4c316ef005f9ead5b1e0 (diff) | |
download | meta-openembedded-31cfc2b35d481508fdf0f6cbfdd4f5f9b84a53f2.tar.gz |
angstrom-layers: meta-openembedded: add gconf-native
Signed-off-by: Koen Kooi <k-kooi@student.utwente.nl>
-rw-r--r-- | recipes-gnome/gnome/gconf-native_2.6.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \ | ||
2 | which they are not using anyway... :D" | ||
3 | |||
4 | PR = "r1" | ||
5 | |||
6 | inherit native | ||
7 | |||
8 | do_install() { | ||
9 | install -d ${D}${bindir} | ||
10 | echo "#!/bin/sh" >${D}${bindir}/gconftool-2 | ||
11 | chmod a+rx ${D}${bindir}/gconftool-2 | ||
12 | } | ||
13 | |||
14 | NATIVE_INSTALL_WORKS = "1" | ||