aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gconf-native_2.6.1.bb
blob: 79163a42b1eeaa0f93ce0df5c1b022f75fcbbdbe (plain)
1
2
3
4
5
6
7
8
9
10
NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \
        which they are not using anyway... :D"

inherit native

do_stage() {
	echo "#!/bin/sh" >${STAGING_BINDIR}/gconftool-2
	chmod a+rx ${STAGING_BINDIR}/gconftool-2
}