From: Marcin Juszkiewicz Date: Wed, 19 Mar 2008 15:36:01 +0000 (+0000) Subject: update-alternatives-cworth: dropped as they are now generated with opkg recipe X-Git-Tag: 2011-1~9390 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=44b538eedab7c255051fa3375f9f2439cd2db3dd;p=openembedded-core.git update-alternatives-cworth: dropped as they are now generated with opkg recipe git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4059 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ -require update-alternatives-cworth.inc -inherit native - -PROVIDES += "virtual/update-alternatives-native" -RPROVIDES_${PN} += "update-alternatives-native" - -do_stage () { - install -d ${sbindir} \ - ${libdir}/opkg/alternatives - - install -m 0755 update-alternatives ${sbindir}/update-alternatives -} 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 @@ -LICENSE = "GPL" -SECTION = "base" -SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" -S = "${WORKDIR}/opkg" -PACKAGE_ARCH = "all" -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 @@ -require update-alternatives-cworth.inc - -PROVIDES += "virtual/update-alternatives" -RPROVIDES_${PN} += "update-alternatives" - -do_install () { - install -d ${D}${sbindir} \ - ${D}${sysconfdir}/alternatives \ - ${D}${libdir}/opkg/alternatives - - install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives -}