added my Recipes
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
From 42efc94c11d510b41d8cf3407e1c3900eb52b600 Mon Sep 17 00:00:00 2001
|
||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
Date: Thu, 4 Jun 2015 16:28:02 +0800
|
||||
Subject: [PATCH] Remove unused variable (YELP_HELP_RULES)
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
---
|
||||
help/Makefile.am | 2 --
|
||||
help/Makefile.in | 2 --
|
||||
2 files changed, 4 deletions(-)
|
||||
|
||||
diff --git a/help/Makefile.am b/help/Makefile.am
|
||||
index 50c0e84..5c5d2e9 100644
|
||||
--- a/help/Makefile.am
|
||||
+++ b/help/Makefile.am
|
||||
@@ -1,5 +1,3 @@
|
||||
-@YELP_HELP_RULES@
|
||||
-
|
||||
HELP_ID = glade
|
||||
|
||||
HELP_FILES = \
|
||||
diff --git a/help/Makefile.in b/help/Makefile.in
|
||||
index 6978ea5..e1c7d3b 100644
|
||||
--- a/help/Makefile.in
|
||||
+++ b/help/Makefile.in
|
||||
@@ -521,8 +521,6 @@ uninstall-am:
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
-@YELP_HELP_RULES@
|
||||
-
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
--
|
||||
1.9.1
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
SUMMARY = "Glade - A User Interface Designer"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gnash"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
||||
file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
|
||||
file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \
|
||||
gnome-common-native \
|
||||
autoconf-archive-native \
|
||||
"
|
||||
|
||||
inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg
|
||||
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \
|
||||
file://remove-yelp-help-rules-var.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "c074fa378c8f1ad80d20133c4ae6f42d"
|
||||
SRC_URI[sha256sum] = "edefa6eb24b4d15bd52589121dc109bc08c286157c41288deb74dd9cc3f26a21"
|
||||
|
||||
EXTRA_OECONF += "--disable-man-pages"
|
||||
|
||||
FILES:${PN} += "${datadir}/* ${libdir}/glade/modules/libgladegtk.so"
|
||||
FILES:${PN}-dev += "${libdir}/glade/modules/libgladegtk.la"
|
||||
FILES:${PN}-dbg += "${libdir}/glade/modules/.debug/libgladegtk.so"
|
||||
|
||||
Reference in New Issue
Block a user