From 0eb32f40f4fd701162339e07ad1a142b415dd3a7 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 29 May 2005 09:40:09 +0000 Subject: [PATCH] Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/29 10:54:37+02:00 uni-frankfurt.de!mickeyl move unzip(-native) to 552, add DESCRIPTION BKrev: 42998df9Qf0C3wf3zO24LokQFxGwHQ --- conf/distro/openzaurus-3.5.4.conf | 1 + .../{unzip-native_551.bb => unzip-native_552.bb} | 0 packages/unzip/unzip_551.bb | 15 --------------- packages/unzip/unzip_552.bb | 0 4 files changed, 1 insertion(+), 15 deletions(-) rename packages/unzip/{unzip-native_551.bb => unzip-native_552.bb} (100%) delete mode 100644 packages/unzip/unzip_551.bb create mode 100644 packages/unzip/unzip_552.bb diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 47b9c0557f..384c9b8a47 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -8,6 +8,7 @@ DISTRO_TYPE = "debug" FEED_URIS += " \ upgrades##http://openzaurus.org/official/unstable/3.5.3/upgrades/ \ + machine##http://openzaurus.org/opfficial/unstable/3.5.3/feed/machine/${MACHINE} \ base##http://openzaurus.org/official/unstable/3.5.3/feed/base/ \ libs##http://openzaurus.org/official/unstable/3.5.3/feed/libs/ \ console##http://openzaurus.org/official/unstable/3.5.3/feed/console \ diff --git a/packages/unzip/unzip-native_551.bb b/packages/unzip/unzip-native_552.bb similarity index 100% rename from packages/unzip/unzip-native_551.bb rename to packages/unzip/unzip-native_552.bb diff --git a/packages/unzip/unzip_551.bb b/packages/unzip/unzip_551.bb deleted file mode 100644 index ccdbc1bfc5..0000000000 --- a/packages/unzip/unzip_551.bb +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "console/utils" -SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" -S = "${WORKDIR}/unzip-5.51" - -LICENSE = "Info-ZIP" - -do_compile() { - make -f unix/Makefile generic -} - -do_install() { - make -f unix/Makefile install prefix=${D}${prefix} -} - - diff --git a/packages/unzip/unzip_552.bb b/packages/unzip/unzip_552.bb new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5