From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SuIqm-0002Cw-E6 for openembedded-core@lists.openembedded.org; Thu, 26 Jul 2012 09:51:12 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 26 Jul 2012 00:39:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="186567064" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.157]) by fmsmga001.fm.intel.com with ESMTP; 26 Jul 2012 00:39:40 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Thu, 26 Jul 2012 00:39:40 -0700 Message-Id: <1343288380-11588-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH] pkgconfig: Fix packaging issue X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 07:51:12 -0000 [YOCTO #1908] Signed-off-by: Saul Wold --- meta/recipes-devtools/pkgconfig/pkgconfig.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 00c23d7..8a8320e 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc @@ -32,4 +32,8 @@ do_configure_prepend () { BBCLASSEXTEND = "native nativesdk" +# Set an empty dev package to ensure the base PN package gets +# the pkg.m4 macros, pkgconfig does not deliver any other -dev +# files. +FILES_${PN}-dev = "" FILES_${PN} += "${datadir}/aclocal/pkg.m4" -- 1.7.9.5