mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
angstrom-layers: meta-openembedded: add gconf-native
Signed-off-by: Koen Kooi <k-kooi@student.utwente.nl>
This commit is contained in:
14
recipes-gnome/gnome/gconf-native_2.6.1.bb
Normal file
14
recipes-gnome/gnome/gconf-native_2.6.1.bb
Normal 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"
|
||||
Reference in New Issue
Block a user