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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user