diff options
Diffstat (limited to 'meta-oe/recipes-core/meta')
| -rw-r--r-- | meta-oe/recipes-core/meta/distro-feed-configs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb index cff0946da6..462af45284 100644 --- a/meta-oe/recipes-core/meta/distro-feed-configs.bb +++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb | |||
| @@ -13,8 +13,8 @@ do_compile() { | |||
| 13 | done | 13 | done |
| 14 | } | 14 | } |
| 15 | do_install () { | 15 | do_install () { |
| 16 | install -d ${D}${sysconfdir}/opkg | 16 | install -d ${D}${sysconfdir}/opkg |
| 17 | install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/ | 17 | install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/ |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
