diff options
Diffstat (limited to 'meta')
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb index 5c7b7289ab..b20dab18f1 100644 --- a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb +++ b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb | |||
@@ -2,11 +2,11 @@ require update-alternatives-cworth.inc | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | PROVIDES += "virtual/update-alternatives-native" | 4 | PROVIDES += "virtual/update-alternatives-native" |
5 | RPROVIDES += "update-alternatives-native" | 5 | RPROVIDES_${PN} += "update-alternatives-native" |
6 | 6 | ||
7 | do_stage () { | 7 | do_stage () { |
8 | install -d ${sbindir} \ | 8 | install -d ${sbindir} \ |
9 | ${libdir}/ipkg/alternatives | 9 | ${libdir}/opkg/alternatives |
10 | 10 | ||
11 | install -m 0755 update-alternatives ${sbindir}/update-alternatives | 11 | install -m 0755 update-alternatives ${sbindir}/update-alternatives |
12 | } | 12 | } |
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth.inc b/meta/packages/update-alternatives/update-alternatives-cworth.inc index 5a1cf3e7ed..78d890e6de 100644 --- a/meta/packages/update-alternatives/update-alternatives-cworth.inc +++ b/meta/packages/update-alternatives/update-alternatives-cworth.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')}" | 3 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" |
4 | S = "${WORKDIR}/ipkg/C" | 4 | S = "${WORKDIR}/opkg" |
5 | PACKAGE_ARCH = "all" | 5 | PACKAGE_ARCH = "all" |
6 | PR = "r1" | 6 | PR = "r1" |
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb index cf3c8fbc2b..82700f0f95 100644 --- a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb +++ b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb | |||
@@ -6,7 +6,7 @@ RPROVIDES_${PN} += "update-alternatives" | |||
6 | do_install () { | 6 | do_install () { |
7 | install -d ${D}${sbindir} \ | 7 | install -d ${D}${sbindir} \ |
8 | ${D}${sysconfdir}/alternatives \ | 8 | ${D}${sysconfdir}/alternatives \ |
9 | ${D}${libdir}/ipkg/alternatives | 9 | ${D}${libdir}/opkg/alternatives |
10 | 10 | ||
11 | install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives | 11 | install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives |
12 | } | 12 | } |