summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb4
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth.inc4
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb2
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
2inherit native 2inherit native
3 3
4PROVIDES += "virtual/update-alternatives-native" 4PROVIDES += "virtual/update-alternatives-native"
5RPROVIDES += "update-alternatives-native" 5RPROVIDES_${PN} += "update-alternatives-native"
6 6
7do_stage () { 7do_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 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2SECTION = "base" 2SECTION = "base"
3SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')}" 3SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
4S = "${WORKDIR}/ipkg/C" 4S = "${WORKDIR}/opkg"
5PACKAGE_ARCH = "all" 5PACKAGE_ARCH = "all"
6PR = "r1" 6PR = "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"
6do_install () { 6do_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}