From 017f541570751f9d983eabc3e12fa2012e6e69f2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 19 Dec 2005 12:20:59 +0000 Subject: meta-sdk: put DISTRO and DISTRO_VERSION into the tarball name --- packages/meta/meta-sdk.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/meta/meta-sdk.bb b/packages/meta/meta-sdk.bb index b71a2d44d8..1b009bb5a8 100644 --- a/packages/meta/meta-sdk.bb +++ b/packages/meta/meta-sdk.bb @@ -5,7 +5,7 @@ DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native \ libidl libsvg-cairo sed-native \ meta-gpe gstreamer\ opie-mail" -PR = "r8" +PR = "r9" PACKAGES = "" @@ -184,7 +184,7 @@ EOF mkdir -p ${SDK_DEPLOY} cd ${SDK_OUTPUT} - fakeroot tar cfj ${SDK_DEPLOY}/oe-sdk-$(date +"%Y%m%d%H%M%S").tar.bz2 . + fakeroot tar cfj ${SDK_DEPLOY}/${DISTRO}-${DISTRO_VERSION}-${TARGET_ARCH}-oe-sdk-${DATE}.tar.bz2 . } do_populate_sdk[nostamp] = 1 -- cgit v1.2.3 From 6099798ad0f7384f0d6d2442373c7e20092b6fe3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 19 Dec 2005 12:51:50 +0000 Subject: pcmcia-cs: RPROVIDE virtual/pcmcia-manager --- packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb index 2f4b48d9c9..285c263b46 100644 --- a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb @@ -2,9 +2,10 @@ DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA car SECTION = "base" PRIORITY = "required" PROVIDES = "virtual/pcmcia-manager" +RPROVIDES = "virtual/pcmcia-manager" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r24" +PR = "r25" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ -- cgit v1.2.3 From e32c616ea90fa0314e5f35c4aaa350eb0ccc4816 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Mon, 19 Dec 2005 14:46:10 +0000 Subject: handheld-common.conf, pcmcia-cs, pcmciautils: revert virtual/pcmcia-manager changes. introduce PCMCIA_MANAGER. fixes Bug #541. - Having packages that cannot be used interchangeably provide the same virtual package leads to all sorts of breakage on the build system and runtime dependencies levels. - If you want to use pcmciautils instead of pcmcia-cs for your machine now, add PCMCIA_MANAGER = "pcmciautils" in your MACHINE .conf before including handheld-common.conf. --- conf/machine/handheld-common.conf | 6 +++--- packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | 4 +--- packages/pcmciautils/pcmciautils_010.bb | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index 8aad984243..40fd9780f9 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -16,11 +16,11 @@ irda irlan irnet irport irtty ircomm-tty \ input uinput \ " -PREFERRED_PROVIDER_virtual/pcmcia-manager ?= "pcmcia-cs" +PCMCIA_MANAGER ?= "pcmcia-cs" # Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_DEPENDS += "virtual/pcmcia-manager apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts" -BOOTSTRAP_EXTRA_RDEPENDS += "virtual/pcmcia-manager apm apmd network-suspend-scripts" +BOOTSTRAP_EXTRA_DEPENDS += "${PCMCIA_MANAGER} apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts" +BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" INHERIT += "linux_modules" diff --git a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb index 285c263b46..31d90f6377 100644 --- a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb @@ -1,11 +1,9 @@ DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services" SECTION = "base" PRIORITY = "required" -PROVIDES = "virtual/pcmcia-manager" -RPROVIDES = "virtual/pcmcia-manager" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r25" +PR = "r26" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ diff --git a/packages/pcmciautils/pcmciautils_010.bb b/packages/pcmciautils/pcmciautils_010.bb index f405eea809..8045a0e442 100644 --- a/packages/pcmciautils/pcmciautils_010.bb +++ b/packages/pcmciautils/pcmciautils_010.bb @@ -4,7 +4,6 @@ RDEPENDS = "udev module-init-tools" HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" SECTION = "kernel/userland" PRIORITY = "optional" -PROVIDES = "virtual/pcmcia-manager" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" S = "${WORKDIR}/pcmciautils-${PV}" -- cgit v1.2.3