diff options
-rw-r--r-- | meta/packages/opkg/opkg_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/opkg/opkg_svn.bb b/meta/packages/opkg/opkg_svn.bb index b89ad7fd77..41416a01c3 100644 --- a/meta/packages/opkg/opkg_svn.bb +++ b/meta/packages/opkg/opkg_svn.bb | |||
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg" | |||
6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | 6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" |
7 | PACKAGE_ARCH_update-alternatives-cworth = "all" | 7 | PACKAGE_ARCH_update-alternatives-cworth = "all" |
8 | 8 | ||
9 | PR = "r7" | 9 | PR = "r8" |
10 | 10 | ||
11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" |
12 | 12 | ||
@@ -36,7 +36,7 @@ if [ "x$D" != "x" ]; then | |||
36 | opkg-cl configure | 36 | opkg-cl configure |
37 | rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 37 | rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
38 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 38 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
39 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 39 | chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
40 | fi | 40 | fi |
41 | 41 | ||
42 | update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100 | 42 | update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100 |