Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] libtool-nativesdk: rename to nativesdk-libtool
@ 2013-05-08  8:09 wenzong.fan
  2013-05-08  8:09 ` [PATCH 1/1] " wenzong.fan
  0 siblings, 1 reply; 2+ messages in thread
From: wenzong.fan @ 2013-05-08  8:09 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

Rename nativesdk item to prefix vs suffix. Some minor changes for
getting it works after renamed:
    
    * append patches dir 'libtool/' to FILESEXTRAPATHS
    * update ${S}, append '${datadir}/libtool/*' to FILES_${PN}

The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622:

  maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/nativesdk-libtool
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/nativesdk-libtool

Wenzong Fan (1):
  libtool-nativesdk: rename to nativesdk-libtool

 ...tivesdk_2.4.2.bb => nativesdk-libtool_2.4.2.bb} |    6 ++++++
 1 file changed, 6 insertions(+)
 rename meta/recipes-devtools/libtool/{libtool-nativesdk_2.4.2.bb => nativesdk-libtool_2.4.2.bb} (86%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] libtool-nativesdk: rename to nativesdk-libtool
  2013-05-08  8:09 [PATCH 0/1] libtool-nativesdk: rename to nativesdk-libtool wenzong.fan
@ 2013-05-08  8:09 ` wenzong.fan
  0 siblings, 0 replies; 2+ messages in thread
From: wenzong.fan @ 2013-05-08  8:09 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

Rename nativesdk item to prefix vs suffix. Some minor changes for
getting it works after renamed:

    * append patches dir 'libtool/' to FILESEXTRAPATHS
    * update ${S}, append '${datadir}/libtool/*' to FILES_${PN}

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 ...tivesdk_2.4.2.bb => nativesdk-libtool_2.4.2.bb} |    6 ++++++
 1 file changed, 6 insertions(+)
 rename meta/recipes-devtools/libtool/{libtool-nativesdk_2.4.2.bb => nativesdk-libtool_2.4.2.bb} (86%)

diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb
similarity index 86%
rename from meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
rename to meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb
index 03854f2..7b5c97a 100644
--- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb
@@ -1,11 +1,17 @@
 require libtool-${PV}.inc
 
 PR = "${INC_PR}.0"
+
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:"
+
 SRC_URI += "file://prefix.patch"
 SRC_URI += "file://fixinstall.patch"
 
 inherit nativesdk
 
+S = "${WORKDIR}/libtool-${PV}"
+FILES_${PN} += "${datadir}/libtool/*"
+
 do_configure_prepend () {
 	# Remove any existing libtool m4 since old stale versions would break
 	# any upgrade
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-08  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  8:09 [PATCH 0/1] libtool-nativesdk: rename to nativesdk-libtool wenzong.fan
2013-05-08  8:09 ` [PATCH 1/1] " wenzong.fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox