mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 07:33:04 +00:00
moblin-feeds: Remove unneeded staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user