mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
angstrom-layers: meta-openembedded: add gconf-native
Signed-off-by: Koen Kooi <k-kooi@student.utwente.nl>
This commit is contained in:
parent
ddeb32f3c5
commit
31cfc2b35d
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"
|
||||
Loading…
Reference in New Issue
Block a user