diff options
Diffstat (limited to 'recipes/gpe-icons')
-rw-r--r-- | recipes/gpe-icons/gpe-icons_0.25.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpe-icons/gpe-icons_0.25.bb b/recipes/gpe-icons/gpe-icons_0.25.bb new file mode 100644 index 0000000000..6276e9510b --- /dev/null +++ b/recipes/gpe-icons/gpe-icons_0.25.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Common icons for GPE" +LICENSE = "GPL" +SECTION = "gpe" + +RDEPENDS = "gdk-pixbuf-loader-png" + + +inherit gpe + +PR = "r1" + +#only icons present in the package +PACKAGE_ARCH = "all" +FILES_${PN} = "${datadir}/gpe" + |