1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

moblin-feeds: Remove unneeded staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-17 23:57:25 +00:00
parent d26596806e
commit 354221d878
@@ -34,11 +34,6 @@ do_install () {
install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/
}
do_stage () {
install -d ${STAGING_DIR}${sysconfdir}/opkg
install -m 0644 ${S}/${sysconfdir}/opkg/* ${STAGING_DIR}${sysconfdir}/opkg/
}
FILES_${PN} = "${sysconfdir}/opkg/ "
CONFFILES_${PN} += "${sysconfdir}/opkg/base-feeds.conf \