diff options
Diffstat (limited to 'meta')
3 files changed, 0 insertions, 30 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 deleted file mode 100644 index b20dab18f1..0000000000 --- a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | require update-alternatives-cworth.inc | ||
| 2 | inherit native | ||
| 3 | |||
| 4 | PROVIDES += "virtual/update-alternatives-native" | ||
| 5 | RPROVIDES_${PN} += "update-alternatives-native" | ||
| 6 | |||
| 7 | do_stage () { | ||
| 8 | install -d ${sbindir} \ | ||
| 9 | ${libdir}/opkg/alternatives | ||
| 10 | |||
| 11 | install -m 0755 update-alternatives ${sbindir}/update-alternatives | ||
| 12 | } | ||
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth.inc b/meta/packages/update-alternatives/update-alternatives-cworth.inc deleted file mode 100644 index 78d890e6de..0000000000 --- a/meta/packages/update-alternatives/update-alternatives-cworth.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | LICENSE = "GPL" | ||
| 2 | SECTION = "base" | ||
| 3 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" | ||
| 4 | S = "${WORKDIR}/opkg" | ||
| 5 | PACKAGE_ARCH = "all" | ||
| 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 deleted file mode 100644 index 82700f0f95..0000000000 --- a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | require update-alternatives-cworth.inc | ||
| 2 | |||
| 3 | PROVIDES += "virtual/update-alternatives" | ||
| 4 | RPROVIDES_${PN} += "update-alternatives" | ||
| 5 | |||
| 6 | do_install () { | ||
| 7 | install -d ${D}${sbindir} \ | ||
| 8 | ${D}${sysconfdir}/alternatives \ | ||
| 9 | ${D}${libdir}/opkg/alternatives | ||
| 10 | |||
| 11 | install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives | ||
| 12 | } | ||
