mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 19:13:10 +00: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…
x
Reference in New Issue
Block a user