From: Marcin Juszkiewicz Date: Mon, 25 Apr 2005 13:44:56 +0000 (+0000) Subject: set PACKAGE_ARCH to "all" in mime-support X-Git-Tag: Release-2010-05/1~14287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f016261b62d895352874df7fb471dd3f01d4ba1d;p=openembedded.git set PACKAGE_ARCH to "all" in mime-support BKrev: 426cf4588QxTaITwpLix03hX1whTYA --- diff --git a/packages/mime-support/mime-support_3.28.bb b/packages/mime-support/mime-support_3.28.bb index a3ca1fd266..8f5beb7c09 100644 --- a/packages/mime-support/mime-support_3.28.bb +++ b/packages/mime-support/mime-support_3.28.bb @@ -5,6 +5,9 @@ MAINTAINER = "Rene Wagner " DEPENDS = "file" RRECOMMENDS = "file" LICENSE = "PD" +PACKAGE_ARCH = "all" +PR = "r1" + SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz" S = "${WORKDIR}/${PN}"