aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgtkstylus
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-11-13 15:44:10 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-11-13 15:52:15 +0100
commit77c8789a54e6caa842aa893e2d25c6518de81b93 (patch)
tree338bf00455f5ae25c287253061e6699529f004e9 /recipes/libgtkstylus
parentacd11c32c7772efc5e64c883b1c806d42da91479 (diff)
downloadopenembedded-77c8789a54e6caa842aa893e2d25c6518de81b93.tar.gz
libgtkstylus_0.1: move to obsolete
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/libgtkstylus')
-rw-r--r--recipes/libgtkstylus/libgtkstylus_0.1.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/libgtkstylus/libgtkstylus_0.1.bb b/recipes/libgtkstylus/libgtkstylus_0.1.bb
deleted file mode 100644
index de8e2f7ab7..0000000000
--- a/recipes/libgtkstylus/libgtkstylus_0.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "GTK plugin for stylus based systems"
-SECTION = "libs"
-DEPENDS = "gtk+"
-PR = "r1"
-LICENSE = "LGPL"
-FILES_${PN} = "/etc ${libdir}/gtk-2.0"
-
-inherit autotools
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
- file://gtkstylus.sh"
-
-do_install_append() {
- install -d ${D}${sysconfdir}/profile.d
- install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/
-}
-
-
-SRC_URI[md5sum] = "fea0cf7333623ca2d8954b202d2cd89f"
-SRC_URI[sha256sum] = "be7359f95c926bc40d6be82aea835cd8a53459719249a625cdca879827470593"