From: Phil Blundell Date: Mon, 21 Jun 2004 11:05:03 +0000 (+0000) Subject: remove spurious dependency on kernel-headers X-Git-Tag: Release-2010-05/1~18583 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d795c07fc51813f7f5110eff04532da8faab15dd;p=openembedded.git remove spurious dependency on kernel-headers no need to inherit pkgconfig BKrev: 40d6c0dfVN6CjzI2lycrWIVXzVxeMw --- diff --git a/minilite/minilite_0.41.oe b/minilite/minilite_0.41.oe index e69de29bb2..ccdedd3a3a 100644 --- a/minilite/minilite_0.41.oe +++ b/minilite/minilite_0.41.oe @@ -0,0 +1,10 @@ +inherit gpe + +DEPENDS = "libgpewidget" +SECTION = "gpe" + +DESCRIPTION = "GPE Screen light control dockapp" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" + +export CVSBUILD=no